| Index: third_party/WebKit/Source/web/WebDataSourceImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebDataSourceImpl.cpp b/third_party/WebKit/Source/web/WebDataSourceImpl.cpp
|
| index 81b720e1ebe07717dd375ccafa31189ba70fa577..b0292e19c771735376235e3263e762ede15f2984 100644
|
| --- a/third_party/WebKit/Source/web/WebDataSourceImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebDataSourceImpl.cpp
|
| @@ -144,7 +144,7 @@ WebDataSourceImpl::~WebDataSourceImpl()
|
| void WebDataSourceImpl::detachFromFrame()
|
| {
|
| DocumentLoader::detachFromFrame();
|
| - m_extraData.clear();
|
| + m_extraData.reset();
|
| }
|
|
|
| DEFINE_TRACE(WebDataSourceImpl)
|
|
|