| Index: src/d8.h
|
| diff --git a/src/d8.h b/src/d8.h
|
| index 5c7ffaa5bd73ec571a7f603215f0cf3fde2a372f..42013e866d1ef6948ac35ad4e7690d44cf345770 100644
|
| --- a/src/d8.h
|
| +++ b/src/d8.h
|
| @@ -304,8 +304,6 @@ class Shell : public i::AllStatic {
|
| #endif // ENABLE_DEBUGGER_SUPPORT
|
| #endif // V8_SHARED
|
|
|
| - static void WindowPerformanceNow(
|
| - const v8::FunctionCallbackInfo<v8::Value>& args);
|
| static void RealmCurrent(const v8::FunctionCallbackInfo<v8::Value>& args);
|
| static void RealmOwner(const v8::FunctionCallbackInfo<v8::Value>& args);
|
| static void RealmGlobal(const v8::FunctionCallbackInfo<v8::Value>& args);
|
| @@ -383,7 +381,6 @@ class Shell : public i::AllStatic {
|
|
|
| static const char* kPrompt;
|
| static ShellOptions options;
|
| - static const i::TimeTicks kInitialTicks;
|
|
|
| private:
|
| static Persistent<Context> evaluation_context_;
|
|
|