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

Unified Diff: tools/clang/blink_gc_plugin/tests/heap/stubs.h

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 6 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: tools/clang/blink_gc_plugin/tests/heap/stubs.h
diff --git a/tools/clang/blink_gc_plugin/tests/heap/stubs.h b/tools/clang/blink_gc_plugin/tests/heap/stubs.h
index e8ff1b34b1e6b5adad4b17b141266261777eaec7..5e07c2366e05cacfc3f874c8fdc03eb25517c6ab 100644
--- a/tools/clang/blink_gc_plugin/tests/heap/stubs.h
+++ b/tools/clang/blink_gc_plugin/tests/heap/stubs.h
@@ -147,6 +147,8 @@ public: \
virtual void adjustAndMark(Visitor*) const override { } \
virtual bool isHeapObjectAlive(Visitor*) const override { return 0; }
+#define EAGERLY_FINALIZED() typedef int IsEagerlyFinalizedMarker
+
template<typename T> class GarbageCollected { };
template<typename T>

Powered by Google App Engine
This is Rietveld 408576698