| Index: third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp b/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| index c17d7457fec5fefe670899bc824f34856fa7da27..c3a524b400afbbf27b1ddcc6646445ddc4f7f6a5 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| @@ -719,6 +719,7 @@ void LinkStyle::process()
|
| if (resource()) {
|
| removePendingSheet();
|
| clearResource();
|
| + clearFetchFollowingCORS();
|
| }
|
|
|
| if (!m_owner->shouldLoadLink())
|
|
|