From 7d3cff2d3a2fef30a5d10dd48ec962edcce073f8 Mon Sep 17 00:00:00 2001 From: Brad Lassey Date: Mon, 9 Jul 2012 16:20:12 -0400 Subject: [PATCH] bug 765426 - nsAndroidHistory requires QI to be posted to the main thread as a runnable r=gavin --- toolkit/components/places/nsAndroidHistory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/components/places/nsAndroidHistory.cpp b/toolkit/components/places/nsAndroidHistory.cpp index 82f06a60ccd4..b645f6158de2 100644 --- a/toolkit/components/places/nsAndroidHistory.cpp +++ b/toolkit/components/places/nsAndroidHistory.cpp @@ -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;