| Index: src/ia32/code-stubs-ia32.h
|
| diff --git a/src/ia32/code-stubs-ia32.h b/src/ia32/code-stubs-ia32.h
|
| index 006651c9c8032bcfa336040cad547c6fcce0d2b3..14259241c851f22cb997f17fc714c19b69039a3f 100644
|
| --- a/src/ia32/code-stubs-ia32.h
|
| +++ b/src/ia32/code-stubs-ia32.h
|
| @@ -74,7 +74,6 @@ class StoreBufferOverflowStub: public PlatformCodeStub {
|
|
|
| void Generate(MacroAssembler* masm);
|
|
|
| - virtual bool IsPregenerated(Isolate* isolate) V8_OVERRIDE { return true; }
|
| static void GenerateFixedRegStubsAheadOfTime(Isolate* isolate);
|
| virtual bool SometimesSetsUpAFrame() { return false; }
|
|
|
| @@ -303,8 +302,6 @@ class RecordWriteStub: public PlatformCodeStub {
|
| INCREMENTAL_COMPACTION
|
| };
|
|
|
| - virtual bool IsPregenerated(Isolate* isolate) V8_OVERRIDE;
|
| - static void GenerateFixedRegStubsAheadOfTime(Isolate* isolate);
|
| virtual bool SometimesSetsUpAFrame() { return false; }
|
|
|
| static const byte kTwoByteNopInstruction = 0x3c; // Cmpb al, #imm8.
|
|
|