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

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

Issue 169103002: Drop [LegacyImplementedInBaseClass] from SVGURIReference IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 months 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/SVGURIReference.idl
diff --git a/Source/core/svg/SVGURIReference.idl b/Source/core/svg/SVGURIReference.idl
index bcc0efa771a26ab37caf3b2da0c56c2d6dae7060..2e2d49f72c5b2af8f9817e123e2eb0ed0c3fcd7e 100644
--- a/Source/core/svg/SVGURIReference.idl
+++ b/Source/core/svg/SVGURIReference.idl
@@ -25,8 +25,7 @@
*/
[
- NoInterfaceObject,
- LegacyImplementedInBaseClass
+ NoInterfaceObject
] interface SVGURIReference {
readonly attribute SVGAnimatedString href;
};

Powered by Google App Engine
This is Rietveld 408576698