Index: third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptionsInit.idl |
diff --git a/third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptions.idl b/third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptionsInit.idl |
similarity index 74% |
copy from third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptions.idl |
copy to third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptionsInit.idl |
index e4ee9b8108955c09827a3cbe1202e27a89e5a925..0e46a8833cff91b9fdad482d8d733d59265f8ffe 100644 |
--- a/third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptions.idl |
+++ b/third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptionsInit.idl |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// https://w3c.github.io/push-api/#idl-def-PushSubscriptionOptions |
+// https://w3c.github.io/push-api/#idl-def-PushSubscriptionOptionsInit |
-dictionary PushSubscriptionOptions { |
+dictionary PushSubscriptionOptionsInit { |
boolean userVisibleOnly = false; |
- BufferSource applicationServerKey; |
+ BufferSource? applicationServerKey = null; |
}; |