| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index ff8de6407bb41b0f7bc41229f1799f4e54f9e066..47464ba4cbab4eb561625650be85298021de1d33 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; }
|
|
|
|
|