| Index: third_party/WebKit/Source/bindings/core/v8/DOMWrapperMap.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/DOMWrapperMap.h b/third_party/WebKit/Source/bindings/core/v8/DOMWrapperMap.h
|
| index 3cbbca9e3d2c3e8d1546a782bdc88aec111e1ea1..a94334800c681a9fabdb675bcae1e1c1855c0feb 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/DOMWrapperMap.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/DOMWrapperMap.h
|
| @@ -114,7 +114,7 @@ class DOMWrapperMap {
|
| return oldValue;
|
| }
|
| static v8::PersistentContainerValue Get(const Impl* impl, KeyType* key) {
|
| - return impl->get(key);
|
| + return impl->at(key);
|
| }
|
|
|
| static v8::PersistentContainerValue Remove(Impl* impl, KeyType* key) {
|
|
|