Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(389)

Unified Diff: third_party/WebKit/Source/core/html/HTMLLinkElement.idl

Issue 2116503004: Make Foreign Fetch an origin trial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLLinkElement.cpp ('k') | third_party/WebKit/Source/core/html/RelList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698