| Index: src/crankshaft/hydrogen.h
|
| diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h
|
| index a1525f9f5cb060e3c808f553059e001c0b56e7a4..24c5ca86eb0f8c08c5098753d9dc53312425b820 100644
|
| --- a/src/crankshaft/hydrogen.h
|
| +++ b/src/crankshaft/hydrogen.h
|
| @@ -2493,7 +2493,7 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
|
| void HandlePolymorphicNamedFieldAccess(
|
| PropertyAccessType access_type, Expression* expr, FeedbackVectorSlot slot,
|
| BailoutId ast_id, BailoutId return_id, HValue* object, HValue* value,
|
| - SmallMapList* types, Handle<String> name);
|
| + SmallMapList* types, Handle<Name> name);
|
|
|
| HValue* BuildAllocateExternalElements(
|
| ExternalArrayType array_type,
|
| @@ -2743,7 +2743,7 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
|
| HValue* BuildNamedAccess(PropertyAccessType access, BailoutId ast_id,
|
| BailoutId reutrn_id, Expression* expr,
|
| FeedbackVectorSlot slot, HValue* object,
|
| - Handle<String> name, HValue* value,
|
| + Handle<Name> name, HValue* value,
|
| bool is_uninitialized = false);
|
|
|
| void HandlePolymorphicCallNamed(Call* expr,
|
|
|