[Webkit-unassigned] [Bug 46607] New: [WML] Fix a build break when WML is enabled.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 26 22:51:59 PDT 2010


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

           Summary: [WML] Fix a build break when WML is enabled.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gyuyoung.kim at samsung.com


There is a build break as below when WML is enabled.

=============================================================================================
/home/gyuyoung/webkit/WebKit/WebCore/wml/WMLElement.cpp: In member function ‘virtual void WebCore::WMLElement::parseMappedAttribute(WebCore::Attribute*)’:
/home/gyuyoung/webkit/WebKit/WebCore/wml/WMLElement.cpp:76: error: ‘parseHTMLInteger’ was not declared in this scope
make[2]: *** [WebCore/CMakeFiles/webcore_efl.dir/wml/WMLElement.cpp.o] Error 1
=============================================================================================

I think this error comes from Bug 21076.However, even though the Bug 21076 made a patch for WML as well as other modules, there is still error when WML is enabled.

I make a patch.

-- 
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