Index: third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h |
diff --git a/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h b/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h |
index 35778f3c5a7ad52fdf415479460f988759be84cd..edc54052660cfb5b1a340f5f5e820540f6f7d193 100644 |
--- a/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h |
+++ b/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h |
@@ -16,7 +16,7 @@ public: |
friend class MarkingVisitorImpl<InlinedGlobalMarkingVisitor>; |
using Impl = MarkingVisitorImpl<InlinedGlobalMarkingVisitor>; |
- InlinedGlobalMarkingVisitor() { } |
+ explicit InlinedGlobalMarkingVisitor(ThreadState* state) : VisitorHelper(state) { } |
// Hack to unify interface to visitor->trace(). |
// Without this hack, we need to use visitor.trace() for |