Revision: 20737
Author:   [email protected]
Date:     Mon Apr 14 19:34:32 2014 UTC
Log:      Export [Dis]allowJavascriptExecutionScope

[email protected]

Review URL: https://codereview.chromium.org/236833009
http://code.google.com/p/v8/source/detail?r=20737

Modified:
 /branches/bleeding_edge/include/v8.h

=======================================
--- /branches/bleeding_edge/include/v8.h        Mon Apr 14 06:55:42 2014 UTC
+++ /branches/bleeding_edge/include/v8.h        Mon Apr 14 19:34:32 2014 UTC
@@ -4099,7 +4099,7 @@
   /**
    * 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 @@
   /**
    * Introduce exception to DisallowJavascriptExecutionScope.
    */
-  class AllowJavascriptExecutionScope {
+  class V8_EXPORT AllowJavascriptExecutionScope {
    public:
     explicit AllowJavascriptExecutionScope(Isolate* isolate);
     ~AllowJavascriptExecutionScope();

--
--
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