summaryrefslogtreecommitdiffstats
path: root/ppapi/thunk/enter.cc
diff options
context:
space:
mode:
authorbattre@chromium.org <battre@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-11 09:49:13 +0000
committerbattre@chromium.org <battre@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-11 09:49:13 +0000
commit787843613b8840f93903213fd2e6a44cd41997fe (patch)
tree949604c50ed2cf215f617e1b1276b494251b6c01 /ppapi/thunk/enter.cc
parente67d2179178b955a07df2c908d8c49a26fb0e71d (diff)
downloadchromium_src-787843613b8840f93903213fd2e6a44cd41997fe.zip
chromium_src-787843613b8840f93903213fd2e6a44cd41997fe.tar.gz
chromium_src-787843613b8840f93903213fd2e6a44cd41997fe.tar.bz2
Revert 172261
> PPAPI: Convert FileIO tests to new style & test background threads > > BUG=92909 > > > Review URL: https://chromiumcodereview.appspot.com/11421137 This fails consistently on the Linux debug test bot (see bug 92909 for details). TBR=dmichael@chromium.org BUG=92909 Review URL: https://codereview.chromium.org/11458005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172286 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/thunk/enter.cc')
-rw-r--r--ppapi/thunk/enter.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/thunk/enter.cc b/ppapi/thunk/enter.cc
index 030b945..296a8b4 100644
--- a/ppapi/thunk/enter.cc
+++ b/ppapi/thunk/enter.cc
@@ -133,8 +133,8 @@ void EnterBase::SetStateForCallbackError(bool report_error) {
// the plugin won't expect any return code other than
// PP_OK_COMPLETIONPENDING. So we crash to make the problem more obvious.
if (callback_->is_required()) {
- std::string message("Attempted to use a required callback, but there "
- "is no attached message loop on which to run the "
+ std::string message("Attempted to use a required callback, but there"
+ "is no attached message loop on which to run the"
"callback.");
PpapiGlobals::Get()->BroadcastLogWithSource(0, PP_LOGLEVEL_ERROR,
std::string(), message);