Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1650)

Unified Diff: Source/modules/webdatabase/DatabaseManager.cpp

Issue 34273002: Remove UnusedParam.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/xml/parser/XMLDocumentParser.cpp ('k') | Source/modules/webdatabase/DatabaseServer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
}
« no previous file with comments | « Source/core/xml/parser/XMLDocumentParser.cpp ('k') | Source/modules/webdatabase/DatabaseServer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698