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

Unified Diff: sky/engine/wtf/Deque.h

Issue 723253004: Remove tons of OILPAN. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/web/WebHitTestResult.cpp ('k') | sky/engine/wtf/Vector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/wtf/Deque.h
diff --git a/sky/engine/wtf/Deque.h b/sky/engine/wtf/Deque.h
index 9ecabeca7294d8c438ada6c838169dd3166befe8..e8257c49814c3965258b51d0602be92bd86d0242 100644
--- a/sky/engine/wtf/Deque.h
+++ b/sky/engine/wtf/Deque.h
@@ -59,7 +59,6 @@ namespace WTF {
Deque<T, 0, Allocator>& operator=(const Deque&);
void finalize();
- void finalizeGarbageCollectedObject() { finalize(); }
// We hard wire the inlineCapacity to zero here, due to crbug.com/360572
void swap(Deque<T, 0, Allocator>&);
« no previous file with comments | « sky/engine/web/WebHitTestResult.cpp ('k') | sky/engine/wtf/Vector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698