X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fsvg%2FSVGPoint.idl;h=bb30f3deb85ac789af5d2f88831d2eb1ce37d9db;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=a19238050291d1005746c1aecd6c832b1764d151;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/svg/SVGPoint.idl b/src/third_party/WebKit/Source/core/svg/SVGPoint.idl index a192380..bb30f3d 100644 --- a/src/third_party/WebKit/Source/core/svg/SVGPoint.idl +++ b/src/third_party/WebKit/Source/core/svg/SVGPoint.idl @@ -23,7 +23,7 @@ [ ImplementedAs=SVGPointTearOff, SetWrapperReferenceTo(SVGElement contextElement), - TypeChecking=Interface|Nullable, + TypeChecking=Interface, ] interface SVGPoint { [RaisesException=Setter] attribute float x; [RaisesException=Setter] attribute float y;