Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4856)

Unified Diff: Source/core/svg/SVGCircleElement.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/svg/SVGCircleElement.idl
diff --git a/Source/core/svg/SVGCircleElement.idl b/Source/core/svg/SVGCircleElement.idl
index 00ef676895a2a40a48601ff76a602aca33c2e3bb..f001bed8d2ef78ac823e1493b694c61bba05a704 100644
--- a/Source/core/svg/SVGCircleElement.idl
+++ b/Source/core/svg/SVGCircleElement.idl
@@ -30,5 +30,3 @@ interface SVGCircleElement : SVGGraphicsElement {
readonly attribute SVGAnimatedLength r;
};
-SVGCircleElement implements SVGExternalResourcesRequired;
-

Powered by Google App Engine
This is Rietveld 408576698