[WRT] Enable CHILD_PROCESS_SPAWN 58/157358/3
authorSanghyup Lee <sh53.lee@samsung.com>
Tue, 24 Oct 2017 08:36:58 +0000 (17:36 +0900)
committerjaekuk lee <juku1999@samsung.com>
Tue, 31 Oct 2017 00:42:55 +0000 (00:42 +0000)
In some sample extenstions, background.js should be executed
for each application.

This patch also fixes crash when we open some application which
closed by extension.

Change-Id: I9c46a78c164ea133f768d013a9bf0a8253d4e77b
Signed-off-by: Sanghyup Lee <sh53.lee@samsung.com>
wrt/src/default_value.js

index 3964f36..afcc5ab 100644 (file)
@@ -12,7 +12,7 @@ define({
         PATH_HOSTED: 'static_hosted/web_window.html'
     },
     RULE: {
-        CHILD_PROCESS_SPAWN: false,
+        CHILD_PROCESS_SPAWN: true,
         WEB_WINDOW_TAG: false
     },
     LAUNCHER: {