| Index: src/objects.h
 | 
| diff --git a/src/objects.h b/src/objects.h
 | 
| index e3a1fd0d25c53f5874718fe86510a047082f768b..127b565c9e4a12ab7d8bd76f75507cc20ab886bc 100644
 | 
| --- a/src/objects.h
 | 
| +++ b/src/objects.h
 | 
| @@ -6886,7 +6886,7 @@ class String: public HeapObject {
 | 
|    inline void Set(int index, uint16_t value);
 | 
|    // Get individual two byte char in the string.  Repeated calls
 | 
|    // to this method are not efficient unless the string is flat.
 | 
| -  inline uint16_t Get(int index);
 | 
| +  INLINE(uint16_t Get(int index));
 | 
|  
 | 
|    // Try to flatten the string.  Checks first inline to see if it is
 | 
|    // necessary.  Does nothing if the string is not a cons string.
 | 
| 
 |