Commit cee39034 authored by Boris Zbarsky's avatar Boris Zbarsky
Browse files

Bug 1533874. Make nsIDOMWindowUtils builtinclass. r=mccr8

Differential Revision: https://phabricator.services.mozilla.com/D25282

--HG--
extra : moz-landing-system : lando
parent 09f42f8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3769,7 +3769,7 @@ nsDOMWindowUtils::GetFrameUniformityTestData(
}

NS_IMETHODIMP
nsDOMWindowUtils::XpconnectArgument(nsIDOMWindowUtils* aThis) {
nsDOMWindowUtils::XpconnectArgument(nsISupports* aObj) {
  // Do nothing.
  return NS_OK;
}
+2 −2
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ webidl Node;
webidl NodeList;
webidl Storage;

[scriptable, uuid(4d6732ca-9da7-4176-b8a1-8dde15cd0bf9)]
[builtinclass, scriptable, uuid(4d6732ca-9da7-4176-b8a1-8dde15cd0bf9)]
interface nsIDOMWindowUtils : nsISupports {

  /**
@@ -1765,7 +1765,7 @@ interface nsIDOMWindowUtils : nsISupports {
   * This method doesn't do anything useful.  It was solely added for the
   * purpose of the test for bug 503926.
   */
  void xpconnectArgument(in nsIDOMWindowUtils aThis);
  void xpconnectArgument(in nsISupports aObj);

  /**
   * Helper for JS components that need to send permission requests with