Move constructTreeFromHTMLToken into HTMLDocumentParser
Created attachment 182403 [details] Patch
Comment on attachment 182403 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=182403&action=review > Source/WebCore/html/parser/HTMLTreeBuilder.h:81 > void constructTreeFromAtomicToken(AtomicHTMLToken*); I would probably rename this function to "constructTree" now that we only have one. :)
Created attachment 182408 [details] Patch
(In reply to comment #2) > (From update of attachment 182403 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=182403&action=review > > > Source/WebCore/html/parser/HTMLTreeBuilder.h:81 > > void constructTreeFromAtomicToken(AtomicHTMLToken*); > > I would probably rename this function to "constructTree" now that we only have one. :) Good catch. Done.
Comment on attachment 182408 [details] Patch Clearing flags on attachment: 182408 Committed r139523: <http://trac.webkit.org/changeset/139523>
All reviewed patches have been landed. Closing bug.