| Index: Source/core/loader/FrameLoaderClient.h
|
| diff --git a/Source/core/loader/FrameLoaderClient.h b/Source/core/loader/FrameLoaderClient.h
|
| index 52ea3e71a0914e27d4d7b8fca1a62abca73f75ac..ab2ca266141d4c60290932f870e6907412b65a20 100644
|
| --- a/Source/core/loader/FrameLoaderClient.h
|
| +++ b/Source/core/loader/FrameLoaderClient.h
|
| @@ -218,7 +218,7 @@ namespace WebCore {
|
| // If an HTML document is being loaded, informs the embedder that the document will have its <body> attached soon.
|
| virtual void dispatchWillInsertBody() { }
|
|
|
| - virtual void dispatchDidChangeResourcePriority(unsigned long /*identifier*/, ResourceLoadPriority) { }
|
| + virtual void dispatchDidChangeResourcePriority(unsigned long identifier, ResourceLoadPriority, int intraPriorityValue) { }
|
|
|
| virtual PassOwnPtr<blink::WebServiceWorkerProvider> createServiceWorkerProvider() = 0;
|
|
|
|
|