Index: Source/core/html/canvas/CanvasRenderingContext2D.idl |
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.idl b/Source/core/html/canvas/CanvasRenderingContext2D.idl |
index 60baf9b4a6cad2ec5a88b370fd14a738f8190a0d..4ea892f2b05e1465eb0441ed888477a6e4fe3062 100644 |
--- a/Source/core/html/canvas/CanvasRenderingContext2D.idl |
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.idl |
@@ -68,8 +68,6 @@ enum CanvasWindingRule { "nonzero", "evenodd" }; |
void beginPath(); |
- attribute Path2D currentPath; |
- |
// FIXME: Simplify these using optional CanvasWindingRule once crbug.com/339000 gets fixed. |
void fill(); |
[RuntimeEnabled=Path2D, TypeChecking=Interface|Nullable] void fill(Path2D path); |