Index: Source/modules/push_messaging/PushRegistration.idl |
diff --git a/Source/modules/push_messaging/PushRegistration.idl b/Source/modules/push_messaging/PushRegistration.idl |
index 9ff2d6d04f270a0d4fca10b917794098f6c8464e..14678014cc1eeeb050c5823e65642a0423ce4c49 100644 |
--- a/Source/modules/push_messaging/PushRegistration.idl |
+++ b/Source/modules/push_messaging/PushRegistration.idl |
@@ -8,4 +8,5 @@ |
] interface PushRegistration { |
readonly attribute DOMString pushEndpoint; |
readonly attribute DOMString pushRegistrationId; |
+ [CallWith=ScriptState] Promise<boolean> unregister(); |
}; |