| 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 112a4f001037c9b958bcf42fc8e1d5600f9fc9c8..c59cb9bba502e0137c5fe1d79f5a53aa4f274026 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLinkElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.idl
|
| @@ -55,5 +55,5 @@ interface HTMLLinkElement : HTMLElement {
|
|
|
| // Service workers
|
| // http://mkruisselbrink.github.io/ServiceWorker/spec/service_worker/#link-element-interface-section
|
| - [Reflect, RuntimeEnabled=LinkServiceWorker] attribute USVString scope;
|
| + [Reflect, OriginTrialEnabled=LinkServiceWorker] attribute USVString scope;
|
| };
|
|
|