Index: third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl |
diff --git a/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl b/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl |
index f0c3b2422fbc4e02a0b1cddc9a943d60e9b3ffcf..a6bb92095ccda56d1d0415232fe5cfbc5dbc3ef3 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl |
+++ b/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl |
@@ -7,7 +7,6 @@ |
[ |
Constructor(DOMString type, optional ExtendableEventInit eventInitDict), |
Exposed=ServiceWorker, |
- OriginTrialEnabled=ForeignFetch, |
] interface InstallEvent : ExtendableEvent { |
- [CallWith=ExecutionContext, RaisesException] void registerForeignFetch(ForeignFetchOptions options); |
+ [OriginTrialEnabled=ForeignFetch, CallWith=ExecutionContext, RaisesException] void registerForeignFetch(ForeignFetchOptions options); |
}; |