Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / canvas / HitRegionOptions.idl
index 33380b8..552117a 100644 (file)
@@ -6,9 +6,7 @@
 
 enum CanvasFillRule { "nonzero", "evenodd" };
 
-[
-    GarbageCollected
-] dictionary HitRegionOptions {
+dictionary HitRegionOptions {
     Path2D? path = null;
     CanvasFillRule fillRule = "nonzero";
     DOMString id = "";