| Index: src/arm/lithium-arm.h | 
| diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h | 
| index 4bac4b1a4c5d8c314322b2432ad28abc544faa02..5c320310bee430233cfe8ca07e8996d302da9496 100644 | 
| --- a/src/arm/lithium-arm.h | 
| +++ b/src/arm/lithium-arm.h | 
| @@ -488,10 +488,6 @@ class LCallStub V8_FINAL : public LTemplateInstruction<1, 1, 0> { | 
|  | 
| DECLARE_CONCRETE_INSTRUCTION(CallStub, "call-stub") | 
| DECLARE_HYDROGEN_ACCESSOR(CallStub) | 
| - | 
| -  TranscendentalCache::Type transcendental_type() { | 
| -    return hydrogen()->transcendental_type(); | 
| -  } | 
| }; | 
|  | 
|  | 
|  |