Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: Source/WebCore/html/parser/HTMLDocumentParser.cpp

Issue 7155003: Merge 88411 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebCore/html/parser/HTMLDocumentParser.cpp
===================================================================
--- Source/WebCore/html/parser/HTMLDocumentParser.cpp (revision 88826)
+++ Source/WebCore/html/parser/HTMLDocumentParser.cpp (working copy)
@@ -274,7 +274,7 @@
}
m_treeBuilder->constructTreeFromToken(m_token);
- m_token.clear();
+ ASSERT(m_token.isUninitialized());
}
// Ensure we haven't been totally deref'ed after pumping. Any caller of this
« no previous file with comments | « LayoutTests/fast/parser/document-write-onload-ordering-expected.txt ('k') | Source/WebCore/html/parser/HTMLToken.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698