Index: Source/core/fetch/Resource.h |
diff --git a/Source/core/fetch/Resource.h b/Source/core/fetch/Resource.h |
index 58dca473e76e291faf00d3bc2741aa0aa1789c41..d504ca14617984ff95f8ed437650398f33564270 100644 |
--- a/Source/core/fetch/Resource.h |
+++ b/Source/core/fetch/Resource.h |
@@ -114,7 +114,7 @@ public: |
const ResourceLoaderOptions& options() const { return m_options; } |
void setOptions(const ResourceLoaderOptions& options) { m_options = options; } |
- void didChangePriority(ResourceLoadPriority); |
+ void didChangePriority(ResourceLoadPriority, int intraPriorityValue); |
void addClient(ResourceClient*); |
void removeClient(ResourceClient*); |