[Webkit-unassigned] [Bug 51311] SegmentedString should provide column position

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 24 10:21:15 PST 2010


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





--- Comment #13 from Adam Barth <abarth at webkit.org>  2010-12-24 10:21:14 PST ---
(In reply to comment #12)
> (From update of attachment 77247 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=77247&action=review
> 
> > WebCore/html/parser/HTMLTreeBuilder.cpp:2783
> > +    ScriptableDocumentParser* parserUpcast = m_parser;
> > +    TextPosition0 position = parserUpcast->textPosition();
> 
> I don't understand why wer need to do this casting.  Isn't textPosition available on HTMLDocumentParser directory?

You mention above that it's private on HTMLDocumentParser.  You should just make it public.

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