summaryrefslogtreecommitdiffstats
path: root/WebCore/workers/SharedWorkerContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/workers/SharedWorkerContext.h')
-rw-r--r--WebCore/workers/SharedWorkerContext.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/WebCore/workers/SharedWorkerContext.h b/WebCore/workers/SharedWorkerContext.h
index a7e4133..d6956cd 100644
--- a/WebCore/workers/SharedWorkerContext.h
+++ b/WebCore/workers/SharedWorkerContext.h
@@ -50,11 +50,6 @@ namespace WebCore {
virtual bool isSharedWorkerContext() const { return true; }
- // ScriptExecutionContext
- virtual void addMessage(MessageDestination, MessageSource, MessageType, MessageLevel, const String& message, unsigned lineNumber, const String& sourceURL);
-
- virtual void forwardException(const String& errorMessage, int lineNumber, const String& sourceURL);
-
// EventTarget
virtual SharedWorkerContext* toSharedWorkerContext() { return this; }