зеркало из https://github.com/mozilla/pjs.git
Fixing Camino bustage
This commit is contained in:
Родитель
d16a2ec32f
Коммит
2aa58605af
|
@ -279,7 +279,7 @@ const NSString* kOfflineNotificationName = @"offlineModeChanged";
|
|||
|
||||
nsCOMPtr<nsIDOMWindow> contentWindow = getter_AddRefs([[self getBrowserView] getContentWindow]);
|
||||
nsCOMPtr<nsPIDOMWindow> piWindow(do_QueryInterface(contentWindow));
|
||||
nsIChromeEventHandler *chromeHandler = piWIndow->GetChromeEventHandler();
|
||||
nsIChromeEventHandler *chromeHandler = piWindow->GetChromeEventHandler();
|
||||
nsCOMPtr<nsIDOMEventReceiver> rec(do_QueryInterface(chromeHandler));
|
||||
if ( rec )
|
||||
rec->AddEventListenerByIID(clickListener, NS_GET_IID(nsIDOMMouseListener));
|
||||
|
|
Загрузка…
Ссылка в новой задаче