Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGStopElement.idl
index 44da1f9..f8eef5b 100644 (file)
@@ -24,6 +24,5 @@
  */
 
 interface SVGStopElement : SVGElement {
-    readonly attribute SVGAnimatedNumber offset;
+    [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedNumber offset;
 };
-