Chromium Code Reviews| Index: Source/core/html/canvas/Path.idl |
| diff --git a/Source/core/html/canvas/Path.idl b/Source/core/html/canvas/Path.idl |
| index 14ed146a1d9194d98f0137ade66da5662f17b3fb..ae5943fdf34ee8fd33d19f3c310d1578b82bd933 100644 |
| --- a/Source/core/html/canvas/Path.idl |
| +++ b/Source/core/html/canvas/Path.idl |
| @@ -30,9 +30,7 @@ |
| EnabledAtRuntime=canvasPath, |
| Constructor, |
| Constructor(Path path), |
| -#if defined(ENABLE_SVG) && ENABLE_SVG |
| Constructor(DOMString text), |
| -#endif |
| ImplementedAs=DOMPath |
| ] interface Path { |