| Index: Source/core/html/canvas/HitRegionOptions.idl
|
| diff --git a/Source/core/html/canvas/HitRegionOptions.idl b/Source/core/html/canvas/HitRegionOptions.idl
|
| index 552117a661d42b5c16750d27bdf19f807aa27382..6146304012fb1209fd8c359134d97a874fb25456 100644
|
| --- a/Source/core/html/canvas/HitRegionOptions.idl
|
| +++ b/Source/core/html/canvas/HitRegionOptions.idl
|
| @@ -4,8 +4,6 @@
|
|
|
| // Spec: https://html.spec.whatwg.org/multipage/scripting.html#hitregionoptions
|
|
|
| -enum CanvasFillRule { "nonzero", "evenodd" };
|
| -
|
| dictionary HitRegionOptions {
|
| Path2D? path = null;
|
| CanvasFillRule fillRule = "nonzero";
|
|
|