Index: third_party/WebKit/Source/core/svg/SVGGraphicsElement.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.idl b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.idl |
index 7af9e2245ba1bc2e8e569816a901e8639de560e6..3c3496449f4e0c027a772977c800a6579ee6c547 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.idl |
@@ -41,7 +41,6 @@ |
[ImplementedAs=getBBoxFromJavascript] SVGRect getBBox(); |
[ImplementedAs=getCTMFromJavascript] SVGMatrix getCTM(); |
[ImplementedAs=getScreenCTMFromJavascript] SVGMatrix getScreenCTM(); |
- [RaisesException, MeasureAs=SVGGraphicsElementGetTransformToElement] SVGMatrix getTransformToElement(SVGElement element); |
}; |
SVGGraphicsElement implements SVGTests; |