Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / browser / service_worker / service_worker_database.h
index 3a4b8ce..e64ff33 100644 (file)
@@ -53,11 +53,11 @@ class CONTENT_EXPORT ServiceWorkerDatabase {
     // These values are immutable for the life of a registration.
     int64 registration_id;
     GURL scope;
-    GURL script;
 
     // Versions are first stored once they successfully install and become
     // the waiting version. Then transition to the active version. The stored
     // version may be in the ACTIVATED state or in the INSTALLED state.
+    GURL script;
     int64 version_id;
     bool is_active;
     bool has_fetch_handler;