| Index: src/ia32/code-stubs-ia32.h
|
| ===================================================================
|
| --- src/ia32/code-stubs-ia32.h (revision 7180)
|
| +++ src/ia32/code-stubs-ia32.h (working copy)
|
| @@ -45,8 +45,8 @@
|
| UNTAGGED = 1 << TranscendentalCache::kTranscendentalTypeBits
|
| };
|
|
|
| - explicit TranscendentalCacheStub(TranscendentalCache::Type type,
|
| - ArgumentType argument_type)
|
| + TranscendentalCacheStub(TranscendentalCache::Type type,
|
| + ArgumentType argument_type)
|
| : type_(type), argument_type_(argument_type) {}
|
| void Generate(MacroAssembler* masm);
|
| private:
|
|
|