summaryrefslogtreecommitdiff
path: root/Source/WebCore/workers/SharedWorker.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/workers/SharedWorker.h')
-rw-r--r--Source/WebCore/workers/SharedWorker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/workers/SharedWorker.h b/Source/WebCore/workers/SharedWorker.h
index 00362ba25..845aed9c3 100644
--- a/Source/WebCore/workers/SharedWorker.h
+++ b/Source/WebCore/workers/SharedWorker.h
@@ -48,7 +48,7 @@ namespace WebCore {
virtual const AtomicString& interfaceName() const;
private:
- SharedWorker(ScriptExecutionContext*);
+ explicit SharedWorker(ScriptExecutionContext*);
virtual SharedWorker* toSharedWorker() { return this; }