 Chromium Code Reviews
 Chromium Code Reviews Issue 474013004:
  Experimental SVG 1.1 DOM runtime flag.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 474013004:
  Experimental SVG 1.1 DOM runtime flag.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| Index: Source/core/svg/SVGPathSegMovetoAbs.idl | 
| diff --git a/Source/core/svg/SVGPathSegMovetoAbs.idl b/Source/core/svg/SVGPathSegMovetoAbs.idl | 
| index 391b6b7ac03efb40c934f2122b69e232325330d2..ef6534ee7f543b7b955ace6f9dbefd28b02e3265 100644 | 
| --- a/Source/core/svg/SVGPathSegMovetoAbs.idl | 
| +++ b/Source/core/svg/SVGPathSegMovetoAbs.idl | 
| @@ -26,6 +26,8 @@ | 
| [ | 
| TypeChecking=Interface, | 
| + RuntimeEnabled=SVG1DOM, | 
| + MeasureAs=SVGPathSegDOM, | 
| ] interface SVGPathSegMovetoAbs : SVGPathSeg { | 
| attribute float x; | 
| attribute float y; |