Chromium Code Reviews| Index: src/field-index.h |
| diff --git a/src/field-index.h b/src/field-index.h |
| index 56df7ec758a025ccae8c24c2ea9c26859e31250b..8650c8fb8fdeb4dadbb1fb75463f8b09b5fe8914 100644 |
| --- a/src/field-index.h |
| +++ b/src/field-index.h |
| @@ -65,7 +65,7 @@ class FieldIndex V8_FINAL { |
| int GetKeyedLookupCacheIndex() const; |
| - int GetLoadFieldStubKey() const { |
| + int GetFieldAccessStubKey() const { |
| return bit_field_ & |
| (IsInObjectBits::kMask | IsDoubleBits::kMask | IndexBits::kMask); |
| } |