Chromium Code Reviews| Index: third_party/WebKit/Source/platform/heap/MarkingVisitor.h |
| diff --git a/third_party/WebKit/Source/platform/heap/MarkingVisitor.h b/third_party/WebKit/Source/platform/heap/MarkingVisitor.h |
| index 190952b24ce5053adb5ff4530bea6bc3c80f419e..0f552257e0912c2f87ee03ca1b395a839acd3964 100644 |
| --- a/third_party/WebKit/Source/platform/heap/MarkingVisitor.h |
| +++ b/third_party/WebKit/Source/platform/heap/MarkingVisitor.h |
| @@ -15,8 +15,8 @@ public: |
| using Impl = MarkingVisitorImpl<MarkingVisitor<Mode>>; |
| friend class MarkingVisitorImpl<MarkingVisitor<Mode>>; |
| - MarkingVisitor() |
| - : Visitor(Mode) |
| + MarkingVisitor(ThreadState* state) |
|
haraken
2016/03/02 07:13:24
Add explicit.
|
| + : Visitor(state, Mode) |
| { |
| } |