From f907ebc3671d4854f9273095395c9e08fe4e0b79 Mon Sep 17 00:00:00 2001 From: Kenneth Geisshirt Date: Thu, 28 Jun 2018 10:36:55 +0200 Subject: [PATCH] Revert "Exposed the computeSize method to the debugger" This reverts commit 3ee3d3e39ca8f52a1981b34f3c7102c377dd30b1. --- lib/browser/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/browser/index.js b/lib/browser/index.js index 705a43b1..6ad8643a 100644 --- a/lib/browser/index.js +++ b/lib/browser/index.js @@ -130,7 +130,6 @@ util.createMethods(Realm.prototype, objectTypes.REALM, [ 'removeListener', 'removeAllListeners', 'close', - 'computeSize', '_waitForDownload', '_objectForObjectId', ]);