Index: Source/modules/push_messaging/PushSubscription.cpp |
diff --git a/Source/modules/push_messaging/PushSubscription.cpp b/Source/modules/push_messaging/PushSubscription.cpp |
index a1704fbeaaa286459c401e35d8e1fd5f100ace25..5dea39123e0d48ffd7a185189e7f3554932e364b 100644 |
--- a/Source/modules/push_messaging/PushSubscription.cpp |
+++ b/Source/modules/push_messaging/PushSubscription.cpp |
@@ -46,11 +46,6 @@ KURL PushSubscription::endpoint() const |
return m_endpoint; |
} |
-PassRefPtr<DOMArrayBuffer> PushSubscription::curve25519dh() const |
-{ |
- return m_curve25519dh; |
-} |
- |
PassRefPtr<DOMArrayBuffer> PushSubscription::getKey(const AtomicString& name) const |
{ |
if (name == "curve25519dh") |