Commit 843cf1f6 authored by bmeurer@chromium.org's avatar bmeurer@chromium.org

Compile fix for older GCCs.

TBR=titzer@chromium.org

Review URL: https://codereview.chromium.org/21142007

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15981 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent bacc626f
......@@ -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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment