| Index: src/ia32/assembler-ia32.h
|
| diff --git a/src/ia32/assembler-ia32.h b/src/ia32/assembler-ia32.h
|
| index 5d11452890112ae2432b46b58a154a836a315df1..1fb57886a726a31f2094b9340f5de2442eaa4661 100644
|
| --- a/src/ia32/assembler-ia32.h
|
| +++ b/src/ia32/assembler-ia32.h
|
| @@ -410,10 +410,10 @@ class Operand BASE_EMBEDDED {
|
| RelocInfo::EXTERNAL_REFERENCE);
|
| }
|
|
|
| - static Operand Cell(Handle<JSGlobalPropertyCell> cell) {
|
| + static Operand Cell(Handle<Cell> cell) {
|
| AllowDeferredHandleDereference embedding_raw_address;
|
| return Operand(reinterpret_cast<int32_t>(cell.location()),
|
| - RelocInfo::GLOBAL_PROPERTY_CELL);
|
| + RelocInfo::CELL);
|
| }
|
|
|
| // Returns true if this Operand is a wrapper for the specified register.
|
|
|