XWalk WebView patchset, README and LICENSE files.
[platform/framework/web/xwalk_webview.git] / patchset / 0030-Remove-outdated-TODO.patch
1 From 84827b0073c7ff0b8959d7b4cfbf42cd15be457b Mon Sep 17 00:00:00 2001
2 From: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3 Date: Wed, 14 Aug 2013 17:57:15 +0300
4 Subject: [PATCH 30/33] Remove outdated TODO.
5
6 Hardcoding efl_process' name is just fine, there is no need to be able to
7 change it via the build system.
8 ---
9  efl_webview/lib/web_runtime_context.cc | 2 +-
10  1 file changed, 1 insertion(+), 1 deletion(-)
11
12 diff --git a/efl_webview/lib/web_runtime_context.cc b/efl_webview/lib/web_runtime_context.cc
13 index 005a6d2..ffceaec 100644
14 --- a/efl_webview/lib/web_runtime_context.cc
15 +++ b/efl_webview/lib/web_runtime_context.cc
16 @@ -35,7 +35,7 @@ namespace xwalk {
17  namespace {
18  
19  WebRuntimeContext* g_context = 0;
20 -// TODO: it should be passed via build system.
21 +
22  const char g_sub_process_name[] = "efl_process";
23  
24  void SubprocessPathInit() {
25 -- 
26 1.8.1.2
27