| Index: Source/modules/serviceworkers/RegistrationOptionList.h
|
| diff --git a/Source/modules/serviceworkers/RegistrationOptionList.h b/Source/modules/serviceworkers/RegistrationOptionList.h
|
| index 4b204b62b3e7817e6f08156106a2ec6b09a05492..209cc3fcc09d2466dc10226f6a2d00227fd9d94f 100644
|
| --- a/Source/modules/serviceworkers/RegistrationOptionList.h
|
| +++ b/Source/modules/serviceworkers/RegistrationOptionList.h
|
| @@ -14,7 +14,7 @@ struct RegistrationOptionList {
|
| : scope("/*")
|
| {
|
| // FIXME: Should be ScalarValueString. http://crbug.com/379009
|
| - options.get("scope", scope);
|
| + DictionaryHelper::get(options, "scope", scope);
|
| }
|
|
|
| String scope;
|
|
|