Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: Source/modules/serviceworkers/RegistrationOptionList.h

Issue 373423002: Split Dictionary's get and convert into DictionaryHelper. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/serviceworkers/Headers.cpp ('k') | Source/modules/serviceworkers/RequestInit.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/modules/serviceworkers/Headers.cpp ('k') | Source/modules/serviceworkers/RequestInit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698