| 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);
|
|
|