| Index: third_party/WebKit/Source/core/testing/DeathAwareScriptWrappable.h
|
| diff --git a/third_party/WebKit/Source/core/testing/DeathAwareScriptWrappable.h b/third_party/WebKit/Source/core/testing/DeathAwareScriptWrappable.h
|
| index ff3b2045f10ad1548c66b299fa96e3e2e8700019..ee3e835d167c05d668468b5a957367e3fd04fa70 100644
|
| --- a/third_party/WebKit/Source/core/testing/DeathAwareScriptWrappable.h
|
| +++ b/third_party/WebKit/Source/core/testing/DeathAwareScriptWrappable.h
|
| @@ -66,7 +66,7 @@ class DeathAwareScriptWrappable
|
| }
|
|
|
| void addWrappedVectorDependency(DeathAwareScriptWrappable* dependency) {
|
| - m_wrappedVectorDependency.append(Wrapper(this, dependency));
|
| + m_wrappedVectorDependency.push_back(Wrapper(this, dependency));
|
| }
|
|
|
| void addWrappedHashMapDependency(DeathAwareScriptWrappable* key,
|
|
|