Revision: 21263
Author:   [email protected]
Date:     Mon May 12 11:42:53 2014 UTC
Log:      Fix windows x64 build.

[email protected]

Review URL: https://codereview.chromium.org/280223002
http://code.google.com/p/v8/source/detail?r=21263

Modified:
 /branches/bleeding_edge/src/d8.cc

=======================================
--- /branches/bleeding_edge/src/d8.cc   Mon May 12 11:25:21 2014 UTC
+++ /branches/bleeding_edge/src/d8.cc   Mon May 12 11:42:53 2014 UTC
@@ -1353,7 +1353,7 @@


 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