Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 11e886082f6113a2d330fb948b95ba5d2c0c0423..3e34262c3e6bb9fc806f4b41bf30300e00d43dc4 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -606,7 +606,6 @@ public: |
void setParsing(bool); |
bool parsing() const { return m_bParsing; } |
- int minimumLayoutDelay(); |
bool shouldScheduleLayout(); |
bool shouldParserYieldAgressivelyBeforeScriptExecution(); |