Revision: 20170
Author:   ma...@chromium.org
Date:     Fri Mar 21 15:24:36 2014 UTC
Log: Tentative Windows dll build fix: Don't V8_EXPORT ScriptCompiler::Source.

For more information, see the bug. Compare to ScriptOrigin
which is not exported either.

BUG=v8:3228
LOG=Y
R=dcar...@chromium.org, jkumme...@chromium.org

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

Modified:
 /branches/bleeding_edge/include/v8.h

=======================================
--- /branches/bleeding_edge/include/v8.h        Thu Mar 20 16:13:09 2014 UTC
+++ /branches/bleeding_edge/include/v8.h        Fri Mar 21 15:24:36 2014 UTC
@@ -1126,7 +1126,7 @@
    * Source code which can be then compiled to a UnboundScript or
    * BoundScript.
    */
-  class V8_EXPORT Source {
+  class Source {
    public:
     // Source takes ownership of CachedData.
     Source(Local<String> source_string, const ScriptOrigin& origin,

--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to