Chromium Code Reviews| Index: src/code-stubs.h |
| diff --git a/src/code-stubs.h b/src/code-stubs.h |
| index 7a2d04fb171fc3838dd6e35603aa7d20017c3431..2ae9298cd726567d772149b8c18546e02bb285b4 100644 |
| --- a/src/code-stubs.h |
| +++ b/src/code-stubs.h |
| @@ -75,7 +75,7 @@ namespace internal { |
| V(KeyedLoadElement) \ |
| V(KeyedStoreElement) \ |
| V(DebuggerStatement) \ |
| - V(StringDictionaryLookup) \ |
| + V(NameDictionaryLookup) \ |
| V(ElementsTransitionAndStore) \ |
| V(TransitionElementsKind) \ |
| V(StoreArrayLiteralElement) \ |