| 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..f597cc5ac4c58b284d7d5cdeb279f092267bda49 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;
|
| };
|
|
|