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

Unified Diff: src/d8.cc

Issue 280223002: Fix windows x64 build. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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/d8.cc
diff --git a/src/d8.cc b/src/d8.cc
index c2e9615d8ef80ac8b957a52f755e73fd89416a86..b53ddf8f1b62243fff5655c9b2fb9637792c24f4 100644
--- a/src/d8.cc
+++ b/src/d8.cc
@@ -1353,7 +1353,7 @@ void SourceGroup::WaitForThread() {
void SetFlagsFromString(const char* flags) {
- v8::V8::SetFlagsFromString(flags, strlen(flags));
+ v8::V8::SetFlagsFromString(flags, static_cast<int>(strlen(flags)));
}
« 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