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

Unified Diff: third_party/WebKit/Source/platform/heap/SparseHeapBitmap.cpp

Issue 2642933005: Have VisitorHelper<> handle moving object registration. (Closed)
Patch Set: msvc compile fix Created 3 years, 11 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/SparseHeapBitmap.cpp
diff --git a/third_party/WebKit/Source/platform/heap/SparseHeapBitmap.cpp b/third_party/WebKit/Source/platform/heap/SparseHeapBitmap.cpp
index 6a47decbd3630b70c6aadc991bbe5881b96611d0..e84003009339c2815e5f2390ccfa479c226a4640 100644
--- a/third_party/WebKit/Source/platform/heap/SparseHeapBitmap.cpp
+++ b/third_party/WebKit/Source/platform/heap/SparseHeapBitmap.cpp
@@ -4,6 +4,7 @@
#include "platform/heap/SparseHeapBitmap.h"
+#include "platform/heap/Heap.h"
#include "wtf/PtrUtil.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/heap/MarkingVisitorImpl.h ('k') | third_party/WebKit/Source/platform/heap/Visitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698