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

Unified Diff: src/hydrogen-instructions.cc

Issue 21142007: Compile fix for older GCCs. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/hydrogen-instructions.cc
diff --git a/src/hydrogen-instructions.cc b/src/hydrogen-instructions.cc
index 1893651b06f9d869fc3c4df2178a128880762824..87dad6ff67135976dc382f8810087c786bc3acc5 100644
--- a/src/hydrogen-instructions.cc
+++ b/src/hydrogen-instructions.cc
@@ -2741,7 +2741,7 @@ HConstant::HConstant(double double_value,
HConstant::HConstant(ExternalReference reference)
- : HTemplateInstruction(HType::None()),
+ : HTemplateInstruction<0>(HType::None()),
has_smi_value_(false),
has_int32_value_(false),
has_double_value_(false),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698