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

Unified Diff: Source/heap/Heap.h

Issue 156033003: Oilpan: Remove GarbageCollected::ref/deref (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « Source/bindings/tests/results/V8TestTypedefs.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/heap/Heap.h
diff --git a/Source/heap/Heap.h b/Source/heap/Heap.h
index 233025f74d16fb99dd7a06c954f51cc747175d68..ebf4220f437325898ee099855df6299a55a2a859 100644
--- a/Source/heap/Heap.h
+++ b/Source/heap/Heap.h
@@ -870,17 +870,6 @@ public:
ASSERT_NOT_REACHED();
}
- // FIXME: These methods are needed to make transition types compilable.
- // Remove the methods once transition types are gone.
- void ref()
- {
- ASSERT_NOT_REACHED();
- }
- void deref()
- {
- ASSERT_NOT_REACHED();
- }
-
protected:
GarbageCollected()
{
« no previous file with comments | « Source/bindings/tests/results/V8TestTypedefs.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698