| Index: third_party/WebKit/Source/core/fetch/FetchInitiatorInfo.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/FetchInitiatorInfo.h b/third_party/WebKit/Source/core/fetch/FetchInitiatorInfo.h
|
| index a9490a48debeacfcc707d7db9ec86653070981b3..5942e590dfb89a685a754b4baa342cdeab54150d 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchInitiatorInfo.h
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchInitiatorInfo.h
|
| @@ -52,7 +52,7 @@ struct FetchInitiatorInfo {
|
| struct CrossThreadFetchInitiatorInfoData {
|
| DISALLOW_NEW();
|
| explicit CrossThreadFetchInitiatorInfoData(const FetchInitiatorInfo& info)
|
| - : name(info.name.string().isolatedCopy())
|
| + : name(info.name.getString().isolatedCopy())
|
| , position(info.position)
|
| , startTime(info.startTime)
|
| {
|
|
|