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

Unified Diff: src/ic/ic-state.h

Issue 755513003: Hydrogen: fix keyed loads with string keys (Closed) Base URL: gh:v8/v8@master
Patch Set: fixes Created 6 years 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: src/ic/ic-state.h
diff --git a/src/ic/ic-state.h b/src/ic/ic-state.h
index 9bb877a3835761448072ae65ec68be73e5109d95..e5b454b4fb6bf8b4db52fed7060f8634c5a963a0 100644
--- a/src/ic/ic-state.h
+++ b/src/ic/ic-state.h
@@ -236,6 +236,8 @@ class LoadICState FINAL BASE_EMBEDDED {
const ExtraICState state_;
};
+
Jakob Kummerow 2014/12/11 09:52:42 nit: no need to add these empty lines
+
}
}

Powered by Google App Engine
This is Rietveld 408576698