Index: Source/core/html/canvas/Path2D.idl |
diff --git a/Source/core/html/canvas/Path2D.idl b/Source/core/html/canvas/Path2D.idl |
index 78317387ead19e6d34fd8eb4abead6e41a94da45..85dfd711fb909f6ece8befcacf930bd4e91becc7 100644 |
--- a/Source/core/html/canvas/Path2D.idl |
+++ b/Source/core/html/canvas/Path2D.idl |
@@ -27,13 +27,13 @@ |
*/ |
[ |
- RuntimeEnabled=ExperimentalCanvasFeatures, |
+ RuntimeEnabled=Path2D, |
Constructor, |
Constructor(Path2D path), |
Constructor(DOMString text) |
] interface Path2D { |
- [RaisesException] void addPath(Path2D? path, optional SVGMatrix? transform); |
+ [RuntimeEnabled=ExperimentalCanvasFeatures, RaisesException] void addPath(Path2D? path, optional SVGMatrix? transform); |
}; |
Path2D implements CanvasPathMethods; |