| Index: Source/WebCore/Modules/indexeddb/IDBTracing.h
|
| diff --git a/Source/WebCore/Modules/indexeddb/IDBTracing.h b/Source/WebCore/Modules/indexeddb/IDBTracing.h
|
| index 35f3b0c0812e98b64eab39a1f0ba3595ed32cbdf..2c74fb8e1f2c417b89ceebd0a4d7e064f2ee006f 100644
|
| --- a/Source/WebCore/Modules/indexeddb/IDBTracing.h
|
| +++ b/Source/WebCore/Modules/indexeddb/IDBTracing.h
|
| @@ -39,7 +39,7 @@
|
| #else
|
|
|
| #include "Logging.h"
|
| -#define IDB_TRACE(a) LOG(StorageAPI, a)
|
| +#define IDB_TRACE(a) LOG_INFO(StorageAPI, a)
|
|
|
| #endif // PLATFORM(CHROMIUM)
|
|
|
|
|