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

Unified Diff: Source/core/dom/Document.h

Issue 1288973002: Observing DocumentTiming and sending data to RenderFrameImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Document logic moved to DocumentTiming Created 5 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
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/dom/DocumentTiming.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 5d158be110866d73f9a111a422297ff8df7f9eda..132a24482e870ec4ea1c3c2c02f23ca44e7e9305 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1100,6 +1100,7 @@ private:
void refExecutionContext() final { ref(); }
void derefExecutionContext() final { deref(); }
#endif
+ WeakPtrWillBeRawPtr<Document> weakReference();
const KURL& virtualURL() const final; // Same as url(), but needed for ExecutionContext to implement it without a performance loss for direct calls.
KURL virtualCompleteURL(const String&) const final; // Same as completeURL() for the same reason as above.
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/dom/DocumentTiming.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698