Index: Source/core/layout/LayoutObject.h |
diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h |
index 3fd0a02f5f49b38ef170a1082ed438e4bd09377a..f9c56bcaf908c3439beb673f2bae779c9876cbff 100644 |
--- a/Source/core/layout/LayoutObject.h |
+++ b/Source/core/layout/LayoutObject.h |
@@ -360,7 +360,6 @@ public: |
void* operator new(size_t); |
void operator delete(void*); |
-public: |
bool isPseudoElement() const { return node() && node()->isPseudoElement(); } |
virtual bool isBoxModelObject() const { return false; } |