Index: Source/core/loader/FrameLoaderClient.h |
diff --git a/Source/core/loader/FrameLoaderClient.h b/Source/core/loader/FrameLoaderClient.h |
index 36586f5ad50752f36d61aa984b071f83760bfa84..5d226dbed092a3ee6bea2b5d7e1499ccc9133979 100644 |
--- a/Source/core/loader/FrameLoaderClient.h |
+++ b/Source/core/loader/FrameLoaderClient.h |
@@ -217,7 +217,7 @@ class FetchRequest; |
// 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*/) { } |
esprehn
2014/02/12 21:42:18
I don't think you need to comment out the names he
shatch
2014/02/13 18:13:50
Done.
|
virtual PassOwnPtr<blink::WebServiceWorkerProvider> createServiceWorkerProvider(PassOwnPtr<blink::WebServiceWorkerProviderClient>) = 0; |