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

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

Issue 221673003: Defer iframe JavaScript URL evaluation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 0cfd6712f3b22b0ea5b416b9d4c44deea5559b68..7a061fd5c72fc32836e4f997a7f0d23e729c4471 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -998,6 +998,8 @@ public:
ElementDataCache* elementDataCache() { return m_elementDataCache.get(); }
+ void didAddPendingResource();
+ void didRemovePendingResource();
void didLoadAllScriptBlockingResources();
void didRemoveAllPendingStylesheet();
void setNeedsNotifyRemoveAllPendingStylesheet() { m_needsNotifyRemoveAllPendingStylesheet = true; }

Powered by Google App Engine
This is Rietveld 408576698