Chromium Code Reviews

Unified Diff: Source/core/svg/SVGLineElement.idl

Issue 62083002: Remove support for the externalResourcesRequired attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/svg/SVGLineElement.idl
diff --git a/Source/core/svg/SVGLineElement.idl b/Source/core/svg/SVGLineElement.idl
index 9df8fe6151a03e3457259d2824fa2759e331c92c..e5f3bdb15bd71ea3477e97a72d4f1b1a6dd63ad3 100644
--- a/Source/core/svg/SVGLineElement.idl
+++ b/Source/core/svg/SVGLineElement.idl
@@ -30,5 +30,3 @@ interface SVGLineElement : SVGGraphicsElement {
readonly attribute SVGAnimatedLength y2;
};
-SVGLineElement implements SVGExternalResourcesRequired;
-

Powered by Google App Engine