Reviewers: Michael Achenbach,

Description:
Mark class as exported to fix win build.

[email protected]
BUG=chromium:470930

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

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1, -1 lines):
  M include/v8.h


Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index 27e212d468f054878c5e04fd7e3c2d493d2a23a4..7c3ab1b4ce21107361b37f5d9c8ece5ffc882c34 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -1198,7 +1198,7 @@ class V8_EXPORT ScriptCompiler {
* For streaming incomplete script data to V8. The embedder should implement a
    * subclass of this class.
    */
-  class ExternalSourceStream {
+  class V8_EXPORT ExternalSourceStream {
    public:
     virtual ~ExternalSourceStream() {}



--
--
v8-dev mailing list
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to