Index: Source/bindings/v8/WorkerScriptDebugServer.h |
diff --git a/Source/bindings/v8/WorkerScriptDebugServer.h b/Source/bindings/v8/WorkerScriptDebugServer.h |
index 443ba93b8df5cbc6c93fbc478ee1829a642bc361..7519f8df6b056bd9bf8284f4b8a5052d319be5da 100644 |
--- a/Source/bindings/v8/WorkerScriptDebugServer.h |
+++ b/Source/bindings/v8/WorkerScriptDebugServer.h |
@@ -45,7 +45,7 @@ class WorkerThread; |
class WorkerScriptDebugServer FINAL : public ScriptDebugServer { |
WTF_MAKE_NONCOPYABLE(WorkerScriptDebugServer); |
public: |
- WorkerScriptDebugServer(WorkerGlobalScope*); |
+ explicit WorkerScriptDebugServer(WorkerGlobalScope*); |
virtual ~WorkerScriptDebugServer() { } |
void addListener(ScriptDebugListener*); |