mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
JavaObject_getObjectOps now static since it had no external prototype.
This commit is contained in:
parent
fe61d4682c
commit
4b456772a7
@ -681,7 +681,7 @@ JSObjectOps JavaObject_ops = {
|
||||
NULL, /* hasInstance */
|
||||
};
|
||||
|
||||
JSObjectOps *
|
||||
static JSObjectOps *
|
||||
JavaObject_getObjectOps(JSContext *cx, JSClass *clazz)
|
||||
{
|
||||
return &JavaObject_ops;
|
||||
|
Loading…
x
Reference in New Issue
Block a user