| Index: src/d8.cc
|
| diff --git a/src/d8.cc b/src/d8.cc
|
| index 1718fbd228707c861d5b7cedd61634cc80395343..c8a80390bb6957a7417d7e0c1d2dc63cdac694fe 100644
|
| --- a/src/d8.cc
|
| +++ b/src/d8.cc
|
| @@ -872,11 +872,9 @@ Handle<ObjectTemplate> Shell::CreateGlobalTemplate(Isolate* isolate) {
|
| performance_template);
|
| #endif // !V8_SHARED
|
|
|
| -#if !defined(V8_SHARED) && !defined(_WIN32) && !defined(_WIN64)
|
| Handle<ObjectTemplate> os_templ = ObjectTemplate::New(isolate);
|
| AddOSMethods(isolate, os_templ);
|
| global_template->Set(String::NewFromUtf8(isolate, "os"), os_templ);
|
| -#endif // !V8_SHARED && !_WIN32 && !_WIN64
|
|
|
| return global_template;
|
| }
|
|
|