Revision: 13470
Author: [email protected]
Date: Wed Jan 23 04:04:55 2013
Log: Added a workaround for Windows compilation problems related to
V8EXPORT.
The underlying problem is a bit unclear, but at least this CL makes VS
happy.
BUG=v8:2507
Review URL: https://codereview.chromium.org/12039037
http://code.google.com/p/v8/source/detail?r=13470
Modified:
/branches/bleeding_edge/include/v8.h
=======================================
--- /branches/bleeding_edge/include/v8.h Thu Jan 17 23:20:17 2013
+++ /branches/bleeding_edge/include/v8.h Wed Jan 23 04:04:55 2013
@@ -614,7 +614,7 @@
/**
* The origin, within a file, of a script.
*/
-class V8EXPORT ScriptOrigin {
+class ScriptOrigin {
public:
V8_INLINE(ScriptOrigin(
Handle<Value> resource_name,
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev