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); |
} |