| Index: third_party/WebKit/Source/core/html/HTMLLinkElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.idl b/third_party/WebKit/Source/core/html/HTMLLinkElement.idl
|
| index e66a9382d7894841ddf41ac74e183ecba4701f1e..ba11087ec75acac2048e29c0e75ab57695f8df8e 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLinkElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.idl
|
| @@ -57,4 +57,5 @@ interface HTMLLinkElement : HTMLElement {
|
| // Service workers
|
| // https://w3c.github.io/ServiceWorker/#link-element-interface-extensions
|
| [Reflect, OriginTrialEnabled=LinkServiceWorker] attribute USVString scope;
|
| + [CEReactions, Reflect] attribute boolean useCache;
|
| };
|
|
|