Searched refs:oldIt (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMPatchSupport.cpp260 DiffTable::iterator oldIt = oldTable.find(newIt->key); local
261 if (oldIt == oldTable.end() || oldIt->value.size() != 1)
264 newMap[newIt->value[0]] = std::make_pair(newList[newIt->value[0]].get(), oldIt->value[0]);
265 oldMap[oldIt->value[0]] = std::make_pair(oldList[oldIt->value[0]].get(), newIt->value[0]);

Completed in 49 milliseconds