| 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 51323cd9c09cfc72b0f4bcf60f50f27a874ea991..2dddb653df023a55113c844afac2b2f5666b7197 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, ReflectOnly=("imports", "all", "none")] attribute DOMString updateViaCache;
|
| };
|
|
|