Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 5c7e8db99008161ec6f758944ad2a7bcfc227971..fe020819c0b382af4a1891553cf85e5c5ee5284d 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -4099,7 +4099,7 @@ class V8_EXPORT Isolate { |
/** |
* Assert that no Javascript code is invoked. |
*/ |
- class DisallowJavascriptExecutionScope { |
+ class V8_EXPORT DisallowJavascriptExecutionScope { |
public: |
enum OnFailure { CRASH_ON_FAILURE, THROW_ON_FAILURE }; |
@@ -4120,7 +4120,7 @@ class V8_EXPORT Isolate { |
/** |
* Introduce exception to DisallowJavascriptExecutionScope. |
*/ |
- class AllowJavascriptExecutionScope { |
+ class V8_EXPORT AllowJavascriptExecutionScope { |
public: |
explicit AllowJavascriptExecutionScope(Isolate* isolate); |
~AllowJavascriptExecutionScope(); |