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

Unified Diff: third_party/WebKit/Source/core/svg/SVGMaskElement.idl

Issue 2415413002: Add '... implement SVGUnitTypes' to a bunch of SVG*Elements (Closed)
Patch Set: Update interface expectations Created 4 years, 2 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: third_party/WebKit/Source/core/svg/SVGMaskElement.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGMaskElement.idl b/third_party/WebKit/Source/core/svg/SVGMaskElement.idl
index 92a630a5cefc0923d8a5a11de760850e4de090f8..525f16a40d879e343e97951434b3d84af54b5865 100644
--- a/third_party/WebKit/Source/core/svg/SVGMaskElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGMaskElement.idl
@@ -34,7 +34,7 @@ interface SVGMaskElement : SVGElement {
[MeasureAs=SVG1DOMMaskElement] readonly attribute SVGAnimatedLength height;
};
-// SVGMaskElement implements SVGUnitTypes;
+SVGMaskElement implements SVGUnitTypes;
// TODO(foolip): The following is not part of any spec:
SVGMaskElement implements SVGTests;

Powered by Google App Engine
This is Rietveld 408576698