 Chromium Code Reviews
 Chromium Code Reviews Issue 12039037:
  Added a workaround for Windows compilation problems related to V8EXPORT.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 12039037:
  Added a workaround for Windows compilation problems related to V8EXPORT.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| 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, |