Index: third_party/WebKit/Source/core/dom/Document.h |
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h |
index 3088fc8291ea4761b336e870d3c2d9e487afdc41..3808e6cba8d33dcc8944918b7503caa0d4a306e7 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -371,7 +371,7 @@ public: |
bool sawElementsInKnownNamespaces() const { return m_sawElementsInKnownNamespaces; } |
- bool isRenderingReady() const { return haveImportsLoaded() && haveStylesheetsLoaded(); } |
+ bool isRenderingReady() const; |
bool isScriptExecutionReady() const { return isRenderingReady(); } |
// This is a DOM function. |