| Index: src/crankshaft/hydrogen.h
|
| diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h
|
| index 19f922a9bacf3c2844e10e62275ee2758ad111af..7e5ea1fb8f7c11027ea6725afced3b91ad789e7d 100644
|
| --- a/src/crankshaft/hydrogen.h
|
| +++ b/src/crankshaft/hydrogen.h
|
| @@ -1940,7 +1940,7 @@ class HGraphBuilder {
|
| void set_source_position(SourcePosition position) { position_ = position; }
|
|
|
| int TraceInlinedFunction(Handle<SharedFunctionInfo> shared,
|
| - SourcePosition position, int pareint_id);
|
| + SourcePosition position);
|
|
|
| HValue* BuildAllocateEmptyArrayBuffer(HValue* byte_length);
|
| template <typename ViewClass>
|
|
|