[Webkit-unassigned] [Bug 43180] New: Change permission to access methods in XMLDocumentParser.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 29 01:51:27 PDT 2010


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

           Summary: Change permission to access methods in
                    XMLDocumentParser.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gyuyoung.kim at samsung.com


When WML is enabled, there are build breaks by 3 methods of XMLDocumentParser.h.
The methods are wellFormed(), lineNumber() and columnNumber().

These methods is private accessibility. However, WMLErrorHandling.cpp file is using the methods.
I am not sure if this accessibility change is correct or not. If we can't change the accessibility, 
We need to modify the WMLErrorHandling.cpp file.

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