Revision: 16962
Author:   [email protected]
Date:     Thu Sep 26 12:42:10 2013 UTC
Log:      build fix for 16957 - broke shared builds

[email protected]
BUG=

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

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

=======================================
--- /branches/bleeding_edge/include/v8.h        Thu Sep 26 10:28:00 2013 UTC
+++ /branches/bleeding_edge/include/v8.h        Thu Sep 26 12:42:10 2013 UTC
@@ -5420,7 +5420,7 @@
   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);

--
--
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/groups/opt_out.

Reply via email to