Index: third_party/WebKit/Source/core/html/LinkResource.cpp |
diff --git a/third_party/WebKit/Source/core/html/LinkResource.cpp b/third_party/WebKit/Source/core/html/LinkResource.cpp |
index 34105f2476e5932b9b88afeb2189678b150ae944..ba9af69e9f3dcb27d21a471d6182aa959e3a56e8 100644 |
--- a/third_party/WebKit/Source/core/html/LinkResource.cpp |
+++ b/third_party/WebKit/Source/core/html/LinkResource.cpp |
@@ -78,8 +78,7 @@ FetchParameters LinkRequestBuilder::Build(bool low_priority) const { |
FetchParameters params(resource_request, owner_->localName(), charset_); |
if (low_priority) |
params.SetDefer(FetchParameters::kLazyLoad); |
- params.SetContentSecurityPolicyNonce( |
- owner_->FastGetAttribute(HTMLNames::nonceAttr)); |
+ params.SetContentSecurityPolicyNonce(owner_->nonce()); |
return params; |
} |