Reviewers: Jakob,

Description:
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


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

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

Affected files:
  M include/v8.h


Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index e5af0dd65f77f7d1192ca2c860d6c3464d6e7c95..284aeaf7f59e622bbf012394ed2cea38d783d107 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -614,7 +614,7 @@ class V8EXPORT ScriptData {  // NOLINT
 /**
  * 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

Reply via email to