Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Unified Diff: src/d8-windows.cc

Issue 1527103005: [d8] Remove "os" object from d8. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/d8-posix.cc ('k') | test/mjsunit/d8-os.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8-windows.cc
diff --git a/src/d8-windows.cc b/src/d8-windows.cc
deleted file mode 100644
index ba89c4156fdf0daf8165c93bc78d97ebab9cc733..0000000000000000000000000000000000000000
--- a/src/d8-windows.cc
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright 2009 the V8 project authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "src/d8.h"
-
-
-namespace v8 {
-
-
-void Shell::AddOSMethods(Isolate* isolate, Local<ObjectTemplate> os_templ) {}
-
-
-} // namespace v8
« no previous file with comments | « src/d8-posix.cc ('k') | test/mjsunit/d8-os.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698