| Index: Source/core/svg/SVGElement.cpp
|
| diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp
|
| index 8a5fc46e23ecd46d58569c00508d9bf67f85cd0f..64ef4440c45c5b5d94f3b88e1082f8a50eec39cf 100644
|
| --- a/Source/core/svg/SVGElement.cpp
|
| +++ b/Source/core/svg/SVGElement.cpp
|
| @@ -32,7 +32,6 @@
|
| #include "bindings/v8/ScriptEventListener.h"
|
| #include "core/css/CSSCursorImageValue.h"
|
| #include "core/css/CSSParser.h"
|
| -#include "core/dom/DOMImplementation.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/ElementTraversal.h"
|
| #include "core/events/Event.h"
|
| @@ -238,12 +237,6 @@ void SVGElement::reportAttributeParsingError(SVGParsingError error, const Qualif
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|
| -
|
| -bool SVGElement::isSupported(StringImpl* feature, StringImpl* version) const
|
| -{
|
| - return DOMImplementation::hasFeature(feature, version);
|
| -}
|
| -
|
| String SVGElement::title() const
|
| {
|
| // According to spec, we should not return titles when hovering over root <svg> elements (those
|
|
|