diff --git a/lib/browser/objects-registry.js b/lib/browser/objects-registry.js index 1956e6ec20..f03a23d2f6 100644 --- a/lib/browser/objects-registry.js +++ b/lib/browser/objects-registry.js @@ -87,6 +87,7 @@ class ObjectsRegistry { // Private: Dereference the object from store. dereference (id) { + // FIXME(MarshallOfSound): We should remove this once remote deref works well if (process.env.ELECTRON_DISABLE_REMOTE_DEREFERENCING) return let pointer = this.storage[id]