Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index ac9693662f0c6738a20b0ed57f0f218674fc0855..5e23fa999e506992a8161af31d95633789942dbd 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -497,7 +497,7 @@ public: |
void prepareForDestruction(); |
// If you have a Document, use layoutView() instead which is faster. |
- void renderer() const = delete; |
+ void layoutObject() const = delete; |
LayoutView* layoutView() const { return m_layoutView; } |