зеркало из https://github.com/mozilla/gecko-dev.git
Bug 902909: The third time is the charm. r=me
This commit is contained in:
Родитель
4168a4671f
Коммит
9e3a1745e1
|
@ -56,7 +56,7 @@ using mozilla::dom::quota::FileOutputStream;
|
|||
using mozilla::ErrorResult;
|
||||
using mozilla::fallible_t;
|
||||
|
||||
static const fallible_t fallible = new fallible_t();
|
||||
static const fallible_t fallible = fallible_t();
|
||||
|
||||
BEGIN_INDEXEDDB_NAMESPACE
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ using namespace mozilla::dom;
|
|||
USING_INDEXEDDB_NAMESPACE
|
||||
USING_QUOTA_NAMESPACE
|
||||
|
||||
static const fallible_t fallible = new fallible_t();
|
||||
static const fallible_t fallible = fallible_t();
|
||||
|
||||
namespace {
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче