Chromium Code Reviews| 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() {} |