Commit c6675bdc authored by Randell Jesup's avatar Randell Jesup Committed by Pier Angelo Vendrame
Browse files

Bug 2024665: Make nsIReplacedHttpResponse non-scriptable r=necko-reviewers,valentin

parent 6618e76b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ interface nsIHttpHeaderVisitor;
 * use nsIHttpChannelInternal::setResponseOverride with an instance of
 * nsIReplacedHttpResponse as parameter.
 */
[scriptable, uuid(067cb318-9b67-4442-9c1c-93e62dac8a7c)]
[scriptable, builtinclass, uuid(067cb318-9b67-4442-9c1c-93e62dac8a7c)]
interface nsIReplacedHttpResponse : nsISupports
{
    [must_use] void init();