Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGLength.idl
index 48e5a1f..8f8ef6d 100644 (file)
@@ -24,6 +24,8 @@
     ImplementedAs=SVGLengthTearOff,
     SetWrapperReferenceTo(SVGElement contextElement),
     TypeChecking=Interface,
+    MeasureAs=SVG1DOM,
+    RuntimeEnabled=SVG1DOM,
 ] interface SVGLength {
     // Length Unit Types
     const unsigned short SVG_LENGTHTYPE_UNKNOWN    = 0;
@@ -48,4 +50,3 @@
 
     [RaisesException] void convertToSpecifiedUnits(unsigned short unitType);
 };
-