diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-21 08:13:50 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-21 08:13:50 +0000 |
commit | a5391a30b47461b4e4cf2c7ab0f9a1ca54a40bf8 (patch) | |
tree | 104321918c522325477ffb48c0604195e9dd3476 /webkit/support/default_plugin_stubs_win.cc | |
parent | 4ee00de9fe594f1b11f24e3b21520f50688ad5ce (diff) | |
download | chromium_src-a5391a30b47461b4e4cf2c7ab0f9a1ca54a40bf8.zip chromium_src-a5391a30b47461b4e4cf2c7ab0f9a1ca54a40bf8.tar.gz chromium_src-a5391a30b47461b4e4cf2c7ab0f9a1ca54a40bf8.tar.bz2 |
Fix arm compile after turning on gcc warnings.
Actually fix a comment that was pointed out during review.
TBR=rolandsteiner
Review URL: http://codereview.chromium.org/1734003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45165 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/support/default_plugin_stubs_win.cc')
-rw-r--r-- | webkit/support/default_plugin_stubs_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/support/default_plugin_stubs_win.cc b/webkit/support/default_plugin_stubs_win.cc index 9f62a0e..f728d1e 100644 --- a/webkit/support/default_plugin_stubs_win.cc +++ b/webkit/support/default_plugin_stubs_win.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// These are stubs for default_plugin which isn't current build in +// These are stubs for default_plugin which isn't currently built in // a webkit only checkout. #include "base/logging.h" |