Index: Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl |
index ea78ce7d755fe2a6ad480dad470c1afed1022c23..78745806e7e7518b1823e9e6ab8a80a847698447 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); |