Skip to content

Commit 51b401d

Browse files
comment removed
1 parent b6cd383 commit 51b401d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PyObjectProxyHandler.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ bool PyObjectProxyHandler::handleOwnPropertyKeys(JSContext *cx, PyObject *keys,
7272
return true;
7373
}
7474

75-
// TODO need to let subclasses call superclass methods
7675
bool PyObjectProxyHandler::handleGetOwnPropertyDescriptor(JSContext *cx, JS::HandleId id,
7776
JS::MutableHandle<mozilla::Maybe<JS::PropertyDescriptor>> desc, PyObject *item) {
7877
// see if we're calling a function

0 commit comments

Comments
 (0)