Reviewers: Sven Panne,

Description:
Fix windows x64 build.

[email protected]

Please review this at https://codereview.chromium.org/280223002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M src/d8.cc


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)));
 }




--
--
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/d/optout.

Reply via email to