Skip to content

Commit

Permalink
add duh to error
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankEnderman committed Nov 9, 2021
1 parent 090c3ef commit abd92ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/aura/env.cc
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ void Env::UnpauseWindowOcclusionTracking() {
void Env::AddEventObserver(ui::EventObserver* observer,
ui::EventTarget* target,
const std::set<ui::EventType>& types) {
DCHECK(!types.empty()) << "Observers must observe at least one event type  ̄へ ̄";
DCHECK(!types.empty()) << "Observers must observe at least one event, duh  ̄へ ̄";
auto adapter(std::make_unique<EventObserverAdapter>(observer, target, types));
event_observer_adapter_list_.AddObserver(adapter.get());
event_observer_adapters_.insert(std::move(adapter));
Expand Down

0 comments on commit abd92ab

Please sign in to comment.