| Index: sky/engine/core/dom/Element.h
|
| diff --git a/sky/engine/core/dom/Element.h b/sky/engine/core/dom/Element.h
|
| index dfd8c3f0a238ca467c2bbee57f7219560083b283..a1823950b9ce264461fe2820aee32487c4de3edb 100644
|
| --- a/sky/engine/core/dom/Element.h
|
| +++ b/sky/engine/core/dom/Element.h
|
| @@ -248,8 +248,6 @@ public:
|
| void dispatchFocusInEvent(const AtomicString& eventType, Element* oldFocusedElement);
|
| void dispatchFocusOutEvent(const AtomicString& eventType, Element* newFocusedElement);
|
|
|
| - String title() const;
|
| -
|
| bool matches(const String& selectors, ExceptionState&);
|
|
|
| DOMTokenList& classList();
|
|
|