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

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

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/MarkingVisitor.h
diff --git a/third_party/WebKit/Source/platform/heap/MarkingVisitor.h b/third_party/WebKit/Source/platform/heap/MarkingVisitor.h
index 926f4e0a692971246d29b81b1393fd46e068d796..9a07e69b891872cf05145db3e94d3b493e08a1e5 100644
--- a/third_party/WebKit/Source/platform/heap/MarkingVisitor.h
+++ b/third_party/WebKit/Source/platform/heap/MarkingVisitor.h
@@ -47,16 +47,6 @@ class MarkingVisitor final : public Visitor,
}
#endif
- void registerMovingObjectReference(MovableReference* slot) override {
- Impl::registerMovingObjectReference(slot);
- }
-
- void registerMovingObjectCallback(MovableReference backingStore,
- MovingObjectCallback callback,
- void* callbackData) override {
- Impl::registerMovingObjectCallback(backingStore, callback, callbackData);
- }
-
bool ensureMarked(const void* objectPointer) override {
return Impl::ensureMarked(objectPointer);
}
« no previous file with comments | « third_party/WebKit/Source/platform/heap/HeapTest.cpp ('k') | third_party/WebKit/Source/platform/heap/MarkingVisitorImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698