Bug 1028004 - UI Telemetry events with null methods are ignored r=rnewman

This commit is contained in:
Mark Finkle
2014-06-20 13:39:33 -04:00
parent 4be131b63d
commit 4d8487025c
3 changed files with 11 additions and 3 deletions

View File

@@ -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;