mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
adding nsIDOMWindowEventOwner to GlobalWindow.
r=vidur
This commit is contained in:
parent
8e5937715a
commit
bec6b5c5bb
@ -180,6 +180,7 @@ NS_INTERFACE_MAP_BEGIN(GlobalWindowImpl)
|
||||
NS_INTERFACE_MAP_ENTRY(nsIDOMViewCSS)
|
||||
NS_INTERFACE_MAP_ENTRY(nsIDOMAbstractView)
|
||||
NS_INTERFACE_MAP_ENTRY(nsISupportsWeakReference)
|
||||
NS_INTERFACE_MAP_ENTRY(nsIDOMWindowEventOwner)
|
||||
NS_INTERFACE_MAP_END
|
||||
|
||||
//*****************************************************************************
|
||||
|
@ -83,7 +83,8 @@ class GlobalWindowImpl : public nsIScriptGlobalObject,
|
||||
public nsIDOMEventReceiver,
|
||||
public nsPIDOMWindow,
|
||||
public nsIDOMViewCSS,
|
||||
public nsSupportsWeakReference
|
||||
public nsSupportsWeakReference,
|
||||
public nsIDOMWindowEventOwner
|
||||
{
|
||||
public:
|
||||
// nsISupports
|
||||
|
Loading…
x
Reference in New Issue
Block a user