[Webkit-unassigned] [Bug 74235] New: [Microdata] Fix compilation error in MICRODATA enabled build.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 10 00:11:22 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=74235

           Summary: [Microdata] Fix compilation error in MICRODATA enabled
                    build.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nghq36 at motorola.com


MICRODATA enabled builds are now failing with following error,

  CXX    Source/WebCore/dom/libWebCore_la-Document.lo
/bin/mkdir -p ./.deps/DerivedSources
../../Source/WebCore/dom/Document.cpp: In member function ‘WTF::PassRefPtr<WebCore::NodeList> WebCore::Document::getItems(const WTF::String&)’:
../../Source/WebCore/dom/Document.cpp:5213:70: error: no matching function for call to ‘WebCore::NodeRareData::ensureNodeLists()’
../../Source/WebCore/dom/NodeRareData.h:130:24: note: candidate is: WebCore::NodeListsNodeData* WebCore::NodeRareData::ensureNodeLists(WebCore::Node*)
make[1]: *** [Source/WebCore/dom/libWebCore_la-Document.lo] Error 1
make[1]: Leaving directory `/home/arko/Workstation/WebKit/WebKitBuild/Release'
make: *** [all] Error 2

Failed to build WebKit using 'make'!

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list