Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/svg/SVGFEDistantLightElement.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/SVGFEDistantLightElement.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGFEDistantLightElement.idl b/third_party/WebKit/Source/core/svg/SVGFEDistantLightElement.idl
index ad23a7a74f35081f237f043ee92b639f7c64f5b7..a5c6979a9249765c7dff1ccf7994fc0380a879bc 100644
--- a/third_party/WebKit/Source/core/svg/SVGFEDistantLightElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGFEDistantLightElement.idl
@@ -26,6 +26,6 @@
// http://www.w3.org/TR/filter-effects/#InterfaceSVGFEDistantLightElement
interface SVGFEDistantLightElement : SVGElement {
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedNumber azimuth;
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedNumber elevation;
+ [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedNumber azimuth;
+ [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedNumber elevation;
};

Powered by Google App Engine