| Index: third_party/WebKit/Source/core/loader/ThreadableLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/ThreadableLoader.h b/third_party/WebKit/Source/core/loader/ThreadableLoader.h
|
| index b1ea4904cd05c035415ba324d0b654e55fb7a95b..fc360b1d52b0be4befaff2e89bf5dfc62747065d 100644
|
| --- a/third_party/WebKit/Source/core/loader/ThreadableLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/ThreadableLoader.h
|
| @@ -84,7 +84,7 @@ struct CrossThreadThreadableLoaderOptionsData {
|
| explicit CrossThreadThreadableLoaderOptionsData(const ThreadableLoaderOptions& options)
|
| : preflightPolicy(options.preflightPolicy)
|
| , crossOriginRequestPolicy(options.crossOriginRequestPolicy)
|
| - , initiator(options.initiator.string().isolatedCopy())
|
| + , initiator(options.initiator.getString().isolatedCopy())
|
| , contentSecurityPolicyEnforcement(options.contentSecurityPolicyEnforcement)
|
| , timeoutMilliseconds(options.timeoutMilliseconds) { }
|
|
|
|
|