summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/dbcollection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/scripting/mozjs/dbcollection.h')
-rw-r--r--src/mongo/scripting/mozjs/dbcollection.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mongo/scripting/mozjs/dbcollection.h b/src/mongo/scripting/mozjs/dbcollection.h
index 34be422dfd4..ed3c39ff0f2 100644
--- a/src/mongo/scripting/mozjs/dbcollection.h
+++ b/src/mongo/scripting/mozjs/dbcollection.h
@@ -44,10 +44,7 @@ namespace mozjs {
*/
struct DBCollectionInfo : public BaseInfo {
static void construct(JSContext* cx, JS::CallArgs args);
- static void getProperty(JSContext* cx,
- JS::HandleObject obj,
- JS::HandleId id,
- JS::MutableHandleValue vp);
+ static void resolve(JSContext* cx, JS::HandleObject obj, JS::HandleId id, bool* resolvedp);
static const char* const className;
};