Index: third_party/WebKit/Source/core/dom/DocumentParserTiming.h |
diff --git a/third_party/WebKit/Source/core/dom/DocumentParserTiming.h b/third_party/WebKit/Source/core/dom/DocumentParserTiming.h |
index abe50c9338fd050ac6823d6c05b50661c71cf4d6..5d22aa2aa6fd3ef7617c7d4513c357b1119e51c2 100644 |
--- a/third_party/WebKit/Source/core/dom/DocumentParserTiming.h |
+++ b/third_party/WebKit/Source/core/dom/DocumentParserTiming.h |
@@ -108,8 +108,6 @@ class DocumentParserTiming final |
double m_parserBlockedOnScriptExecutionDuration = 0.0; |
double m_parserBlockedOnScriptExecutionFromDocumentWriteDuration = 0.0; |
bool m_parserDetached = false; |
- |
- Member<Document> m_document; |
}; |
} // namespace blink |