| Index: src/stub-cache.h
|
| diff --git a/src/stub-cache.h b/src/stub-cache.h
|
| index 9365d96de0bf5e122aa098e4eb73ee0a4f08f679..a1b55d8d111d6a8345fb740d6165281e1e38b41d 100644
|
| --- a/src/stub-cache.h
|
| +++ b/src/stub-cache.h
|
| @@ -1067,17 +1067,6 @@ class CallStubCompiler: public StubCompiler {
|
| };
|
|
|
|
|
| -class ConstructStubCompiler: public StubCompiler {
|
| - public:
|
| - explicit ConstructStubCompiler(Isolate* isolate) : StubCompiler(isolate) { }
|
| -
|
| - Handle<Code> CompileConstructStub(Handle<JSFunction> function);
|
| -
|
| - private:
|
| - Handle<Code> GetCode();
|
| -};
|
| -
|
| -
|
| // Holds information about possible function call optimizations.
|
| class CallOptimization BASE_EMBEDDED {
|
| public:
|
|
|