Skip to content

Commit

Permalink
Bug 1550893 - Fix the implicit builtinclassness for some Windows widg…
Browse files Browse the repository at this point in the history
…et interfaces. r=bobowen

nsITaskbarTabPreview has a notxpcom method, so it has always been
treated as builtinclass. This just makes it explicit.

The same thing is true for nsIPrintSettingsWin, but as far as I can
tell it is never actually used from JS, so I just removed the
scriptable tag.

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

--HG--
extra : moz-landing-system : lando
  • Loading branch information
amccreight committed May 14, 2019
1 parent ebf511b commit 5e90fec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion widget/nsIPrintSettingsWin.idl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* Simplified PrintSettings for Windows interface
*/
[scriptable, uuid(c63eed41-6ac5-459e-8a64-033eb9ad770a)]
[uuid(c63eed41-6ac5-459e-8a64-033eb9ad770a)]
interface nsIPrintSettingsWin : nsISupports
{
/**
Expand Down
2 changes: 1 addition & 1 deletion widget/nsITaskbarTabPreview.idl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface imgIContainer;
* An application may have as many tab previews per window as memory allows.
*
*/
[scriptable, uuid(11E4C8BD-5C2D-4E1A-A9A1-79DD5B0FE544)]
[scriptable, builtinclass, uuid(11E4C8BD-5C2D-4E1A-A9A1-79DD5B0FE544)]
interface nsITaskbarTabPreview : nsITaskbarPreview
{
/**
Expand Down

0 comments on commit 5e90fec

Please sign in to comment.