Chromium Code Reviews| Index: src/x64/full-codegen-x64.cc |
| diff --git a/src/x64/full-codegen-x64.cc b/src/x64/full-codegen-x64.cc |
| index 900b2ca15d2118243bcc5f0f9bfccca74838a4d8..cb2a141f747e72c0558b968760d5c00c5822bba6 100644 |
| --- a/src/x64/full-codegen-x64.cc |
| +++ b/src/x64/full-codegen-x64.cc |
| @@ -43,7 +43,6 @@ namespace internal { |
| #define __ ACCESS_MASM(masm_) |
|
Mads Ager (chromium)
2011/05/24 13:39:09
I would go the other way and have two spaces on al
|
| - |
| static unsigned GetPropertyId(Property* property) { |
| if (property->is_synthetic()) return AstNode::kNoNumber; |
| return property->id(); |