summaryrefslogtreecommitdiffstats
path: root/chrome/worker/webworker_stub.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/worker/webworker_stub.cc')
-rw-r--r--chrome/worker/webworker_stub.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/worker/webworker_stub.cc b/chrome/worker/webworker_stub.cc
index 142adcf..33a9b60 100644
--- a/chrome/worker/webworker_stub.cc
+++ b/chrome/worker/webworker_stub.cc
@@ -48,10 +48,6 @@ WebWorkerStub::~WebWorkerStub() {
impl_->clientDestroyed();
}
-void WebWorkerStub::OnChannelError() {
- OnTerminateWorkerContext();
-}
-
void WebWorkerStub::OnMessageReceived(const IPC::Message& message) {
if (!impl_)
return;