зеркало из https://github.com/mozilla/gecko-dev.git
Bug 456489 - WinCE Compiler keyword interface used in mozStorageRow.cpp. patch by wolfe, r=sdwilsh
This commit is contained in:
Родитель
7216b611ec
Коммит
1234432adf
|
@ -225,8 +225,8 @@ mozStorageRow::GetBlob(PRUint32 aIndex, PRUint32 *_size, PRUint8 **_blob)
|
|||
return NS_ERROR_ILLEGAL_VALUE;
|
||||
|
||||
PRUint16 type;
|
||||
nsIID interface;
|
||||
return mData.ObjectAt(aIndex)->GetAsArray(&type, &interface, _size,
|
||||
nsIID interfaceIID;
|
||||
return mData.ObjectAt(aIndex)->GetAsArray(&type, &interfaceIID, _size,
|
||||
reinterpret_cast<void **>(_blob));
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче