Index: Source/core/html/parser/HTMLDocumentParser.cpp |
diff --git a/Source/core/html/parser/HTMLDocumentParser.cpp b/Source/core/html/parser/HTMLDocumentParser.cpp |
index 210185ef31d373e7382b9358cf672412d8a6b671..ec6d46633c95ba2ee85710e53a61f1769ef8985c 100644 |
--- a/Source/core/html/parser/HTMLDocumentParser.cpp |
+++ b/Source/core/html/parser/HTMLDocumentParser.cpp |
@@ -626,7 +626,7 @@ void HTMLDocumentParser::insert(const SegmentedString& source) |
if (isStopped()) |
return; |
- TRACE_EVENT0("webkit", "HTMLDocumentParser::insert"); |
+ TRACE_EVENT1("webkit", "HTMLDocumentParser::insert", "source_length", source.length()); |
// pumpTokenizer can cause this parser to be detached from the Document, |
// but we need to ensure it isn't deleted yet. |