Index: chrome/renderer/plugins/chrome_plugin_placeholder.cc |
diff --git a/chrome/renderer/plugins/chrome_plugin_placeholder.cc b/chrome/renderer/plugins/chrome_plugin_placeholder.cc |
index f08b9b80cd657b4b190399c7c3b9d0839cd4b539..393e91589688551f504435d1954f68e5fb347f4e 100644 |
--- a/chrome/renderer/plugins/chrome_plugin_placeholder.cc |
+++ b/chrome/renderer/plugins/chrome_plugin_placeholder.cc |
@@ -260,7 +260,8 @@ void ChromePluginPlaceholder::PluginListChanged() { |
ChromeViewHostMsg_GetPluginInfo_Output output; |
std::string mime_type(GetPluginParams().mimeType.utf8()); |
- blink::WebString top_origin = GetFrame()->top()->securityOrigin().toString(); |
+ blink::WebString top_origin = |
+ GetFrame()->top()->getSecurityOrigin().toString(); |
render_frame()->Send( |
new ChromeViewHostMsg_GetPluginInfo(routing_id(), |
GURL(GetPluginParams().url), |