Index: content/renderer/npapi/plugin_channel_host.cc |
diff --git a/content/renderer/npapi/plugin_channel_host.cc b/content/renderer/npapi/plugin_channel_host.cc |
index c276d33384b4a871fbb478704ee9c879a0db9921..679288f51331c44b9f89fd8c375225445df7bc0b 100644 |
--- a/content/renderer/npapi/plugin_channel_host.cc |
+++ b/content/renderer/npapi/plugin_channel_host.cc |
@@ -127,7 +127,7 @@ bool PluginChannelHost::OnControlMessageReceived(const IPC::Message& message) { |
} |
void PluginChannelHost::OnSetException(const std::string& message) { |
- WebKit::WebBindings::setException(NULL, message.c_str()); |
+ blink::WebBindings::setException(NULL, message.c_str()); |
} |
void PluginChannelHost::OnPluginShuttingDown() { |