Index: content/child/blink_platform_impl.cc |
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc |
index 57ef248332993fe175e38b9bd185072adfa200ce..207e6206c7f571be9e426879ebbb2fd033eb2ae4 100644 |
--- a/content/child/blink_platform_impl.cc |
+++ b/content/child/blink_platform_impl.cc |
@@ -1220,7 +1220,8 @@ bool BlinkPlatformImpl::databaseSetFileSize( |
blink::WebString BlinkPlatformImpl::signedPublicKeyAndChallengeString( |
unsigned key_size_index, |
const blink::WebString& challenge, |
- const blink::WebURL& url) { |
+ const blink::WebURL& url, |
+ const blink::WebURL& top_url) { |
return blink::WebString(""); |
} |