| Index: src/assembler.h | 
| diff --git a/src/assembler.h b/src/assembler.h | 
| index 38078f3d22c8cbf4327d8efe72b1446fadbd2185..836c8304bc1442bc4916665e38cae0a4239ebdd0 100644 | 
| --- a/src/assembler.h | 
| +++ b/src/assembler.h | 
| @@ -897,8 +897,6 @@ class ExternalReference BASE_EMBEDDED { | 
| }; | 
|  | 
| static void SetUp(); | 
| -  static void InitializeMathExpData(); | 
| -  static void TearDownMathExpData(); | 
|  | 
| typedef void* ExternalReferenceRedirector(Isolate* isolate, void* original, | 
| Type type); | 
| @@ -1044,14 +1042,12 @@ class ExternalReference BASE_EMBEDDED { | 
| // IEEE 754 functions. | 
| static ExternalReference ieee754_atan_function(Isolate* isolate); | 
| static ExternalReference ieee754_atan2_function(Isolate* isolate); | 
| +  static ExternalReference ieee754_exp_function(Isolate* isolate); | 
| static ExternalReference ieee754_log_function(Isolate* isolate); | 
| static ExternalReference ieee754_log1p_function(Isolate* isolate); | 
| static ExternalReference ieee754_log2_function(Isolate* isolate); | 
| static ExternalReference ieee754_log10_function(Isolate* isolate); | 
|  | 
| -  static ExternalReference math_exp_constants(int constant_index); | 
| -  static ExternalReference math_exp_log_table(); | 
| - | 
| static ExternalReference page_flags(Page* page); | 
|  | 
| static ExternalReference ForDeoptEntry(Address entry); | 
|  |