зеркало из https://github.com/mozilla/gecko-dev.git
Backout 68c475a7dcaa (bug 465299) for xpcshell-tests failure
This commit is contained in:
Родитель
c5662af9d4
Коммит
cc857681bd
|
@ -79,9 +79,6 @@ StatementWrapper::Initialize(mozIStorageStatement *aStatement)
|
|||
NS_ENSURE_ARG_POINTER(aStatement);
|
||||
|
||||
mStatement = static_cast<Statement *>(aStatement);
|
||||
PRInt32 state;
|
||||
(void)mStatement->GetState(&state);
|
||||
NS_ENSURE_TRUE(state == mozIStorageStatement::MOZ_STORAGE_STATEMENT_INVALID, NS_ERROR_FAILURE);
|
||||
|
||||
// fetch various things we care about
|
||||
(void)mStatement->GetParameterCount(&mParamCount);
|
||||
|
|
Загрузка…
Ссылка в новой задаче