| Index: src/bootstrapper.h
|
| diff --git a/src/bootstrapper.h b/src/bootstrapper.h
|
| index a1ba9dd7136bdc91c232204f6172c01d76bdd615..81ef396e06b5e2a9dedab4e58f9be116c12bca4e 100644
|
| --- a/src/bootstrapper.h
|
| +++ b/src/bootstrapper.h
|
| @@ -121,8 +121,6 @@ class Bootstrapper final {
|
| static bool CompileExperimentalExtraBuiltin(Isolate* isolate, int index);
|
|
|
| static void ExportFromRuntime(Isolate* isolate, Handle<JSObject> container);
|
| - static void ExportExperimentalFromRuntime(Isolate* isolate,
|
| - Handle<JSObject> container);
|
|
|
| private:
|
| Isolate* isolate_;
|
|
|