Bug 587103. Properly scope external calls in templated functions to fix compilation with some compilers. r=mrbkap
This commit is contained in:
@@ -226,7 +226,7 @@ EnumerateNativeProperties(JSContext *cx, JSObject *obj, JSObject *pobj, uintN fl
|
||||
}
|
||||
}
|
||||
|
||||
Reverse(props->begin() + initialLength, props->end());
|
||||
::Reverse(props->begin() + initialLength, props->end());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user