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

Unified Diff: third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h

Issue 2235733004: Track parse time blocked on script in xml documents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h
diff --git a/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h b/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h
index 8a21eb19e884653be8ea7f306a06f2b4dc0c2633..987b332450407d33f2b9f74a3342598f76749bdc 100644
--- a/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h
+++ b/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h
@@ -188,6 +188,7 @@ private:
Member<ScriptResource> m_pendingScript;
Member<Element> m_scriptElement;
TextPosition m_scriptStartPosition;
+ double m_parserBlockingPendingScriptLoadStartTime;
bool m_parsingFragment;
AtomicString m_defaultNamespaceURI;

Powered by Google App Engine
This is Rietveld 408576698