Index: Source/core/html/canvas/HitRegionOptions.idl |
diff --git a/Source/core/html/canvas/HitRegionOptions.idl b/Source/core/html/canvas/HitRegionOptions.idl |
index 33380b80cf823333794b240adc4e83790e1dcdff..552117a661d42b5c16750d27bdf19f807aa27382 100644 |
--- a/Source/core/html/canvas/HitRegionOptions.idl |
+++ b/Source/core/html/canvas/HitRegionOptions.idl |
@@ -6,9 +6,7 @@ |
enum CanvasFillRule { "nonzero", "evenodd" }; |
-[ |
- GarbageCollected |
-] dictionary HitRegionOptions { |
+dictionary HitRegionOptions { |
Path2D? path = null; |
CanvasFillRule fillRule = "nonzero"; |
DOMString id = ""; |