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

Unified Diff: src/crankshaft/unique.h

Issue 2452403003: Changed statement ZoneList to a ZoneChunkList
Patch Set: Created 4 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
« no previous file with comments | « src/crankshaft/typing.cc ('k') | src/crankshaft/x64/lithium-codegen-x64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/crankshaft/unique.h
diff --git a/src/crankshaft/unique.h b/src/crankshaft/unique.h
index 4c6a0976f83d262b5961c1ef5747400beb7a2903..8edd5921672bf193bef6a8e7c01a8b0ec8d811de 100644
--- a/src/crankshaft/unique.h
+++ b/src/crankshaft/unique.h
@@ -142,7 +142,6 @@ inline std::ostream& operator<<(std::ostream& os, Unique<T> uniq) {
return os << Brief(*uniq.handle());
}
-
template <typename T>
class UniqueSet final : public ZoneObject {
public:
« no previous file with comments | « src/crankshaft/typing.cc ('k') | src/crankshaft/x64/lithium-codegen-x64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698