Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/svg/SVGAnimatedLength.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.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/svg/SVGAnimatedLength.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedLength.idl b/third_party/WebKit/Source/core/svg/SVGAnimatedLength.idl
index 12bfefc59ee680b7259fdf7bcd885fe4a0bec463..3fbc245249baae9b2f49be3a99478f965baffb19 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedLength.idl
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedLength.idl
@@ -27,7 +27,6 @@
[
SetWrapperReferenceTo(SVGElement contextElement),
- RuntimeEnabled=SVG1DOM,
WillBeGarbageCollected,
] interface SVGAnimatedLength {
readonly attribute SVGLength baseVal;

Powered by Google App Engine