Chromium Code Reviews| Index: Source/core/html/canvas/Path2D.idl |
| diff --git a/Source/core/html/canvas/Path2D.idl b/Source/core/html/canvas/Path2D.idl |
| index b67de6c8cff53721a25b460fd0882c475482be38..cfb01c58c7f975f370fdf8a46c1486c09a58e099 100644 |
| --- a/Source/core/html/canvas/Path2D.idl |
| +++ b/Source/core/html/canvas/Path2D.idl |
| @@ -27,7 +27,7 @@ |
| */ |
| [ |
| - RuntimeEnabled=ExperimentalCanvasFeatures, |
| + RuntimeEnabled=Path2D, |
| Constructor, |
| Constructor(Path2D path), |
| Constructor(DOMString text) |