* 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!
Created attachment 252034 [details] [PATCH] Proposed Fix
Comment on attachment 252034 [details] [PATCH] Proposed Fix Do you understand why the build failed on GTK and EFL?