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

Unified Diff: Source/core/inspector/InspectorInstrumentation.idl

Issue 147353007: DevTools: remove references to modules/webdatabase from core/inspector (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 10 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
« no previous file with comments | « Source/core/inspector/InspectorDatabaseResource.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorInstrumentation.idl
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
index cce35746bfffac0d8868743da8282ae52636e6fc..c9fc3231c81c670e2ae9f0c6dd21ca30c040d4b4 100644
--- a/Source/core/inspector/InspectorInstrumentation.idl
+++ b/Source/core/inspector/InspectorInstrumentation.idl
@@ -363,7 +363,7 @@ interface InspectorInstrumentation {
[Canvas, Page, CSS]
void frameDetachedFromParent([Keep] Frame*);
- [Console, Resource, CSS, Database, DOM, Inspector, Canvas, Page, PageDebugger]
+ [Console, Resource, CSS, DOM, Inspector, Canvas, Page, PageDebugger]
void didCommitLoad([Keep] Frame*, DocumentLoader*);
[DOM, Inline=FastReturn]
@@ -517,14 +517,6 @@ interface InspectorConsoleInstrumentation {
void consoleProfileEnd(ExecutionContext* context, const String& title);
}
-interface InspectorDatabaseInstrumentation {
-
-#include "modules/webdatabase/Database.h"
-
- [Database]
- void didOpenDatabase(ExecutionContext* context, PassRefPtr<Database> database, const String& domain, const String& name, const String& version);
-}
-
interface InspectorOverrides {
[CSS, Inline=FastReturn]
bool forcePseudoState([Keep] Element* element, CSSSelector::PseudoType pseudoState);
« no previous file with comments | « Source/core/inspector/InspectorDatabaseResource.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698