Index: third_party/WebKit/Source/modules/notifications/Notification.h |
diff --git a/third_party/WebKit/Source/modules/notifications/Notification.h b/third_party/WebKit/Source/modules/notifications/Notification.h |
index 39b3c184cdba8dec1fd48a8043e56ddc7d13d367..e078296f60b68f88897b364d3fff4abaaa05853d 100644 |
--- a/third_party/WebKit/Source/modules/notifications/Notification.h |
+++ b/third_party/WebKit/Source/modules/notifications/Notification.h |
@@ -141,9 +141,6 @@ private: |
WebNotificationData m_data; |
- // ScriptValue representations of the developer-associated data. Initialized lazily on first access. |
- ScriptValue m_developerData; |
- |
// Notifications can either be bound to the page, which means they're identified by |
// their delegate, or persistent, which means they're identified by a persistent Id |
// given to us by the embedder. This influences how we close the notification. |