[Webkit-unassigned] [Bug 199528] New: Fix accidental copies in NetworkLoadChecker.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 5 12:58:36 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199528
Bug ID: 199528
Summary: Fix accidental copies in NetworkLoadChecker.cpp
Product: WebKit
Version: WebKit Nightly Build
Hardware: PC
OS: Linux
Status: NEW
Severity: Trivial
Priority: P2
Component: WebKit2
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at igalia.com
Blocks: 104114
Coverity noticed that we are copying a ResourceRequest and a ContentExtensionResultOrError in NetworkLoadChecker::checkRequest by mistake, when the intent was to move them as rvalue references.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190705/e404c88c/attachment.html>
More information about the webkit-unassigned
mailing list