| Index: src/arm/code-stubs-arm.h | 
| diff --git a/src/arm/code-stubs-arm.h b/src/arm/code-stubs-arm.h | 
| index e7f6610fa183f47af8e4f78324fcd0c47c1a05d2..727bb1b22703cfee80acdbbdddb3747dedc2d128 100644 | 
| --- a/src/arm/code-stubs-arm.h | 
| +++ b/src/arm/code-stubs-arm.h | 
| @@ -79,6 +79,7 @@ class WriteInt32ToHeapNumberStub : public PlatformCodeStub { | 
| class HeapNumberRegisterBits: public BitField<int, 4, 4> {}; | 
| class ScratchRegisterBits: public BitField<int, 8, 4> {}; | 
|  | 
| +  DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR(); | 
| DEFINE_PLATFORM_CODE_STUB(WriteInt32ToHeapNumber, PlatformCodeStub); | 
| }; | 
|  | 
| @@ -168,6 +169,8 @@ class RecordWriteStub: public PlatformCodeStub { | 
| 2 * Assembler::kInstrSize); | 
| } | 
|  | 
| +  DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR(); | 
| + | 
| private: | 
| // This is a helper class for freeing up 3 scratch registers.  The input is | 
| // two registers that must be preserved and one scratch register provided by | 
| @@ -292,6 +295,7 @@ class DirectCEntryStub: public PlatformCodeStub { | 
| private: | 
| bool NeedsImmovableCode() { return true; } | 
|  | 
| +  DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR(); | 
| DEFINE_PLATFORM_CODE_STUB(DirectCEntry, PlatformCodeStub); | 
| }; | 
|  | 
| @@ -339,6 +343,7 @@ class NameDictionaryLookupStub: public PlatformCodeStub { | 
|  | 
| class LookupModeBits: public BitField<LookupMode, 0, 1> {}; | 
|  | 
| +  DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR(); | 
| DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub); | 
| }; | 
|  | 
|  |