| Index: Source/bindings/v8/DOMWrapperMap.h
|
| ===================================================================
|
| --- Source/bindings/v8/DOMWrapperMap.h (revision 179237)
|
| +++ Source/bindings/v8/DOMWrapperMap.h (working copy)
|
| @@ -107,7 +107,7 @@
|
| Impl* impl, KeyType* key, v8::PersistentContainerValue value)
|
| {
|
| v8::PersistentContainerValue oldValue = Get(impl, key);
|
| - impl->add(key, value);
|
| + impl->set(key, value);
|
| return oldValue;
|
| }
|
| static v8::PersistentContainerValue Get(const Impl* impl, KeyType* key)
|
|
|