| Index: third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.h b/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.h
|
| index db44eeadfa87547ace388e13df3f92e51f5fc622..f3026aa207d87805f4c20ee2c90227cf88cd15ee 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.h
|
| @@ -41,7 +41,7 @@ namespace blink {
|
| class InspectedFrames;
|
|
|
|
|
| -class MODULES_EXPORT InspectorIndexedDBAgent final : public InspectorBaseAgent<InspectorIndexedDBAgent, protocol::IndexedDB::Frontend>, public protocol::IndexedDB::Backend {
|
| +class MODULES_EXPORT InspectorIndexedDBAgent final : public InspectorBaseAgent<protocol::IndexedDB::Metainfo> {
|
| public:
|
| static InspectorIndexedDBAgent* create(InspectedFrames*);
|
|
|
|
|