| Index: Source/modules/background_sync/SyncManager.h
|
| diff --git a/Source/modules/background_sync/SyncManager.h b/Source/modules/background_sync/SyncManager.h
|
| index 25db226a587110f7101eb64dd87b96a28f8ef8a9..8690788ff913165873431dc3010cdb26b0e9fc96 100644
|
| --- a/Source/modules/background_sync/SyncManager.h
|
| +++ b/Source/modules/background_sync/SyncManager.h
|
| @@ -11,6 +11,7 @@
|
|
|
| namespace blink {
|
|
|
| +class ExecutionContext;
|
| class SyncRegistrationOptions;
|
| class ScriptPromise;
|
| class ScriptState;
|
| @@ -26,8 +27,7 @@ public:
|
|
|
| unsigned long minAllowablePeriod();
|
|
|
| - ScriptPromise registerFunction(ScriptState*);
|
| - ScriptPromise registerFunction(ScriptState*, const SyncRegistrationOptions&);
|
| + ScriptPromise registerFunction(ScriptState*, ExecutionContext*, const SyncRegistrationOptions&);
|
| ScriptPromise getRegistration(ScriptState*, const String&);
|
| ScriptPromise getRegistrations(ScriptState*);
|
| ScriptPromise permissionState(ScriptState*);
|
|
|