| Index: sky/engine/core/html/HTMLImageElement.cpp
|
| diff --git a/sky/engine/core/html/HTMLImageElement.cpp b/sky/engine/core/html/HTMLImageElement.cpp
|
| index af8c527bd822cec939d19cb2b5ee3c8ea27bbf21..451e6850c0799b645760a2b7849a5837d863ef6c 100644
|
| --- a/sky/engine/core/html/HTMLImageElement.cpp
|
| +++ b/sky/engine/core/html/HTMLImageElement.cpp
|
| @@ -377,16 +377,6 @@ bool HTMLImageElement::isURLAttribute(const Attribute& attribute) const
|
| || HTMLElement::isURLAttribute(attribute);
|
| }
|
|
|
| -bool HTMLImageElement::hasLegalLinkAttribute(const QualifiedName& name) const
|
| -{
|
| - return name == HTMLNames::srcAttr || HTMLElement::hasLegalLinkAttribute(name);
|
| -}
|
| -
|
| -const QualifiedName& HTMLImageElement::subResourceAttributeName() const
|
| -{
|
| - return HTMLNames::srcAttr;
|
| -}
|
| -
|
| void HTMLImageElement::setHeight(int value)
|
| {
|
| setIntegralAttribute(HTMLNames::heightAttr, value);
|
|
|