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