| Index: third_party/WebKit/Source/devtools/front_end/network/BlockedURLsPane.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/BlockedURLsPane.js b/third_party/WebKit/Source/devtools/front_end/network/BlockedURLsPane.js
|
| index 1b7d1069d6fc5639dd45fece81d12dcdae619663..e38c0457e2ed02ba16965e3b8d5b169cd457d78e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/BlockedURLsPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/BlockedURLsPane.js
|
| @@ -12,7 +12,7 @@ Network.BlockedURLsPane = class extends UI.VBox {
|
|
|
| Network.BlockedURLsPane._instance = this;
|
|
|
| - this._blockedURLsSetting = Common.moduleSetting('blockedURLs');
|
| + this._blockedURLsSetting = Common.moduleSetting('networkBlockedURLs');
|
| this._blockedURLsSetting.addChangeListener(this._update, this);
|
|
|
| this._toolbar = new UI.Toolbar('', this.contentElement);
|
|
|