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(); |