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

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

Issue 202813002: [HTML Import] Let script block by pending resources created by lifecycle callback (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Landing 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 18e4b8bea221b324d00fb8675aa1570c38f39173..31d4dc8d33059bbd8a67841bf825d5eeffbb7ae0 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -993,6 +993,7 @@ public:
ElementDataCache* elementDataCache() { return m_elementDataCache.get(); }
+ void didLoadAllScriptBlockingResources();
void didRemoveAllPendingStylesheet();
void setNeedsNotifyRemoveAllPendingStylesheet() { m_needsNotifyRemoveAllPendingStylesheet = true; }
void clearStyleResolver();

Powered by Google App Engine
This is Rietveld 408576698