commit 9f3393850cc61bb2118ec3c3eedb0f74abb1d473
Author: Jeff Walden <[email protected]>
Date:   Mon Jun 9 12:57:47 2014 -0700

    Bug 1019003 - ESR24 backport of a visibility warning-fix. r=trivial, 
a=sledru
---
 js/src/jstypedarray.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/src/jstypedarray.cpp b/js/src/jstypedarray.cpp
index a78edd4..735c608 100644
--- a/js/src/jstypedarray.cpp
+++ b/js/src/jstypedarray.cpp
@@ -3480,7 +3480,7 @@ const JSFunctionSpec _typedArray::jsfuncs[] = {           
                     \
           return obj;                                                          
              \
       return NULL;                                                             
              \
   } \
-  JS_FRIEND_DATA(const js::Class* const) js::detail::Name ## ArrayClassPtr =   
              \
+  const js::Class* const js::detail::Name ## ArrayClassPtr =                   
              \
       &js::TypedArray::classes[TypedArrayTemplate<NativeType>::ArrayTypeID()];
 
 IMPL_TYPED_ARRAY_JSAPI_CONSTRUCTORS(Int8, int8_t)



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to