Index: webkit/glue/plugins/pepper_resource.h |
=================================================================== |
--- webkit/glue/plugins/pepper_resource.h (revision 57726) |
+++ webkit/glue/plugins/pepper_resource.h (working copy) |
@@ -5,7 +5,6 @@ |
#ifndef WEBKIT_GLUE_PLUGINS_PEPPER_RESOURCE_H_ |
#define WEBKIT_GLUE_PLUGINS_PEPPER_RESOURCE_H_ |
-#include "base/logging.h" |
#include "base/basictypes.h" |
#include "base/ref_counted.h" |
#include "third_party/ppapi/c/pp_resource.h" |
@@ -111,10 +110,7 @@ |
// Called by the resource tracker when the last plugin reference has been |
// dropped. |
friend class ResourceTracker; |
- void StoppedTracking() { |
- DCHECK(resource_id_ != 0); |
- resource_id_ = 0; |
- } |
+ void StoppedTracking(); |
DISALLOW_COPY_AND_ASSIGN(Resource); |
}; |