| Index: Source/modules/serviceworkers/RegistrationOptionList.h
|
| diff --git a/Source/modules/serviceworkers/RegistrationOptionList.h b/Source/modules/serviceworkers/RegistrationOptionList.h
|
| index e9d45af6fb6d94a8f17aafcf614b2c475eb54b67..70624733f123842247dcf74cf72f68b6d76d4ddd 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
|
| - DictionaryHelper::get(options, "scope", scope);
|
| + options.get("scope", scope);
|
| }
|
|
|
| String scope;
|
|
|