mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 786714 - Remove unnecessary interfaces from TCPSocket's classinfo. r=sicking
This commit is contained in:
parent
0c64a8dc41
commit
4c1c52917a
@ -593,9 +593,6 @@ TCPSocket.prototype = {
|
||||
classDescription: "Client TCP Socket",
|
||||
interfaces: [
|
||||
Ci.nsIDOMTCPSocket,
|
||||
Ci.nsIDOMGlobalPropertyInitializer,
|
||||
Ci.nsIObserver,
|
||||
Ci.nsISupportsWeakReference
|
||||
],
|
||||
flags: Ci.nsIClassInfo.DOM_OBJECT,
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user