mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1353937 - Expose http server wrapped js object for private apis. r=mcmanus
Slimerjs relies on the hidden _start to create a server with a port and host.
This commit is contained in:
parent
c288e8360e
commit
79c787d9b4
@ -739,6 +739,10 @@ nsHttpServer.prototype =
|
||||
return this._handler._setObjectState(k, v);
|
||||
},
|
||||
|
||||
get wrappedJSObject() {
|
||||
return this;
|
||||
},
|
||||
|
||||
|
||||
// NSISUPPORTS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user