| Index: content/browser/media/capture/aura_window_capture_machine.cc
 | 
| diff --git a/content/browser/media/capture/aura_window_capture_machine.cc b/content/browser/media/capture/aura_window_capture_machine.cc
 | 
| index e5019f7d2af1a9a36d62a3c69ae57da733cf2c43..11150ea2cff2387d0e4b51a93344342a692403c5 100644
 | 
| --- a/content/browser/media/capture/aura_window_capture_machine.cc
 | 
| +++ b/content/browser/media/capture/aura_window_capture_machine.cc
 | 
| @@ -485,7 +485,7 @@ void AuraWindowCaptureMachine::OnWindowDestroying(aura::Window* window) {
 | 
|  
 | 
|    InternalStop(base::Bind(&base::DoNothing));
 | 
|  
 | 
| -  oracle_proxy_->ReportError("OnWindowDestroying()");
 | 
| +  oracle_proxy_->ReportError(FROM_HERE, "OnWindowDestroying()");
 | 
|  }
 | 
|  
 | 
|  void AuraWindowCaptureMachine::OnWindowAddedToRootWindow(
 | 
| 
 |