[Webkit-unassigned] [Bug 42943] WebKit fails to compile when building with WML support enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 13 14:37:49 PST 2010


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





--- Comment #13 from Joone Hur <joone at kldp.org>  2010-12-13 14:37:48 PST ---
(In reply to comment #9)
> (From update of attachment 76335 [details])
> I'm confused why you're moving lineNumber and columnNumber?  Neither of these need to be public anymore.  textPosition is the new way to do this all I believe.

Yes, I know. I made them private as follows,


private:
        XMLDocumentParser(Document*, FrameView* = 0); 
        XMLDocumentParser(DocumentFragment*, Element*, FragmentScriptingPermission);

        // From DocumentParser
        virtual void insert(const SegmentedString&);
        virtual void append(const SegmentedString&);
        virtual void finish();
        virtual bool finishWasCalled();
        virtual bool isWaitingForScripts() const;
        virtual void stopParsing();
        virtual void detach();
        virtual int lineNumber() const;
        int columnNumber() const;

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