Chromium Code Reviews| Index: src/hydrogen.h |
| diff --git a/src/hydrogen.h b/src/hydrogen.h |
| index 0ff5a45e5911c73eff802404dc12bd33a84d1889..207244d8d20851877934cd5f4cc3f6de57692449 100644 |
| --- a/src/hydrogen.h |
| +++ b/src/hydrogen.h |
| @@ -1878,6 +1878,7 @@ class HGraphBuilder { |
| HInstruction* BuildGetNativeContext(HValue* closure); |
| HInstruction* BuildGetNativeContext(); |
| + HInstruction* BuildGetGlobalContext(int context_index); |
| HInstruction* BuildGetArrayFunction(); |
| protected: |