UNCONFIRMED 113461
PageVisits incorrect in FeatureObserver
https://bugs.webkit.org/show_bug.cgi?id=113461
Summary PageVisits incorrect in FeatureObserver
Kassy Coan
Reported 2013-03-27 17:19:25 PDT
FeatureObserver is calling updateMeasurements() on both navigation and page destruction. Because of this, we are incrementing PageVisits twice on page destruction, making the PageVisits count incorrect. Side, related note: All of the features in the enum are being tracked correctly because the bit vector is cleared, so on the second call to updateMeasurements(), the count for those features is not updated.
Attachments
Note You need to log in before you can comment on or make changes to this bug.