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

Unified Diff: third_party/WebKit/Source/platform/heap/TraceTraits.h

Issue 1759183005: Remove now-unused Visitor::m_isGlobalMarkingVisitor field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: include tidying Created 4 years, 10 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/platform/heap/TraceTraits.h
diff --git a/third_party/WebKit/Source/platform/heap/TraceTraits.h b/third_party/WebKit/Source/platform/heap/TraceTraits.h
index 3269ae0afff769a87a5ab69531db9d2e8c15ab6d..cd672c48b3114002f35fdf5614d339ea371c4148 100644
--- a/third_party/WebKit/Source/platform/heap/TraceTraits.h
+++ b/third_party/WebKit/Source/platform/heap/TraceTraits.h
@@ -8,6 +8,7 @@
#include "platform/heap/GCInfo.h"
#include "platform/heap/Heap.h"
#include "platform/heap/InlinedGlobalMarkingVisitor.h"
+#include "platform/heap/StackFrameDepth.h"
#include "platform/heap/Visitor.h"
#include "wtf/Allocator.h"
#include "wtf/Assertions.h"

Powered by Google App Engine
This is Rietveld 408576698