Reviewers: Michael Starzinger,

Message:
Committed patchset #1 manually as r16962.

Description:
build fix for 16957 - broke shared builds

[email protected]
BUG=

Committed: https://code.google.com/p/v8/source/detail?r=16962

Please review this at https://codereview.chromium.org/24562009/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M include/v8.h


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


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