| 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 0ed30f7f6a118dc3adb15e81e17427bd4be35319..322d4f4df5b8c99cfd0a2e4dd199df24724e9744 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -546,9 +546,6 @@ class CORE_EXPORT Document : public ContainerNode,
|
| NOTREACHED();
|
| }
|
|
|
| - // If you have a Document, use layoutView() instead which is faster.
|
| - void layoutObject() const = delete;
|
| -
|
| LayoutView* layoutView() const { return m_layoutView; }
|
| LayoutViewItem layoutViewItem() const;
|
|
|
|
|