Index: third_party/WebKit/Source/core/svg/SVGTests.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGTests.idl b/third_party/WebKit/Source/core/svg/SVGTests.idl |
index c9f8ce6682703eb9218c535266fb0e8835cc5719..c5af5722a5a7510d5449b03c8a3ca51d2af69f98 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGTests.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGTests.idl |
@@ -33,8 +33,4 @@ |
[RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGStringList requiredFeatures; |
[RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGStringList requiredExtensions; |
[RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGStringList systemLanguage; |
- |
- // TODO(philipj): The following was part of SVG 1.1: |
- // http://www.w3.org/TR/SVG11/types.html#InterfaceSVGTests |
- [Measure] boolean hasExtension(DOMString extension); |
}; |