| Index: src/crankshaft/hydrogen.h
|
| diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h
|
| index 876a0e71da5991c75a652cf462b4596735617e50..e73e700b38a00cb74b17a06202c294a989d188fb 100644
|
| --- a/src/crankshaft/hydrogen.h
|
| +++ b/src/crankshaft/hydrogen.h
|
| @@ -1951,6 +1951,9 @@ class HGraphBuilder {
|
| SourcePosition source_position() { return position_; }
|
| void set_source_position(SourcePosition position) { position_ = position; }
|
|
|
| + int TraceInlinedFunction(Handle<SharedFunctionInfo> shared,
|
| + SourcePosition position, int pareint_id);
|
| +
|
| HValue* BuildAllocateEmptyArrayBuffer(HValue* byte_length);
|
| template <typename ViewClass>
|
| void BuildArrayBufferViewInitialization(HValue* obj,
|
|
|