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