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

Unified Diff: third_party/WebKit/Source/platform/heap/Visitor.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
« no previous file with comments | « third_party/WebKit/Source/platform/heap/TraceTraits.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/heap/Visitor.h
diff --git a/third_party/WebKit/Source/platform/heap/Visitor.h b/third_party/WebKit/Source/platform/heap/Visitor.h
index 5f6a367b65dfd632a99ed475edab40a8b97e9500..a683882c926ccb0e4ed8072dd8d05ec109eec189 100644
--- a/third_party/WebKit/Source/platform/heap/Visitor.h
+++ b/third_party/WebKit/Source/platform/heap/Visitor.h
@@ -33,14 +33,10 @@
#include "platform/PlatformExport.h"
#include "platform/heap/GarbageCollected.h"
-#include "platform/heap/StackFrameDepth.h"
-#include "platform/heap/ThreadState.h"
#include "wtf/Allocator.h"
#include "wtf/Assertions.h"
-#include "wtf/Atomics.h"
#include "wtf/Deque.h"
#include "wtf/Forward.h"
-#include "wtf/HashMap.h"
#include "wtf/HashTraits.h"
#include "wtf/TypeTraits.h"
@@ -385,7 +381,6 @@ private:
ThreadState* m_state;
const MarkingMode m_markingMode;
- bool m_isGlobalMarkingVisitor;
haraken 2016/03/04 15:55:59 Hmm, I remember kouhei@ introduced this flag for o
sof 2016/03/04 18:18:23 Yes, introduced in https://codereview.chromium.org
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/platform/heap/TraceTraits.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698