summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_loader_posix.h
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-20 23:44:32 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-20 23:44:32 +0000
commit5abe630d97301dac1ce42f9729fb709181d57d60 (patch)
tree6b1ce22c7dbe2fff9f3a270026724db759442800 /content/browser/plugin_loader_posix.h
parent0b7f0f1d7b526eaf3abc3d4ce3164e44df401868 (diff)
downloadchromium_src-5abe630d97301dac1ce42f9729fb709181d57d60.zip
chromium_src-5abe630d97301dac1ce42f9729fb709181d57d60.tar.gz
chromium_src-5abe630d97301dac1ce42f9729fb709181d57d60.tar.bz2
Coverity: Initialize member variables.
CID=100356,100360,100368,100373,100374,100562,101529,101530,101536,101541, 101542,101595,101630,101685,101687,101689,101776,101812,101813,101854, 101861,101862,101871,101883,101886,101887,102034 BUG=none TEST=none R=binji Review URL: http://codereview.chromium.org/8965054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115225 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/plugin_loader_posix.h')
-rw-r--r--content/browser/plugin_loader_posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/plugin_loader_posix.h b/content/browser/plugin_loader_posix.h
index b69ad89..213a6a8 100644
--- a/content/browser/plugin_loader_posix.h
+++ b/content/browser/plugin_loader_posix.h
@@ -87,7 +87,7 @@ class CONTENT_EXPORT PluginLoaderPosix : public UtilityProcessHost::Client,
// Runs all the registered callbacks on each's target loop if the condition
// for ending the load process is done (i.e. the |next_load_index_| is outside
- // the ranage of the |canonical_list_|).
+ // the range of the |canonical_list_|).
bool MaybeRunPendingCallbacks();
// The process host for which this is a client.