mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 902909: The third time is the charm. r=me
This commit is contained in:
parent
e5d32795d1
commit
9230e3d755
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user