| Index: sky/engine/core/html/HTMLElement.h
|
| diff --git a/sky/engine/core/html/HTMLElement.h b/sky/engine/core/html/HTMLElement.h
|
| index 65a0c85b05d801587235298baf52672410615c81..09675709f16eb41fb93a54fcd251f3bc842b4ddf 100644
|
| --- a/sky/engine/core/html/HTMLElement.h
|
| +++ b/sky/engine/core/html/HTMLElement.h
|
| @@ -56,9 +56,6 @@ public:
|
| // http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#interactive-content
|
| virtual bool isInteractiveContent() const;
|
|
|
| - virtual bool matchesReadOnlyPseudoClass() const override;
|
| - virtual bool matchesReadWritePseudoClass() const override;
|
| -
|
| static const AtomicString& eventParameterName();
|
|
|
| virtual v8::Handle<v8::Object> wrap(v8::Handle<v8::Object> creationContext, v8::Isolate*) override;
|
|
|