| Index: ppapi/thunk/enter.cc
|
| diff --git a/ppapi/thunk/enter.cc b/ppapi/thunk/enter.cc
|
| index 2adc7f2d47a88239af5bcfdff77263c5363b7062..03937c9b5338b353b469fc9d92366b9f2eb1247e 100644
|
| --- a/ppapi/thunk/enter.cc
|
| +++ b/ppapi/thunk/enter.cc
|
| @@ -59,7 +59,6 @@ EnterBase::EnterBase(PP_Instance instance, SingletonResourceID resource_id,
|
| const PP_CompletionCallback& callback)
|
| : resource_(GetSingletonResource(instance, resource_id)),
|
| retval_(PP_OK) {
|
| - DCHECK(resource_ || !instance);
|
| if (!resource_)
|
| retval_ = PP_ERROR_BADARGUMENT;
|
| callback_ = new TrackedCallback(resource_, callback);
|
|
|