Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index 8994a87edb5875b7bd3f7b018b3ff3bc94791750..ed44901e6f177c7429eacbcfcbf2024dcee1a7d2 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -6276,7 +6276,7 @@ class HObjectAccess FINAL { |
static HObjectAccess ForContextSlot(int index); |
- static HObjectAccess ForGlobalContext(int index); |
+ static HObjectAccess ForScriptContext(int index); |
// Create an access to the backing store of an object. |
static HObjectAccess ForBackingStoreOffset(int offset, |