Revision: 18665
Author: [email protected]
Date: Fri Jan 17 11:52:50 2014 UTC
Log: Fixed Windows build.
[email protected]
Review URL: https://codereview.chromium.org/140983005
http://code.google.com/p/v8/source/detail?r=18665
Modified:
/branches/bleeding_edge/src/extensions/gc-extension.h
=======================================
--- /branches/bleeding_edge/src/extensions/gc-extension.h Fri Jan 17
10:52:00 2014 UTC
+++ /branches/bleeding_edge/src/extensions/gc-extension.h Fri Jan 17
11:52:50 2014 UTC
@@ -45,7 +45,8 @@
private:
static const char* BuildSource(char* buf, size_t size, const char*
fun_name) {
- OS::SNPrintF(Vector<char>(buf, size), "native function %s();",
fun_name);
+ OS::SNPrintF(Vector<char>(buf, static_cast<int>(size)),
+ "native function %s();", fun_name);
return buf;
}
--
--
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.