Resolve crash issue of http in layout test
authortaehwan8.kim <taehwan8.kim@samsung.com>
Fri, 5 Apr 2013 00:45:53 +0000 (09:45 +0900)
committerGerrit Code Review <gerrit2@kim11>
Fri, 5 Apr 2013 05:51:56 +0000 (14:51 +0900)
commitda0db7b4472d0bb15f34183da99acc2c7eb59c39
tree0ce52acb81c4243ff26452a35628a8f6ba62c336
parent505833d4342d447b15f70512beb5550095b2625c
Resolve crash issue of http in layout test

[Title] Resolve crash issue of http in layout test
[Issue#] N/A
[Problem] Crash happens while storing icon in database.
[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: Id4e7cf78b103a92c1369566adb56b46380e8c58b
Source/WebKit2/UIProcess/WebIconDatabase.cpp