Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 2789bad21646b84a81fe02402887817d91ffac49..24dc6d13f741978e27c250550cdb035a1d26f9d5 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -2725,9 +2725,9 @@ class Internals { |
// These constants are compiler dependent so their values must be |
// defined within the implementation. |
- static int kJSObjectType; |
- static int kFirstNonstringType; |
- static int kProxyType; |
+ V8EXPORT static int kJSObjectType; |
+ V8EXPORT static int kFirstNonstringType; |
+ V8EXPORT static int kProxyType; |
static inline bool HasHeapObjectTag(internal::Object* value) { |
return ((reinterpret_cast<intptr_t>(value) & kHeapObjectTagMask) == |