| Index: src/bootstrapper.h
|
| diff --git a/src/bootstrapper.h b/src/bootstrapper.h
|
| index 610610ba2bef61124bb6ce383108e7d9100418d6..28cb1d64a21061b55938a4f0d4a1cd33ada12e8f 100644
|
| --- a/src/bootstrapper.h
|
| +++ b/src/bootstrapper.h
|
| @@ -119,9 +119,6 @@ class Bootstrapper final {
|
| static bool CompileCodeStubBuiltin(Isolate* isolate, int index);
|
| static bool InstallCodeStubNatives(Isolate* isolate);
|
|
|
| - static void ImportNatives(Isolate* isolate, Handle<JSObject> container);
|
| - static void ImportExperimentalNatives(Isolate* isolate,
|
| - Handle<JSObject> container);
|
| static bool InstallJSBuiltins(Isolate* isolate, Handle<JSObject> container);
|
| static void ExportPrivateSymbols(Isolate* isolate,
|
| Handle<JSObject> container);
|
|
|