| Index: third_party/WebKit/Source/core/fetch/ResourceLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/ResourceLoader.cpp b/third_party/WebKit/Source/core/fetch/ResourceLoader.cpp
|
| index 86aef8465bb1cceb8d75a3123e94c0e45200e346..61b47c7850574d477ef9884ff14fd704ad6d9155 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ResourceLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/ResourceLoader.cpp
|
| @@ -112,9 +112,10 @@ void ResourceLoader::didDownloadData(WebURLLoader*,
|
|
|
| void ResourceLoader::didChangePriority(ResourceLoadPriority loadPriority,
|
| int intraPriorityValue) {
|
| - if (m_loader)
|
| + if (m_loader) {
|
| m_loader->didChangePriority(
|
| static_cast<WebURLRequest::Priority>(loadPriority), intraPriorityValue);
|
| + }
|
| }
|
|
|
| void ResourceLoader::cancel() {
|
|
|