mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 998725 - Mark nsIXHRSendable as non-scriptable; r=smaug
This commit is contained in:
parent
686371f851
commit
efcc9419f8
@ -331,7 +331,7 @@ interface nsIXMLHttpRequest : nsISupports
|
||||
readonly attribute boolean mozSystem;
|
||||
};
|
||||
|
||||
[scriptable, uuid(840d0d00-e83e-4a29-b3c7-67e96e90a499)]
|
||||
[uuid(840d0d00-e83e-4a29-b3c7-67e96e90a499)]
|
||||
interface nsIXHRSendable : nsISupports {
|
||||
void getSendInfo(out nsIInputStream body,
|
||||
out uint64_t contentLength,
|
||||
|
Loading…
Reference in New Issue
Block a user