diff options
Diffstat (limited to 'ceee/ie/broker/tab_api_module.cc')
-rw-r--r-- | ceee/ie/broker/tab_api_module.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ceee/ie/broker/tab_api_module.cc b/ceee/ie/broker/tab_api_module.cc index 49f92b5..7e933e1 100644 --- a/ceee/ie/broker/tab_api_module.cc +++ b/ceee/ie/broker/tab_api_module.cc @@ -569,6 +569,7 @@ HRESULT GetSelectedTab::ContinueExecution( if (FAILED(hr)) { // The ApiDispatcher will forget about us and result's destructor will // free the allocation of user_data. + result->PostError("Internal error while trying to finish tab selection."); return hr; } if (hr == S_FALSE) { |