[webkit-reviews] review granted: [Bug 41276] Make it possible to test the new HTML5 TreeBuilder : [Attachment 59884] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 28 01:42:34 PDT 2010


Adam Barth <abarth at webkit.org> has granted Eric Seidel <eric at webkit.org>'s
request for review:
Bug 41276: Make it possible to test the new HTML5 TreeBuilder
https://bugs.webkit.org/show_bug.cgi?id=41276

Attachment 59884: Patch
https://bugs.webkit.org/attachment.cgi?id=59884&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
WebCore/html/HTMLTreeBuilder.cpp:64
 +	return document && document->settings() &&
!document->settings()->html5TreeBuilderEnabled();
You should default the other way if we can't find the settings object


More information about the webkit-reviews mailing list