| Index: Source/modules/webdatabase/DatabaseManager.h
|
| diff --git a/Source/modules/webdatabase/DatabaseManager.h b/Source/modules/webdatabase/DatabaseManager.h
|
| index eb5e7712514ef452cc70ce830cd534b579307032..0cd4a2dc01c687ef30eae8a2b25100e107031277 100644
|
| --- a/Source/modules/webdatabase/DatabaseManager.h
|
| +++ b/Source/modules/webdatabase/DatabaseManager.h
|
| @@ -61,7 +61,7 @@ public:
|
| void registerDatabaseContext(DatabaseContext*);
|
| void unregisterDatabaseContext(DatabaseContext*);
|
|
|
| -#if ASSERT_ENABLED
|
| +#if ENABLE(ASSERT)
|
| void didConstructDatabaseContext();
|
| void didDestructDatabaseContext();
|
| #else
|
| @@ -107,7 +107,7 @@ private:
|
| typedef HashMap<ExecutionContext*, RefPtr<DatabaseContext> > ContextMap;
|
| #endif
|
| ContextMap m_contextMap;
|
| -#if ASSERT_ENABLED
|
| +#if ENABLE(ASSERT)
|
| int m_databaseContextRegisteredCount;
|
| int m_databaseContextInstanceCount;
|
| #endif
|
|
|