Index: third_party/WebKit/Source/modules/notifications/NotificationEventInit.idl |
diff --git a/third_party/WebKit/Source/modules/notifications/NotificationEventInit.idl b/third_party/WebKit/Source/modules/notifications/NotificationEventInit.idl |
index 6409504b0709f8778375451ee5604b890f3c1795..460ee7a6fc0d5e4b79b5bc498a005823c23a7254 100644 |
--- a/third_party/WebKit/Source/modules/notifications/NotificationEventInit.idl |
+++ b/third_party/WebKit/Source/modules/notifications/NotificationEventInit.idl |
@@ -6,5 +6,5 @@ |
dictionary NotificationEventInit : ExtendableEventInit { |
Notification notification; |
- [RuntimeEnabled=NotificationExperimental] DOMString action = ""; |
+ DOMString action = ""; |
}; |