| Index: third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.cpp b/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| index b601f1c6e595f0cca3f622ebe7289cf3cb90b55c..dc56d4c7f3bdb36f202d240267e70d871a6b1cf2 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| @@ -555,7 +555,7 @@ const QualifiedName& HTMLImageElement::SubResourceAttributeName() const {
|
|
|
| bool HTMLImageElement::draggable() const {
|
| // Image elements are draggable by default.
|
| - return !EqualIgnoringCase(getAttribute(draggableAttr), "false");
|
| + return !DeprecatedEqualIgnoringCase(getAttribute(draggableAttr), "false");
|
| }
|
|
|
| void HTMLImageElement::setHeight(unsigned value) {
|
|
|