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

Unified Diff: Source/core/svg/SVGUseElement.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/SVGUseElement.idl
diff --git a/Source/core/svg/SVGUseElement.idl b/Source/core/svg/SVGUseElement.idl
index 752daa99d057c0e4bf3bf3482cf3b4588e25d722..fb6b3a73e6c1f109b261c13c87b0c966a4fe1301 100644
--- a/Source/core/svg/SVGUseElement.idl
+++ b/Source/core/svg/SVGUseElement.idl
@@ -33,7 +33,6 @@ interface SVGUseElement : SVGGraphicsElement {
readonly attribute SVGElementInstance animatedInstanceRoot;
};
-SVGUseElement implements SVGExternalResourcesRequired;
SVGUseElement implements SVGTests;
SVGUseElement implements SVGURIReference;

Powered by Google App Engine
This is Rietveld 408576698