Chromium Code Reviews| Index: webkit/support/test_webkit_platform_support.cc |
| diff --git a/webkit/support/test_webkit_platform_support.cc b/webkit/support/test_webkit_platform_support.cc |
| index 276a10e77bcd3fd00209d02c02e9e16eeb774575..e8e3dd09ef8dc5bba40659c0519a5622ca07b152 100644 |
| --- a/webkit/support/test_webkit_platform_support.cc |
| +++ b/webkit/support/test_webkit_platform_support.cc |
| @@ -96,8 +96,6 @@ TestWebKitPlatformSupport::TestWebKitPlatformSupport() { |
| SetThemeEngine(NULL); |
| #endif |
| - net::CookieMonster::EnableFileScheme(); |
|
tkent
2013/08/16 07:20:13
Will Blink tests work correctly without this? Or
awong
2013/08/16 09:18:58
I don't know the blink test framework. How do I r
tkent
2013/08/18 22:31:56
Build 'all_webkit' target, and run 'webkit_unit_te
|
| - |
| // Test shell always exposes the GC. |
| webkit_glue::SetJavaScriptFlags(" --expose-gc"); |
| } |