Reviewers: Sven Panne,
Description:
Remove faulty CHECK() statement.
[email protected]
BUG=none
LOG=n
Please review this at https://codereview.chromium.org/67463003/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+0, -1 lines):
M src/v8.cc
Index: src/v8.cc
diff --git a/src/v8.cc b/src/v8.cc
index
92c45fa42ab90f50bc88360275a9874040e09785..b8160f7d6cbcb4c98eba0a32a410d99e9b702e61
100644
--- a/src/v8.cc
+++ b/src/v8.cc
@@ -197,7 +197,6 @@ void V8::InitializeOncePerProcess() {
void V8::InitializePlatform(v8::Platform* platform) {
- ASSERT(!platform_);
ASSERT(platform);
platform_ = platform;
}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.