summaryrefslogtreecommitdiffstats
path: root/content/browser/worker_host/worker_process_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/worker_host/worker_process_host.cc')
-rw-r--r--content/browser/worker_host/worker_process_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/worker_host/worker_process_host.cc b/content/browser/worker_host/worker_process_host.cc
index d6e559c..59fdcee8 100644
--- a/content/browser/worker_host/worker_process_host.cc
+++ b/content/browser/worker_host/worker_process_host.cc
@@ -316,7 +316,7 @@ bool WorkerProcessHost::OnMessageReceived(const IPC::Message& message) {
if (!msg_is_ok) {
NOTREACHED();
UserMetrics::RecordAction(UserMetricsAction("BadMessageTerminate_WPH"));
- base::KillProcess(handle(), content::RESULT_CODE_KILLED_BAD_MESSAGE, false);
+ base::KillProcess(handle(), ResultCodes::KILLED_BAD_MESSAGE, false);
}
if (handled)