diff options
Diffstat (limited to 'content/renderer/webplugin_delegate_proxy.cc')
-rw-r--r-- | content/renderer/webplugin_delegate_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/webplugin_delegate_proxy.cc b/content/renderer/webplugin_delegate_proxy.cc index b6ff543..16739b3 100644 --- a/content/renderer/webplugin_delegate_proxy.cc +++ b/content/renderer/webplugin_delegate_proxy.cc @@ -505,7 +505,7 @@ static void CopyTransportDIBHandleForMessage( *handle_out = NULL; sandbox::BrokerDuplicateHandle(handle_in, peer_pid, handle_out, FILE_MAP_READ | FILE_MAP_WRITE, 0); - CHECK(*handle_out != NULL); + DCHECK(*handle_out != NULL); #else // Don't need to do anything special for other platforms. *handle_out = handle_in; |