Bug 1244875 - Update JNI usages; r=snorp

Update JNI usages to match the changes in JNI templates.
This commit is contained in:
Jim Chen
2016-02-09 17:27:28 -05:00
parent 921c56c862
commit 82870a9c22
7 changed files with 67 additions and 68 deletions

View File

@@ -73,7 +73,7 @@ private:
auto type = widget::GeckoAppShell::ConnectionGetMimeType(mConnection);
if (type) {
SetContentType(nsCString(type));
SetContentType(type->ToCString());
}
}