Bug 583865 - Latest xulrunner doesn't compile with Maemo 6 defined. r=romaxa. approval=dougt. maemo build bustage fix

This commit is contained in:
Jukka Miettinen 2010-08-03 03:02:48 +03:00
Родитель ca2c8d238a
Коммит 2cd6c7860b
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -39,12 +39,11 @@
#include "nsContentHandlerApp.h"
#include "nsIURI.h"
#include "nsIGenericFactory.h"
#include "nsIClassInfoImpl.h"
#include "nsCOMPtr.h"
#include "nsString.h"
NS_IMPL_ISUPPORTS1_CI(nsContentHandlerApp, nsIHandlerApp)
NS_IMPL_ISUPPORTS1(nsContentHandlerApp, nsIHandlerApp)
nsContentHandlerApp::nsContentHandlerApp(nsString aName, nsCString aType,
ContentAction::Action& aAction) :
@ -107,5 +106,3 @@ nsContentHandlerApp::LaunchWithURI(nsIURI *aURI,
return NS_OK;
}
NS_DECL_CLASSINFO(nsContentHandlerApp)