Commit be4c4953 authored by marja@chromium.org's avatar marja@chromium.org

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
parent 759bf428
......@@ -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<String> source_string, const ScriptOrigin& origin,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment