bug 841436 - make nsIDocShell inherit from nsIDocShellTreeItem r=bz

This commit is contained in:
Trevor Saunders 2013-02-11 20:31:43 -05:00
parent 36d9c28b18
commit de6a629cdc
2 changed files with 2 additions and 3 deletions

View File

@ -131,7 +131,6 @@ typedef enum {
class nsDocShell : public nsDocLoader,
public nsIDocShell,
public nsIDocShellTreeItem,
public nsIDocShellHistory,
public nsIWebNavigation,
public nsIBaseWindow,

View File

@ -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