Bug 277329
Summary: | Fix NetworkRTCMonitor gatherNetworkMap | ||
---|---|---|---|
Product: | WebKit | Reporter: | youenn fablet <youennf> |
Component: | WebRTC | Assignee: | Diego Pino <dpino> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
youenn fablet
Fix NetworkRTCMonitor gatherNetworkMap
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
youenn fablet
<rdar://132591641>
youenn fablet
Pull request: https://github.com/WebKit/WebKit/pull/31465
EWS
Committed 281618@main (926c05cb3c2a): <https://commits.webkit.org/281618@main>
Reviewed commits have been landed. Closing PR #31465 and removing active labels.
Diego Pino
Re-opening for pull request https://github.com/webkit/webkit/pull/31590
Diego Pino
There was a build error under Linux:
https://build.webkit.org/#/builders/30/builds/9052
```
/home/buildbot/webkitgtk/nightly/GTK-Linux-64bit-Release-Packaging-Nightly-Ubuntu2004/build/Source/WebKit/NetworkProcess/webrtc/NetworkRTCMonitor.cpp:178:42: error: use of undeclared identifier 'name'
return rtc::GetAdapterTypeFromName({ name.utf8().data(), name.utf8().length() });
^
/home/buildbot/webkitgtk/nightly/GTK-Linux-64bit-Release-Packaging-Nightly-Ubuntu2004/build/Source/WebKit/NetworkProcess/webrtc/NetworkRTCMonitor.cpp:178:62: error: use of undeclared identifier 'name'
return rtc::GetAdapterTypeFromName({ name.utf8().data(), name.utf8().length() });
```
EWS
Committed 281700@main (615df0fc4017): <https://commits.webkit.org/281700@main>
Reviewed commits have been landed. Closing PR #31590 and removing active labels.