X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fmodules%2Fnotifications%2FNotificationOptions.idl;h=5b01b6a8709c5463f1835e786b00ba5e2655435b;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=823032260dbf41e44fe4336f6f80ccfa73a38318;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/modules/notifications/NotificationOptions.idl b/src/third_party/WebKit/Source/modules/notifications/NotificationOptions.idl index 8230322..5b01b6a 100644 --- a/src/third_party/WebKit/Source/modules/notifications/NotificationOptions.idl +++ b/src/third_party/WebKit/Source/modules/notifications/NotificationOptions.idl @@ -10,9 +10,7 @@ enum NotificationDirection { "rtl" }; -[ - GarbageCollected -] dictionary NotificationOptions { +dictionary NotificationOptions { NotificationDirection dir = "auto"; DOMString lang = ""; DOMString body = "";