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

Unified Diff: third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp

Issue 2377253002: Add explicit to core/fetch, core/loader and modules/websockets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 3 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
Index: third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
diff --git a/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp b/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
index 36a938b558e0d1f7b638ac29857f29b0065f1ed9..110f28fa1c6b682ea0f935f808574300182605df 100644
--- a/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
+++ b/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
@@ -163,7 +163,7 @@ private:
class WorkerThreadableLoaderTestHelper : public ThreadableLoaderTestHelper, public WorkerLoaderProxyProvider {
public:
- WorkerThreadableLoaderTestHelper(BlinkGC::ThreadHeapMode threadHeapMode)
+ explicit WorkerThreadableLoaderTestHelper(BlinkGC::ThreadHeapMode threadHeapMode)
: m_dummyPageHolder(DummyPageHolder::create(IntSize(1, 1)))
, m_threadHeapMode(threadHeapMode)
{

Powered by Google App Engine
This is Rietveld 408576698