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

Unified Diff: src/v8.cc

Issue 476913002: [NOT SUBMITTED] Removed DCHECK to allow external code to check if v8 platform is initialized. (Closed) Base URL: https://chromium.googlesource.com/external/v8.git@master
Patch Set: Created 6 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.cc
diff --git a/src/v8.cc b/src/v8.cc
index 13a576b1c94d7ef1974aa0f7c30a58210c4c31c4..f7f217989564dab79c7195f09bc7f1cfbb079eea 100644
--- a/src/v8.cc
+++ b/src/v8.cc
@@ -116,7 +116,6 @@ void V8::ShutdownPlatform() {
v8::Platform* V8::GetCurrentPlatform() {
- DCHECK(platform_);
return platform_;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698