Remove a public access specifier

BUG=

Review URL: https://codereview.chromium.org/1329823002

git-svn-id: svn://svn.chromium.org/blink/trunk@201989 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 0285a747
......@@ -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; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment