Exposed the computeSize method to the debugger

This commit is contained in:
Kræn Hansen 2018-06-20 16:16:13 +02:00
parent b4955b816d
commit 3ee3d3e39c

View File

@ -130,6 +130,7 @@ util.createMethods(Realm.prototype, objectTypes.REALM, [
'removeListener',
'removeAllListeners',
'close',
'computeSize',
'_waitForDownload',
'_objectForObjectId',
]);