mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 841436 - make nsIDocShell inherit from nsIDocShellTreeItem r=bz
This commit is contained in:
parent
625a020456
commit
169a18c6bc
@ -131,7 +131,6 @@ typedef enum {
|
||||
|
||||
class nsDocShell : public nsDocLoader,
|
||||
public nsIDocShell,
|
||||
public nsIDocShellTreeItem,
|
||||
public nsIDocShellHistory,
|
||||
public nsIWebNavigation,
|
||||
public nsIBaseWindow,
|
||||
|
@ -4,7 +4,7 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "nsISupports.idl"
|
||||
#include "nsIDocShellTreeItem.idl"
|
||||
#include "nsIAtom.idl"
|
||||
|
||||
%{ C++
|
||||
@ -40,7 +40,7 @@ interface nsIVariant;
|
||||
interface nsIPrivacyTransitionObserver;
|
||||
|
||||
[scriptable, builtinclass, uuid(5ea80008-a166-4692-8a7e-39690dd192c6)]
|
||||
interface nsIDocShell : nsISupports
|
||||
interface nsIDocShell : nsIDocShellTreeItem
|
||||
{
|
||||
/**
|
||||
* Loads a given URI. This will give priority to loading the requested URI
|
||||
|
Loading…
Reference in New Issue
Block a user