bug 765426 - nsAndroidHistory requires QI to be posted to the main thread as a runnable r=gavin

This commit is contained in:
Brad Lassey 2012-07-09 16:20:12 -04:00
parent 4f6994eca9
commit ea9ca02bc6

View File

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