Chromium Code Reviews| Index: src/ia32/full-codegen-ia32.cc |
| diff --git a/src/ia32/full-codegen-ia32.cc b/src/ia32/full-codegen-ia32.cc |
| index 8ce53c2b54a8ffaeaeb11b00aa0a708f8270e234..ac3f815f5bc511e184bc865f9f6368f455eaac84 100644 |
| --- a/src/ia32/full-codegen-ia32.cc |
| +++ b/src/ia32/full-codegen-ia32.cc |
| @@ -44,6 +44,7 @@ namespace internal { |
| #define __ ACCESS_MASM(masm_) |
| + |
| static unsigned GetPropertyId(Property* property) { |
| if (property->is_synthetic()) return AstNode::kNoNumber; |
| return property->id(); |