Revision: 12868
Author:   [email protected]
Date:     Tue Nov  6 05:07:06 2012
Log:      Fixed visibility attribute for GetPointerFromInternalField

[email protected]

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

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

=======================================
--- /branches/bleeding_edge/include/v8.h        Mon Nov  5 05:20:45 2012
+++ /branches/bleeding_edge/include/v8.h        Tue Nov  6 05:07:06 2012
@@ -1613,7 +1613,7 @@
    * otherwise use a combination of GetInternalField, External::Cast and
    * External::Value.
    */
-  V8_DEPRECATED(void* GetPointerFromInternalField(int index));
+  V8EXPORT V8_DEPRECATED(void* GetPointerFromInternalField(int index));

   /**
* Sets a native pointer in an internal field. Deprecated. If the pointer is

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to