Bug 1028004 - UI Telemetry events with null methods are ignored r=rnewman
This commit is contained in:
@@ -421,7 +421,7 @@ nsAppShell::ProcessNextNativeEvent(bool mayWait)
|
||||
}
|
||||
|
||||
case AndroidGeckoEvent::TELEMETRY_UI_EVENT: {
|
||||
if (curEvent->Characters().Length() == 0)
|
||||
if (curEvent->Data().Length() == 0)
|
||||
break;
|
||||
|
||||
nsCOMPtr<nsIUITelemetryObserver> obs;
|
||||
|
||||
Reference in New Issue
Block a user