| Index: Source/modules/push_messaging/PushSubscription.h
|
| diff --git a/Source/modules/push_messaging/PushSubscription.h b/Source/modules/push_messaging/PushSubscription.h
|
| index f16330562d3b0ec98ef0e12ea58b8cb9f69f6a41..6742a397ba09f3734f1ff08e59f4284719ffd903 100644
|
| --- a/Source/modules/push_messaging/PushSubscription.h
|
| +++ b/Source/modules/push_messaging/PushSubscription.h
|
| @@ -32,6 +32,7 @@ public:
|
| KURL endpoint() const;
|
| PassRefPtr<DOMArrayBuffer> curve25519dh() const;
|
|
|
| + PassRefPtr<DOMArrayBuffer> getKey(const AtomicString& name) const;
|
| ScriptPromise unsubscribe(ScriptState*);
|
|
|
| ScriptValue toJSONForBinding(ScriptState*);
|
|
|