Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGPathSegCurvetoQuadraticAbs.idl
index 7500b40..3014b01 100644 (file)
  */
 
 [
-    StrictTypeChecking,
+    TypeChecking=Interface|Nullable,
 ] interface SVGPathSegCurvetoQuadraticAbs : SVGPathSeg {
     attribute float x;
     attribute float y;
     attribute float x1;
     attribute float y1;
 };
-