| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| index 17bfc33d25547ed9cc7f4d10fc25accad84c2389..398434f1a1fa708ab07b3eb64203c31bf322a086 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| @@ -393,7 +393,7 @@ static PassOwnPtr<TracedValue> loadResourceTraceData(unsigned long identifier, c
|
| value->setString("requestId", requestId);
|
| value->setString("url", url.getString());
|
| value->setInteger("priority", priority);
|
| - return value.release();
|
| + return value;
|
| }
|
|
|
| void FrameFetchContext::willStartLoadingResource(Resource* resource, ResourceRequest& request)
|
|
|