[tor-commits] [tor-browser/esr24] Bug 1019003 - ESR24 backport of a visibility warning-fix. r=trivial, a=sledru

mikeperry at torproject.org mikeperry at torproject.org
Fri Aug 29 05:26:41 UTC 2014


commit 9f3393850cc61bb2118ec3c3eedb0f74abb1d473
Author: Jeff Walden <jwalden at mit.edu>
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)





More information about the tor-commits mailing list