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 426177773d52febd117c523342f7686bdbd69717..1e102df2948f9d834d2980524746a2a67860d797 100644 |
--- a/third_party/WebKit/Source/modules/notifications/NotificationEvent.idl |
+++ b/third_party/WebKit/Source/modules/notifications/NotificationEvent.idl |
@@ -9,6 +9,6 @@ |
Exposed=ServiceWorker, |
RuntimeEnabled=Notifications, |
] interface NotificationEvent : ExtendableEvent { |
- readonly attribute Notification notification; |
+ [ImplementedAs=getNotification] readonly attribute Notification notification; |
readonly attribute DOMString action; |
}; |