NEW 144434
Inefficient HashMap use in RTCStatsResponse.cpp
https://bugs.webkit.org/show_bug.cgi?id=144434
Summary Inefficient HashMap use in RTCStatsResponse.cpp
Joseph Pecoraro
Reported 2015-04-29 20:41:46 PDT
* SUMMARY Inefficient HashMap use in RTCStatsResponse.cpp. We should never do a HashMap::find followed by a HashMap::get. Searching JavaScriptCore & WebCore this was the only instance of that pattern!
Attachments
[PATCH] Proposed Fix (1.41 KB, patch)
2015-04-29 20:43 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2015-04-29 20:43:38 PDT
Created attachment 252034 [details] [PATCH] Proposed Fix
Darin Adler
Comment 2 2015-05-02 07:28:39 PDT
Comment on attachment 252034 [details] [PATCH] Proposed Fix Do you understand why the build failed on GTK and EFL?
Note You need to log in before you can comment on or make changes to this bug.