Index: third_party/WebKit/Source/modules/notifications/NotificationEvent.idl |
diff --git a/third_party/WebKit/Source/modules/notifications/NotificationEvent.idl b/third_party/WebKit/Source/modules/notifications/NotificationEvent.idl |
index 762eec2dc22bf4bfc10ee90bbfd4d815abfd0129..2d4045da0434bfbd981099bc3968d93bdf5c3944 100644 |
--- a/third_party/WebKit/Source/modules/notifications/NotificationEvent.idl |
+++ b/third_party/WebKit/Source/modules/notifications/NotificationEvent.idl |
@@ -10,5 +10,5 @@ |
RuntimeEnabled=Notifications, |
] interface NotificationEvent : ExtendableEvent { |
readonly attribute Notification notification; |
- [RuntimeEnabled=NotificationExperimental] readonly attribute DOMString action; |
+ readonly attribute DOMString action; |
}; |