| Index: content/browser/devtools/protocol/storage_handler.cc
|
| diff --git a/content/browser/devtools/protocol/storage_handler.cc b/content/browser/devtools/protocol/storage_handler.cc
|
| index 9c3a06ce63d5d5110b8622da8ba206864be10dd6..538cb8662f8580430a5650a04165c55c29dd6c01 100644
|
| --- a/content/browser/devtools/protocol/storage_handler.cc
|
| +++ b/content/browser/devtools/protocol/storage_handler.cc
|
| @@ -30,7 +30,8 @@ static const char kAll[] = "all";
|
| }
|
|
|
| StorageHandler::StorageHandler()
|
| - : host_(nullptr) {
|
| + : DevToolsDomainHandler(Storage::Metainfo::domainName),
|
| + host_(nullptr) {
|
| }
|
|
|
| StorageHandler::~StorageHandler() = default;
|
|
|