summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/svg/SVGPathSegMovetoAbs.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/svg/SVGPathSegMovetoAbs.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/svg/SVGPathSegMovetoAbs.idl9
1 files changed, 5 insertions, 4 deletions
diff --git a/chromium/third_party/WebKit/Source/core/svg/SVGPathSegMovetoAbs.idl b/chromium/third_party/WebKit/Source/core/svg/SVGPathSegMovetoAbs.idl
index 220401ea812..b2573393297 100644
--- a/chromium/third_party/WebKit/Source/core/svg/SVGPathSegMovetoAbs.idl
+++ b/chromium/third_party/WebKit/Source/core/svg/SVGPathSegMovetoAbs.idl
@@ -24,8 +24,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface SVGPathSegMovetoAbs : SVGPathSeg {
- [StrictTypeChecking] attribute float x;
- [StrictTypeChecking] attribute float y;
+[
+ TypeChecking=Interface|Nullable,
+] interface SVGPathSegMovetoAbs : SVGPathSeg {
+ attribute float x;
+ attribute float y;
};
-