mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 765426 - nsAndroidHistory requires QI to be posted to the main thread as a runnable r=gavin
This commit is contained in:
parent
4f6994eca9
commit
ea9ca02bc6
@ -9,7 +9,7 @@
|
||||
using namespace mozilla;
|
||||
using mozilla::dom::Link;
|
||||
|
||||
NS_IMPL_ISUPPORTS1(nsAndroidHistory, IHistory)
|
||||
NS_IMPL_ISUPPORTS2(nsAndroidHistory, IHistory, nsIRunnable)
|
||||
|
||||
nsAndroidHistory* nsAndroidHistory::sHistory = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user