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

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

Issue 340943002: ServiceWorker: Update IDLs to use ScalarValueString (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add URLs and one real test case Created 6 years, 6 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/NavigatorServiceWorker.idl ('k') | Source/modules/serviceworkers/Request.idl » ('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 06e7ac547455565fde3012a05024bb17b1a02601..3f42b39c19c59411f1d22f8b1680c2c45cbd0cc7 100644
--- a/Source/modules/serviceworkers/RegistrationOptionList.h
+++ b/Source/modules/serviceworkers/RegistrationOptionList.h
@@ -13,6 +13,7 @@ struct RegistrationOptionList {
explicit RegistrationOptionList(const Dictionary& options)
: scope("*")
{
+ // FIXME: Should be ScalarValueString. http://crbug.com/379009
options.get("scope", scope);
}
« no previous file with comments | « Source/modules/serviceworkers/NavigatorServiceWorker.idl ('k') | Source/modules/serviceworkers/Request.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698