Chromium Code Reviews| Index: src/hydrogen.h |
| diff --git a/src/hydrogen.h b/src/hydrogen.h |
| index 2af24696c158d2e090bf44a2169911f3b5784515..9658e8341faab9202e61cf0b332aec9b9a16b32b 100644 |
| --- a/src/hydrogen.h |
| +++ b/src/hydrogen.h |
| @@ -1774,6 +1774,7 @@ class HGraphBuilder { |
| HInstruction* BuildCheckPrototypeMaps(Handle<JSObject> prototype, |
| Handle<JSObject> holder); |
| + HInstruction* BuildGetNativeContext(HValue* closure); |
| HInstruction* BuildGetNativeContext(); |
| HInstruction* BuildGetArrayFunction(); |