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

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

Issue 1514853002: Remove --disable-svg1dom runtime flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/SVGClipPathElement.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGClipPathElement.idl b/third_party/WebKit/Source/core/svg/SVGClipPathElement.idl
index 7afeec12cbc9f8f7a6e16e54e5099a8aa1363b53..9c2429d3008c853a267f8abb00200014ce27bed0 100644
--- a/third_party/WebKit/Source/core/svg/SVGClipPathElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGClipPathElement.idl
@@ -30,5 +30,5 @@
// implement SVGUnitTypes. The transform attribute (which is on
// SVGGraphicsElement) should also be on SVGClipPathElement.
interface SVGClipPathElement : SVGGraphicsElement {
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedEnumeration clipPathUnits;
+ [MeasureAs=SVG1DOM] readonly attribute SVGAnimatedEnumeration clipPathUnits;
};

Powered by Google App Engine
This is Rietveld 408576698