| Index: sky/engine/core/dom/Element.cpp
|
| diff --git a/sky/engine/core/dom/Element.cpp b/sky/engine/core/dom/Element.cpp
|
| index 7dc4a98b1a59e42b66681692a0814f124505bf92..cd282835c4652e80ce0715b93d519a8c454bf0b6 100644
|
| --- a/sky/engine/core/dom/Element.cpp
|
| +++ b/sky/engine/core/dom/Element.cpp
|
| @@ -276,11 +276,6 @@ void Element::synchronizeAllAttributes() const
|
| synchronizeAttribute(HTMLNames::styleAttr.localName());
|
| }
|
|
|
| -String Element::title() const
|
| -{
|
| - return getAttribute(HTMLNames::titleAttr);
|
| -}
|
| -
|
| String Element::contentEditable() const
|
| {
|
| const AtomicString& value = getAttribute(HTMLNames::contenteditableAttr);
|
|
|