Revision: 12869
Author:   [email protected]
Date:     Tue Nov  6 05:16:03 2012
Log:      Merged r12868 into trunk branch.

Fixed visibility attribute for GetPointerFromInternalField

[email protected]

Review URL: https://chromiumcodereview.appspot.com/11366106
http://code.google.com/p/v8/source/detail?r=12869

Modified:
 /trunk/include/v8.h
 /trunk/src/version.cc

=======================================
--- /trunk/include/v8.h Tue Nov  6 04:13:00 2012
+++ /trunk/include/v8.h Tue Nov  6 05:16:03 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
=======================================
--- /trunk/src/version.cc       Tue Nov  6 04:13:00 2012
+++ /trunk/src/version.cc       Tue Nov  6 05:16:03 2012
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     15
 #define BUILD_NUMBER      1
-#define PATCH_LEVEL       0
+#define PATCH_LEVEL       1
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)
 #define IS_CANDIDATE_VERSION 0

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

Reply via email to