From b469dedec774fcbaf0fbc1db0db607c0fe202f7c Mon Sep 17 00:00:00 2001 From: "dmichael@chromium.org" Date: Tue, 11 Dec 2012 04:29:20 +0000 Subject: PPAPI: Convert FileIO tests to new style & test background threads BUG=92909 Review URL: https://chromiumcodereview.appspot.com/11421137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172261 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/thunk/enter.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ppapi/thunk/enter.cc') diff --git a/ppapi/thunk/enter.cc b/ppapi/thunk/enter.cc index 296a8b4..030b945 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); -- cgit v1.1