| Index: Source/modules/serviceworkers/RegistrationOptionList.h
|
| diff --git a/Source/modules/serviceworkers/RegistrationOptionList.h b/Source/modules/serviceworkers/RegistrationOptionList.h
|
| index 06e7ac547455565fde3012a05024bb17b1a02601..ec79a02345b3635da650d6b10784647af8ec231c 100644
|
| --- a/Source/modules/serviceworkers/RegistrationOptionList.h
|
| +++ b/Source/modules/serviceworkers/RegistrationOptionList.h
|
| @@ -11,7 +11,7 @@ namespace WebCore {
|
|
|
| struct RegistrationOptionList {
|
| explicit RegistrationOptionList(const Dictionary& options)
|
| - : scope("*")
|
| + : scope("/*")
|
| {
|
| options.get("scope", scope);
|
| }
|
|
|