Index: Source/modules/webdatabase/DatabaseManager.cpp |
diff --git a/Source/modules/webdatabase/DatabaseManager.cpp b/Source/modules/webdatabase/DatabaseManager.cpp |
index bb5a07711405a8eb22de1d2f16baca6fc5dcf4f7..06b2299565d15c2fc500519d55fbe382784cacc4 100644 |
--- a/Source/modules/webdatabase/DatabaseManager.cpp |
+++ b/Source/modules/webdatabase/DatabaseManager.cpp |
@@ -176,8 +176,6 @@ void DatabaseManager::throwExceptionForDatabaseError(DatabaseError error, const |
static void logOpenDatabaseError(ExecutionContext* context, const String& name) |
{ |
- UNUSED_PARAM(context); |
- UNUSED_PARAM(name); |
WTF_LOG(StorageAPI, "Database %s for origin %s not allowed to be established", name.ascii().data(), |
context->securityOrigin()->toString().ascii().data()); |
} |