| Index: src/x64/macro-assembler-x64.h
 | 
| ===================================================================
 | 
| --- src/x64/macro-assembler-x64.h	(revision 11348)
 | 
| +++ src/x64/macro-assembler-x64.h	(working copy)
 | 
| @@ -127,6 +127,8 @@
 | 
|    // Returns the size of the code generated by LoadAddress.
 | 
|    // Used by CallSize(ExternalReference) to find the size of a call.
 | 
|    int LoadAddressSize(ExternalReference source);
 | 
| +  // Pushes the address of the external reference onto the stack.
 | 
| +  void PushAddress(ExternalReference source);
 | 
|  
 | 
|    // Operations on roots in the root-array.
 | 
|    void LoadRoot(Register destination, Heap::RootListIndex index);
 | 
| 
 |