| Index: Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerContainer.h b/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| index f267e4b2dbe34ad1ba328caa2cce2f8edb5b153a..4d8c76fd8851bfb57be6f4ec1fc2392cf289fd05 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| @@ -69,7 +69,7 @@ public:
|
| ScriptPromise ready(ScriptState*);
|
|
|
| ScriptPromise registerServiceWorker(ScriptState*, const String& pattern, const Dictionary&);
|
| - ScriptPromise unregisterServiceWorker(ScriptState*, const String& scope = String());
|
| + ScriptPromise unregisterServiceWorker(ScriptState*, const String& scope);
|
|
|
| // WebServiceWorkerProviderClient overrides.
|
| virtual void setActive(blink::WebServiceWorker*) OVERRIDE;
|
|
|