| Index: ui/events/platform/platform_event_source.cc
|
| diff --git a/ui/events/platform/platform_event_source.cc b/ui/events/platform/platform_event_source.cc
|
| index 9be6630e268abbcb8ce45c7746f3f34cb119e41c..259e71989981abe9bed73049f6a42e4bc24e8868 100644
|
| --- a/ui/events/platform/platform_event_source.cc
|
| +++ b/ui/events/platform/platform_event_source.cc
|
| @@ -20,7 +20,8 @@ PlatformEventSource* PlatformEventSource::instance_ = NULL;
|
| PlatformEventSource::PlatformEventSource()
|
| : overridden_dispatcher_(NULL),
|
| overridden_dispatcher_restored_(false) {
|
| - CHECK(!instance_) << "Only one platform event source can be created.";
|
| + // Only one platform event source can be created.
|
| + CHECK(!instance_);
|
| instance_ = this;
|
| }
|
|
|
|
|