Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / serviceworkers / RegistrationOptionList.h
index ec79a02..06e7ac5 100644 (file)
@@ -11,7 +11,7 @@ namespace WebCore {
 
 struct RegistrationOptionList  {
     explicit RegistrationOptionList(const Dictionary& options)
-        : scope("/*")
+        : scope("*")
     {
         options.get("scope", scope);
     }