Bug 503950: OS/2 bustage fix for bug 503377, p=wuno@lsvw, r=pweilbacher

This commit is contained in:
Peter Weilbacher 2009-07-14 13:34:07 +02:00
Родитель 50446c955e
Коммит a1cd66b0cd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -178,7 +178,7 @@ MRESULT EXPENTRY PluginWndProc(HWND hWnd, ULONG msg, MPARAM mp1, MPARAM mp2)
nsCOMPtr<nsIPluginInstance> inst;
win->GetPluginInstance(inst);
if (inst) {
char* mimetype = nsnull;
const char* mimetype = nsnull;
inst->GetMIMEType(&mimetype);
if (mimetype) {
if (!strcmp(mimetype, "application/x-shockwave-flash"))