[Webkit-unassigned] [Bug 200793] New: REGRESSION(r248713): running commands on the implicit main frame now hits an ASSERT
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 15 15:54:53 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=200793
Bug ID: 200793
Summary: REGRESSION(r248713): running commands on the implicit
main frame now hits an ASSERT
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebDriver
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bburg at apple.com
CC: bburg at apple.com
This code used to encode the implicit main frame as std::nullopt and a specified frame as a non-null Optional<uint64_t>. Now FrameIdentifier is expected to always exist, so we should replace an unspecified frame with the main frame identifier earlier and remove Optional<FrameIdentifier> in favor of FrameIdentifier where it makes sense.
--
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/20190815/7c250da5/attachment.html>
More information about the webkit-unassigned
mailing list