| Index: third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.cpp b/third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| index 75ef6439682fd73f348554b875df3b81aabd9ae2..cfd2e1e9be9edfe2d3dd742682b691d361ed9420 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| @@ -377,7 +377,7 @@ const ActiveStyleSheetVector StyleEngine::activeStyleSheetsForInspector() {
|
| documentStyleSheetCollection().activeAuthorStyleSheets());
|
| for (TreeScope* treeScope : m_activeTreeScopes) {
|
| if (TreeScopeStyleSheetCollection* collection =
|
| - m_styleSheetCollectionMap.get(treeScope))
|
| + m_styleSheetCollectionMap.at(treeScope))
|
| activeStyleSheets.appendVector(collection->activeAuthorStyleSheets());
|
| }
|
|
|
|
|