Index: third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.h b/third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.h |
index ff3c133f74e853e9a566871cc267e29db6090b09..18a10942b60bf0b24f41f21752a432061959c7a2 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.h |
@@ -32,7 +32,6 @@ |
#define V8RecursionScope_h |
#include "bindings/core/v8/V8PerIsolateData.h" |
-#include "core/CoreExport.h" |
#include "platform/ScriptForbiddenScope.h" |
#include "wtf/Noncopyable.h" |
#include <v8.h> |
@@ -56,7 +55,7 @@ |
// happen at the end of the outer-most script stack frame of calls into page script: |
// |
// http://www.whatwg.org/specs/web-apps/current-work/#perform-a-microtask-checkpoint |
-class CORE_EXPORT V8RecursionScope { |
+class V8RecursionScope { |
STACK_ALLOCATED(); |
public: |
explicit V8RecursionScope(v8::Isolate* isolate) |