| 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 960fd2d9e3cbe610f247d7a89c81d810441e137c..8e8e79f1eba8dd555b43feef1e37004d6570add3 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -372,7 +372,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.
|
|
|