summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webworker_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/webworker_base.h')
-rw-r--r--chrome/renderer/webworker_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/webworker_base.h b/chrome/renderer/webworker_base.h
index 0693863..fe5becc 100644
--- a/chrome/renderer/webworker_base.h
+++ b/chrome/renderer/webworker_base.h
@@ -36,7 +36,7 @@ class WebWorkerBase : public IPC::Channel::Listener {
bool IsStarted();
// Disconnects the worker (stops listening for incoming messages).
- virtual void Disconnect();
+ void Disconnect();
// Sends a message to the worker thread (forwarded via the RenderViewHost).
// If WorkerStarted() has not yet been called, message is queued.