mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-08 01:19:12 +00:00
@@ -348,7 +348,7 @@ ScriptedIndirectProxyHandler::getOwnEnumerablePropertyKeys(JSContext* cx, Handle
|
||||
|
||||
bool
|
||||
ScriptedIndirectProxyHandler::nativeCall(JSContext* cx, IsAcceptableThis test, NativeImpl impl,
|
||||
CallArgs args) const
|
||||
const CallArgs& args) const
|
||||
{
|
||||
return BaseProxyHandler::nativeCall(cx, test, impl, args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user