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

Unified Diff: sky/engine/platform/Supplementable.h

Issue 681113004: Remove Heap.h (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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: sky/engine/platform/Supplementable.h
diff --git a/sky/engine/platform/Supplementable.h b/sky/engine/platform/Supplementable.h
index 83e786daef4c3f74a1e21591925f143fe8469d8a..9efa8c1481f33064455086cd2ec683f27742b122 100644
--- a/sky/engine/platform/Supplementable.h
+++ b/sky/engine/platform/Supplementable.h
@@ -174,7 +174,6 @@ public:
// FIXME: Oilpan: Make private and remove this ignore once PersistentHeapSupplementable is removed again.
protected:
- GC_PLUGIN_IGNORE("")
typename SupplementableTraits<T, isGarbageCollected>::SupplementMap m_supplements;
#if ENABLE(ASSERT)
@@ -193,7 +192,7 @@ class Supplement : public SupplementBase<T, false> { };
// This class is used to make an off-heap class supplementable with off-heap
// supplements (Supplement).
template<typename T>
-class GC_PLUGIN_IGNORE("http://crbug.com/395036") Supplementable : public SupplementableBase<T, false> {
+class Supplementable : public SupplementableBase<T, false> {
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698