Index: third_party/WebKit/Source/modules/serviceworkers/InstallEvent.h |
diff --git a/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.h b/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.h |
index c9672d4ad26efa5f2956fa6f27c1f91eb17aa555..ddd96c97ca8bdf2ed7437c04f5c8674b2ba12397 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.h |
+++ b/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.h |
@@ -11,6 +11,8 @@ |
namespace blink { |
+class USVStringOrUSVStringSequence; |
+ |
class MODULES_EXPORT InstallEvent : public ExtendableEvent { |
DEFINE_WRAPPERTYPEINFO(); |
@@ -21,7 +23,7 @@ public: |
~InstallEvent() override; |
- void registerForeignFetchScopes(ExecutionContext*, const Vector<String>& subScopes, ExceptionState&); |
+ void registerForeignFetchScopes(ExecutionContext*, const Vector<String>& subScopes, const USVStringOrUSVStringSequence& origins, ExceptionState&); |
const AtomicString& interfaceName() const override; |