| Index: third_party/WebKit/Source/platform/Supplementable.h
|
| diff --git a/third_party/WebKit/Source/platform/Supplementable.h b/third_party/WebKit/Source/platform/Supplementable.h
|
| index 8dc87ba04f2c672870240746914db683df5b4999..1a569945945d1c3dbb75608d7ef773ad244aaad7 100644
|
| --- a/third_party/WebKit/Source/platform/Supplementable.h
|
| +++ b/third_party/WebKit/Source/platform/Supplementable.h
|
| @@ -153,7 +153,7 @@ class Supplementable : public virtual GarbageCollectedMixin {
|
| #if DCHECK_IS_ON()
|
| DCHECK_EQ(m_attachedThreadId, currentThread());
|
| #endif
|
| - return this->m_supplements.get(key);
|
| + return this->m_supplements.at(key);
|
| }
|
|
|
| void reattachThread() {
|
|
|