| Index: Source/core/fetch/FetchContext.cpp
|
| diff --git a/Source/core/fetch/FetchContext.cpp b/Source/core/fetch/FetchContext.cpp
|
| index bf2f94919e4dc4a54d42776c88520739589a603d..a7bc211089ac09691013ba0e30a1ae3dba6fd587 100644
|
| --- a/Source/core/fetch/FetchContext.cpp
|
| +++ b/Source/core/fetch/FetchContext.cpp
|
| @@ -40,7 +40,7 @@ FetchContext& FetchContext::nullInstance()
|
| return instance;
|
| }
|
|
|
| -void FetchContext::dispatchDidChangeResourcePriority(unsigned long, ResourceLoadPriority)
|
| +void FetchContext::dispatchDidChangeResourcePriority(unsigned long, ResourceLoadPriority, int)
|
| {
|
| }
|
|
|
|
|