Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 1fd657ffe1eac2c3c65d32fee45c7f244730f1a4..5da671105a0019be68f5f235313d8bfa60052e54 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -5420,7 +5420,7 @@ class Internals { |
static const int kUndefinedOddballKind = 5; |
static const int kNullOddballKind = 3; |
- static void CheckInitializedImpl(v8::Isolate* isolate); |
+ V8_EXPORT static void CheckInitializedImpl(v8::Isolate* isolate); |
V8_INLINE static void CheckInitialized(v8::Isolate* isolate) { |
#ifdef V8_ENABLE_CHECKS |
CheckInitializedImpl(isolate); |