Bug 146586 - Build error if adding QualifiedName.cpp to DOMAllInOne.cpp
Summary: Build error if adding QualifiedName.cpp to DOMAllInOne.cpp
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 102647
  Show dependency treegraph
 
Reported: 2015-07-03 04:55 PDT by Csaba Osztrogonác
Modified: 2015-07-03 04:55 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-07-03 04:55:17 PDT
Build log:

In file included from ../../Source/WebCore/dom/DOMAllInOne.cpp:125:0:
../../Source/WebCore/dom/QualifiedName.cpp:102:77: error: conflicting declaration 'void* WebCore::anyName [1]'
In file included from ../../Source/WebCore/dom/Attribute.h:28:0,
                 from ../../Source/WebCore/dom/ElementData.h:29,
                 from ../../Source/WebCore/dom/Element.h:30,
                 from ../../Source/WebCore/dom/ElementTraversal.h:28,
                 from ../../Source/WebCore/dom/CharacterData.cpp:25,
                 from ../../Source/WebCore/dom/DOMAllInOne.cpp:33:
../../Source/WebCore/dom/QualifiedName.h:115:28: error: 'WebCore::anyName' has a previous declaration as 'const WebCore::QualifiedName WebCore::anyName'