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 1d19a864b8a314db3c13667583ad367acb33b99b..939b43d40c1adeed3eb4c1230380950ca1d8b3fe 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLLinkElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.idl |
@@ -52,4 +52,8 @@ interface HTMLLinkElement : HTMLElement { |
// Subresource Integrity |
// http://w3c.github.io/webappsec/specs/subresourceintegrity/#htmllinkelement-1 |
[Reflect] attribute DOMString integrity; |
+ |
+ // Service workers |
+ // http://mkruisselbrink.github.io/ServiceWorker/spec/service_worker/#link-element-interface-section |
+ [Reflect, RuntimeEnabled=LinkServiceworker] attribute USVString scope; |
}; |