Bug 1244875 - Update JNI usages; r=snorp
Update JNI usages to match the changes in JNI templates.
This commit is contained in:
@@ -73,7 +73,7 @@ private:
|
||||
|
||||
auto type = widget::GeckoAppShell::ConnectionGetMimeType(mConnection);
|
||||
if (type) {
|
||||
SetContentType(nsCString(type));
|
||||
SetContentType(type->ToCString());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user