| Index: third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| index eb19818c2295ec0f667aec27629b3e0cdc25bb07..b052966d343c2c30ebc0bf8b6d51233a37282fcd 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| @@ -280,7 +280,7 @@ void InspectorLayerTreeAgent::gatherGraphicsLayers(
|
| if (m_pageOverlayLayerIds.find(layerId) != WTF::kNotFound)
|
| return;
|
| layers->addItem(buildObjectForLayer(
|
| - root, layerIdToNodeIdMap.get(layerId),
|
| + root, layerIdToNodeIdMap.at(layerId),
|
| hasWheelEventHandlers && layerId == scrollingLayerId));
|
| for (size_t i = 0, size = root->children().size(); i < size; ++i)
|
| gatherGraphicsLayers(root->children()[i], layerIdToNodeIdMap, layers,
|
|
|