commit 90ba8fbaf6f23494f1a0e38d63153b3b7e65d3d3 Author: Mike Perry mikeperry-git@torproject.org Date: Fri Jun 6 06:34:01 2014 -0700
Fix mingw-w64 build failure introduced in FF24.6.0esr.
Patch from https://bugzilla.mozilla.org/show_bug.cgi?id=1019003 --- 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)
tbb-commits@lists.torproject.org