Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / notifications / NotificationOptions.idl
index 8230322..5b01b6a 100644 (file)
@@ -10,9 +10,7 @@ enum NotificationDirection {
     "rtl"
 };
 
-[
-    GarbageCollected
-] dictionary NotificationOptions {
+dictionary NotificationOptions {
     NotificationDirection dir = "auto";
     DOMString lang = "";
     DOMString body = "";