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

Unified Diff: src/effects.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/x87/lithium-x87.h ('k') | src/frames.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/effects.h
diff --git a/src/effects.h b/src/effects.h
index f8b1bd9b2f25695847090a204c4a75e46703445f..601c5edc4a171d26693bee1eac1d864fb8016042 100644
--- a/src/effects.h
+++ b/src/effects.h
@@ -275,7 +275,7 @@ class NestedEffectsBase {
bool Insert(Var var, Locator* locator);
private:
- struct Node: ZoneObject {
+ struct Node : ZoneObject {
Zone* zone;
Effects<Var, kNoVar> effects;
Node* previous;
« no previous file with comments | « src/crankshaft/x87/lithium-x87.h ('k') | src/frames.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698