| Index: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchOptions.idl
|
| diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchOptions.idl b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchOptions.idl
|
| index 79129796022ba79e2fc6c9ff1d3cc7efe2cb3a6a..6fb2a17bfffadb301894e494cc6e5a0145f3141d 100644
|
| --- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchOptions.idl
|
| +++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchOptions.idl
|
| @@ -5,7 +5,7 @@
|
| // https://wicg.github.io/background-fetch/#background-fetch-manager
|
|
|
| dictionary BackgroundFetchOptions {
|
| - sequence<IconDefinition> icons;
|
| - DOMString title;
|
| - long totalDownloadSize;
|
| + sequence<IconDefinition> icons = [];
|
| + DOMString title = "";
|
| + long totalDownloadSize = 0;
|
| };
|
|
|