Index: third_party/WebKit/Source/core/loader/EmptyClients.cpp |
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.cpp b/third_party/WebKit/Source/core/loader/EmptyClients.cpp |
index a250410b9b7abdece7ccbc4046001f075c076dc8..f3c5fb2ac558171b2a5fac73178b6cee0d2530e1 100644 |
--- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp |
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp |
@@ -114,7 +114,7 @@ String EmptyChromeClient::acceptLanguages() |
return String(); |
} |
-PassOwnPtr<WebFrameScheduler> EmptyChromeClient::createFrameScheduler() |
+PassOwnPtr<WebFrameScheduler> EmptyChromeClient::createFrameScheduler(WebBlameContext*) |
{ |
return adoptPtr(new EmptyFrameScheduler()); |
} |