Reviewers: Michael Achenbach,
Description:
Version 4.5.17.1 (cherry-pick)
Merged dea59184cc44ac131c43596972bea49524dae85e
Mark class as exported to fix win build.
BUG=chromium:470930
LOG=N
[email protected]
Please review this at https://codereview.chromium.org/1156273003/
Base URL: https://chromium.googlesource.com/v8/[email protected]
Affected files (+2, -2 lines):
M include/v8.h
M include/v8-version.h
Index: include/v8-version.h
diff --git a/include/v8-version.h b/include/v8-version.h
index
6003ca1d118431596dff15ef04fdafd37db17032..5ab13ccd5387bfa3bd912749ee412ad5073c011f
100644
--- a/include/v8-version.h
+++ b/include/v8-version.h
@@ -11,7 +11,7 @@
#define V8_MAJOR_VERSION 4
#define V8_MINOR_VERSION 5
#define V8_BUILD_NUMBER 17
-#define V8_PATCH_LEVEL 0
+#define V8_PATCH_LEVEL 1
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
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.