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; } |