| 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 97566fcdfc6583f97280e3a449c688a736d737fc..0ebd4ac566bdf3347f26703e35ca4d0476e28baf 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);
|
|
|