summaryrefslogtreecommitdiffstats
path: root/chrome/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/plugin')
-rw-r--r--chrome/plugin/plugin_process.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/plugin/plugin_process.cc b/chrome/plugin/plugin_process.cc
index 53c0a3a..ad8a578 100644
--- a/chrome/plugin/plugin_process.cc
+++ b/chrome/plugin/plugin_process.cc
@@ -93,7 +93,7 @@ void PluginProcess::OnFinalRelease() {
}
void PluginProcess::OnProcessShutdownTimeout() {
- if (GetProcessRefcount() == 0) {
+ if (ProcessRefCountIsZero()) {
// The plugin process shutdown sequence is a request response based
// mechanism, where we send out an initial feeler request to the plugin
// process host instance in the browser to verify if it is ok to shutdown