| Index: Source/core/layout/LayoutObject.h
|
| diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h
|
| index c37726a641680be3ed867905381d7a3c5f619cad..ee05144f3c50f5fd516353015840cc6e9065d8a3 100644
|
| --- a/Source/core/layout/LayoutObject.h
|
| +++ b/Source/core/layout/LayoutObject.h
|
| @@ -381,7 +381,6 @@ public:
|
| virtual bool isImage() const { return false; }
|
|
|
| virtual bool isInlineBlockOrInlineTable() const { return false; }
|
| - virtual bool isLayoutBoxModelObject() const { return false; }
|
| virtual bool isLayoutBlock() const { return false; }
|
| virtual bool isLayoutBlockFlow() const { return false; }
|
| virtual bool isLayoutFlowThread() const { return false; }
|
|
|