Chromium Code Reviews| Index: ceee/ie/broker/broker.cc |
| =================================================================== |
| --- ceee/ie/broker/broker.cc (revision 66617) |
| +++ ceee/ie/broker/broker.cc (working copy) |
| @@ -28,7 +28,7 @@ |
| } |
| STDMETHODIMP CeeeBroker::FireEvent(BSTR event_name, BSTR event_args) { |
| - ChromePostman::GetInstance()->FireEvent(event_name, event_args); |
| + ChromePostman::GetInstance()->FireEvent(CW2A(event_name), CW2A(event_args)); |
|
Sigurður Ásgeirsson
2010/11/19 18:29:30
A NULL BSTR is synonymous with the empty string, s
Vitaly Buka corp
2010/11/19 20:30:38
Done.
|
| return S_OK; |
| } |