Loading dom/performance/PerformanceObserver.cpp +1 −3 Original line number Original line Diff line number Diff line Loading @@ -121,10 +121,8 @@ void PerformanceObserver::Notify() { void PerformanceObserver::QueueEntry(PerformanceEntry* aEntry) { void PerformanceObserver::QueueEntry(PerformanceEntry* aEntry) { MOZ_ASSERT(aEntry); MOZ_ASSERT(aEntry); MOZ_ASSERT(ObservesTypeOfEntry(aEntry)); if (!ObservesTypeOfEntry(aEntry)) { return; } mQueuedEntries.AppendElement(aEntry); mQueuedEntries.AppendElement(aEntry); } } Loading Loading
dom/performance/PerformanceObserver.cpp +1 −3 Original line number Original line Diff line number Diff line Loading @@ -121,10 +121,8 @@ void PerformanceObserver::Notify() { void PerformanceObserver::QueueEntry(PerformanceEntry* aEntry) { void PerformanceObserver::QueueEntry(PerformanceEntry* aEntry) { MOZ_ASSERT(aEntry); MOZ_ASSERT(aEntry); MOZ_ASSERT(ObservesTypeOfEntry(aEntry)); if (!ObservesTypeOfEntry(aEntry)) { return; } mQueuedEntries.AppendElement(aEntry); mQueuedEntries.AppendElement(aEntry); } } Loading