[Webkit-unassigned] [Bug 90544] Stop tracking line number in tokenizer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 4 08:32:57 PDT 2012


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





--- Comment #9 from Kwang Yul Seo <skyul at company100.net>  2012-07-04 08:32:56 PST ---
(In reply to comment #7)
> (From update of attachment 150775 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=150775&action=review
> 
> This looks great.
> 
> > Source/WebCore/html/parser/HTMLDocumentParser.cpp:452
> > +    const SegmentedString& currentString = m_input.current();
> > +    return currentString.currentLine();
> 
> I would just combine these two lines to avoid having the temporary.

Thanks. I combined the two lines and landed the 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