Index: ceee/ie/plugin/bho/executor.cc |
=================================================================== |
--- ceee/ie/plugin/bho/executor.cc (revision 68734) |
+++ ceee/ie/plugin/bho/executor.cc (working copy) |
@@ -877,7 +877,7 @@ |
hr = frame_handler_host->InsertCode(code, file, all_frames, type); |
if (FAILED(hr)) { |
- NOTREACHED() << "Failed to insert code. " << com::LogHr(hr); |
+ LOG(ERROR) << "Failed to insert code. " << com::LogHr(hr); |
return hr; |
} |