Bug 1037214 - Use mozilla::ErrorResult to fix OSX non-unified bustage. r=Ms2ger

This commit is contained in:
Ryan VanderMeulen 2014-08-05 13:57:32 -04:00
parent 2345a4ff53
commit 36fd1f10f8

View File

@ -17,7 +17,7 @@
- (NSString*)title
{
nsAutoString title;
ErrorResult rv;
mozilla::ErrorResult rv;
// XXX use the flattening API when there are available
// see bug 768298
mGeckoAccessible->GetContent()->GetTextContent(title, rv);