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

Unified Diff: src/api.cc

Issue 16578008: Improved function entry hook coverage (Closed) Base URL: https://chromium.googlesource.com/external/v8.git@post_fix
Patch Set: Created 7 years, 6 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
« no previous file with comments | « no previous file | src/bootstrapper.cc » ('j') | src/ic.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/api.cc
diff --git a/src/api.cc b/src/api.cc
index f0505cda4fbe4074a6190f280bc2f13e364c6795..ce42cd972e22b52d035ac04c6052c836425decd8 100644
--- a/src/api.cc
+++ b/src/api.cc
@@ -299,7 +299,7 @@ static inline bool EmptyCheck(const char* location, const v8::Data* obj) {
static bool InitializeHelper() {
- if (i::Snapshot::Initialize()) return true;
+ // DO NOT SUBMIT if (i::Snapshot::Initialize()) return true;
return i::V8::Initialize(NULL);
}
« no previous file with comments | « no previous file | src/bootstrapper.cc » ('j') | src/ic.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698