Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Unified Diff: Source/bindings/v8/WorkerScriptDebugServer.h

Issue 207103003: Add *explicit* keyword to avoid implicit type conversion (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/css/RemoteFontFaceSource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « no previous file | Source/core/css/RemoteFontFaceSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698