| Index: third_party/WebKit/Source/devtools/front_end/bindings/StylesSourceMapping.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/bindings/StylesSourceMapping.js b/third_party/WebKit/Source/devtools/front_end/bindings/StylesSourceMapping.js
|
| index 9aeaee651dda042fb1d2b22a91018a7d0d9d671f..56e29eaa7687bd4cc6d52cc2cd2258701348fc23 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/bindings/StylesSourceMapping.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/bindings/StylesSourceMapping.js
|
| @@ -182,7 +182,7 @@ WebInspector.StylesSourceMapping.prototype = {
|
|
|
| _unbindAllUISourceCodes: function()
|
| {
|
| - for (var styleFile of this._styleFiles.keys())
|
| + for (var styleFile of this._styleFiles.values())
|
| styleFile.dispose();
|
| this._styleFiles.clear();
|
| this._urlToHeadersByFrameId = new Map();
|
|
|