Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DDOMPatchSupport.cpp259 DiffTable::iterator oldIt = oldTable.find(newIt->key); in diff() local
260 if (oldIt == oldTable.end() || oldIt->value.size() != 1) in diff()
263 newMap[newIt->value[0]] = make_pair(newList[newIt->value[0]].get(), oldIt->value[0]); in diff()
264 oldMap[oldIt->value[0]] = make_pair(oldList[oldIt->value[0]].get(), newIt->value[0]); in diff()