Resolve crash issue during changing smack label
authorYunchan Cho <yunchan.cho@samsung.com>
Thu, 26 Sep 2013 08:55:08 +0000 (17:55 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Fri, 27 Sep 2013 03:50:32 +0000 (12:50 +0900)
commit795e7421c99010fae792898ee6ff11bd79051774
tree90027249514067237d4260b401c523e9530e4533
parent98baa54a1d90af04e0269bb4cee3d9d570fd443b
Resolve crash issue during changing smack label

[Title] Resolve crash issue during changing smack label
[Issue#] N/A
[Problem] Crash happens while changing smack label of process spawned by UI Process(root) for layout test
[Cause] N/A
[Solution] We do not need this kind of behavior while running layout test.
           Therefore, this patch just disables that activity on layout test.

Change-Id: I872090806275092cf5e49bfed81f01f34eac1e89
Source/WebKit2/PluginProcess/efl/PluginProcessMainEfl.cpp
Source/WebKit2/WebProcess/efl/WebProcessMainEfl.cpp