Index: webkit/support/webkit_support.cc |
diff --git a/webkit/support/webkit_support.cc b/webkit/support/webkit_support.cc |
index d44d390263b43ad0d9c3ee1258980c6a76feb3eb..33741818a7949b30bdfbfb55048db2439cfccf66 100644 |
--- a/webkit/support/webkit_support.cc |
+++ b/webkit/support/webkit_support.cc |
@@ -117,6 +117,7 @@ namespace webkit_support { |
static TestEnvironment* test_environment; |
static void SetUpTestEnvironmentImpl(bool unit_test_mode) { |
+ base::EnableInProcessStackDumping(); |
base::EnableTerminationOnHeapCorruption(); |
// Initialize the singleton CommandLine with fixed values. Some code refer to |
@@ -398,7 +399,8 @@ WebURL GetDevToolsPathAsURL() { |
DCHECK(false); |
return WebURL(); |
} |
- FilePath devToolsPath = dirExe.AppendASCII("resources/inspector/devtools.html"); |
+ FilePath devToolsPath = dirExe.AppendASCII( |
+ "resources/inspector/devtools.html"); |
return net::FilePathToFileURL(devToolsPath); |
} |