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

Unified Diff: Source/modules/serviceworkers/RegistrationOptions.idl

Issue 644473006: Rename 'ScalarValueString' to 'USVString' to match Web IDL (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/CacheStorage.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/RegistrationOptions.idl
diff --git a/Source/modules/serviceworkers/RegistrationOptions.idl b/Source/modules/serviceworkers/RegistrationOptions.idl
index 704640b90f142654b63f8b881dc3c0af3079de73..cdeda388e49264bc8737fdee2b8e7aea4655688b 100644
--- a/Source/modules/serviceworkers/RegistrationOptions.idl
+++ b/Source/modules/serviceworkers/RegistrationOptions.idl
@@ -4,5 +4,5 @@
// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#registration-option-list-dictionary
dictionary RegistrationOptions {
- ScalarValueString scope = "/";
+ USVString scope = "/";
};
« no previous file with comments | « Source/modules/serviceworkers/CacheStorage.idl ('k') | Source/modules/serviceworkers/Request.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698