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

Unified Diff: samples/process.cc

Issue 238353015: Simplify v8/Isolate teardown. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 8 months 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
Index: samples/process.cc
diff --git a/samples/process.cc b/samples/process.cc
index 37b4d3920897b1a613d8fb8a6d7e10568a11e07a..1a88226ad75b792f9bcdd4ee96e6d57ab0885bdb 100644
--- a/samples/process.cc
+++ b/samples/process.cc
@@ -644,6 +644,7 @@ void PrintMap(map<string, string>* m) {
int main(int argc, char* argv[]) {
v8::V8::InitializeICU();
+ v8::V8::Initialize();
map<string, string> options;
string file;
ParseOptions(argc, argv, options, &file);
« no previous file with comments | « samples/lineprocessor.cc ('k') | samples/shell.cc » ('j') | src/arm/assembler-arm.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698