Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 660980aa8abddeed94bdc2fd09bdf8c853313de2..7ddecbc8dbb8e7e0893ef953079806d81ca7f370 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(); |