| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index 6bf678792b6ffe473842b5f17d536125367c73ee..9dc5741426581a3ed5f5f9844b81bd21520dd96e 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -1298,7 +1298,6 @@ class HGraphBuilder {
|
| HBasicBlock* CreateLoopHeaderBlock();
|
|
|
| HValue* BuildCheckHeapObject(HValue* object);
|
| - HValue* BuildCheckMap(HValue* obj, Handle<Map> map);
|
| HValue* BuildCheckString(HValue* string);
|
| HValue* BuildWrapReceiver(HValue* object, HValue* function);
|
|
|
| @@ -1781,8 +1780,7 @@ class HGraphBuilder {
|
| HValue* previous_object_size,
|
| HValue* payload);
|
|
|
| - HInstruction* BuildConstantMapCheck(Handle<JSObject> constant,
|
| - CompilationInfo* info);
|
| + HInstruction* BuildConstantMapCheck(Handle<JSObject> constant);
|
| HInstruction* BuildCheckPrototypeMaps(Handle<JSObject> prototype,
|
| Handle<JSObject> holder);
|
|
|
|
|