| Index: content/renderer/gpu/input_event_filter.cc
|
| diff --git a/content/renderer/gpu/input_event_filter.cc b/content/renderer/gpu/input_event_filter.cc
|
| index 96a7034af160537f5c18054574e561c4d8094552..9488963ac78bf8e013bf4334544c276da0d10e46 100644
|
| --- a/content/renderer/gpu/input_event_filter.cc
|
| +++ b/content/renderer/gpu/input_event_filter.cc
|
| @@ -22,7 +22,7 @@ InputEventFilter::InputEventFilter(
|
| sender_(NULL),
|
| target_loop_(target_loop),
|
| handler_(handler) {
|
| - DCHECK(target_loop_);
|
| + DCHECK(target_loop_.get());
|
| DCHECK(!handler_.is_null());
|
| }
|
|
|
|
|