From be4c4953b7afefa3589cc399c440061663e0b068 Mon Sep 17 00:00:00 2001 From: "marja@chromium.org" Date: Fri, 21 Mar 2014 15:24:36 +0000 Subject: [PATCH] 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=dcarney@chromium.org, jkummerow@chromium.org Review URL: https://codereview.chromium.org/207703004 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20170 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- include/v8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/v8.h b/include/v8.h index 7a153b0..7f1f8fb 100644 --- a/include/v8.h +++ b/include/v8.h @@ -1126,7 +1126,7 @@ class V8_EXPORT ScriptCompiler { * 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 source_string, const ScriptOrigin& origin, -- 2.7.4