Skip to content

Commit

Permalink
fixed build on master
Browse files Browse the repository at this point in the history
  • Loading branch information
meeloo committed Feb 21, 2012
1 parent f859cb2 commit 77d524d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/tracemonkey/jstypedarray.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ JSPropertySpec TypedArray::jsprops[] = {
* TypedArray boilerplate * TypedArray boilerplate
*/ */


#if 1 #if _MSC_VER >= 1600
#define IMPL_TYPED_ARRAY_STATICS(_typedArray) \ #define IMPL_TYPED_ARRAY_STATICS(_typedArray) \
template<> JSObjectMap _typedArray::fastObjectMap(&_typedArray::fastObjectOps, \ template<> JSObjectMap _typedArray::fastObjectMap(&_typedArray::fastObjectOps, \
JSObjectMap::SHAPELESS); \ JSObjectMap::SHAPELESS); \
Expand Down

0 comments on commit 77d524d

Please sign in to comment.