Index: third_party/WebKit/Source/core/svg/SVGSVGElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp |
index 80aa89457d97d9a038f7188a390fa88bb6b1b73b..924794d6fba2ffb9d6ba7901737c9581fcd63892 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp |
@@ -88,13 +88,6 @@ SVGSVGElement::~SVGSVGElement() |
{ |
} |
-SVGRectTearOff* SVGSVGElement::viewport() const |
-{ |
- // FIXME: This method doesn't follow the spec and is basically untested. Parent documents are not considered here. |
- // As we have no test coverage for this, we're going to disable it completly for now. |
- return SVGRectTearOff::create(SVGRect::create(), 0, PropertyIsNotAnimVal); |
-} |
- |
SVGViewSpec* SVGSVGElement::currentView() |
{ |
if (!m_viewSpec) |