Index: Source/core/html/canvas/CanvasRenderingContext2D.idl |
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.idl b/Source/core/html/canvas/CanvasRenderingContext2D.idl |
index 4d9e14779c8c9cf50a60bf389bb837fb0800956a..d1c3425de667136601a67cf5eb508636c299cc55 100644 |
--- a/Source/core/html/canvas/CanvasRenderingContext2D.idl |
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.idl |
@@ -65,7 +65,7 @@ interface CanvasRenderingContext2D : CanvasRenderingContext { |
void beginPath(); |
- attribute DOMPath currentPath; |
+ attribute Path currentPath; |
// FIXME: These methods should be shared with CanvasRenderingContext2D in the CanvasPathMethods interface. |
void closePath(); |