| 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;
|
|
|