| Index: Source/core/rendering/RenderObject.h
|
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
|
| index 0c8510b6d1a3fb1e29ec015d01109c5d1ab93fa2..7df536ceaa23339e3b3669bcde69596b4a576dbb 100644
|
| --- a/Source/core/rendering/RenderObject.h
|
| +++ b/Source/core/rendering/RenderObject.h
|
| @@ -322,9 +322,7 @@ public:
|
| virtual bool isBlockFlow() const { return false; }
|
| virtual bool isBoxModelObject() const { return false; }
|
| virtual bool isCounter() const { return false; }
|
| -#if ENABLE(DIALOG_ELEMENT)
|
| virtual bool isDialog() const { return false; }
|
| -#endif
|
| virtual bool isQuote() const { return false; }
|
|
|
| virtual bool isDetailsMarker() const { return false; }
|
|
|