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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/Database.cpp

Issue 2879893004: Add UseCounter for FTS3 virtual tables in WebSQL. (Closed)
Patch Set: Rebased Created 3 years, 7 months 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
Index: third_party/WebKit/Source/modules/webdatabase/Database.cpp
diff --git a/third_party/WebKit/Source/modules/webdatabase/Database.cpp b/third_party/WebKit/Source/modules/webdatabase/Database.cpp
index b52bb982f5053f5784586778ae9faa143c83d6df..a83a41b435df35e0d2ef8060f02cc229c1f0508c 100644
--- a/third_party/WebKit/Source/modules/webdatabase/Database.cpp
+++ b/third_party/WebKit/Source/modules/webdatabase/Database.cpp
@@ -239,7 +239,8 @@ Database::Database(DatabaseContext* database_context,
context_thread_security_origin_ =
database_context_->GetSecurityOrigin()->IsolatedCopy();
- database_authorizer_ = DatabaseAuthorizer::Create(kInfoTableName);
+ database_authorizer_ =
+ DatabaseAuthorizer::Create(database_context, kInfoTableName);
if (name_.IsNull())
name_ = "";
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698