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

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

Issue 2008183002: DevTools: generate frontend and backend interfaces under domains. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comment addressed Created 4 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/InspectorDatabaseResource.cpp
diff --git a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseResource.cpp b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseResource.cpp
index 84f18d1e9764dd09dda9d9474d215ee53da11bee..1f4ab5d7da49943976f293160e488905d0e5554d 100644
--- a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseResource.cpp
+++ b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseResource.cpp
@@ -55,7 +55,7 @@ DEFINE_TRACE(InspectorDatabaseResource)
visitor->trace(m_database);
}
-void InspectorDatabaseResource::bind(protocol::Frontend::Database* frontend)
+void InspectorDatabaseResource::bind(protocol::Database::Frontend* frontend)
{
std::unique_ptr<protocol::Database::Database> jsonObject = protocol::Database::Database::create()
.setId(m_id)

Powered by Google App Engine
This is Rietveld 408576698