Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dda823035231f73f09ed621955a45fc0af909c45
      
https://github.com/WebKit/WebKit/commit/dda823035231f73f09ed621955a45fc0af909c45
  Author: Simon Fraser <[email protected]>
  Date:   2023-02-07 (Tue, 07 Feb 2023)

  Changed paths:
    M Tools/WebKitTestRunner/TestController.cpp
    M Tools/WebKitTestRunner/TestController.h

  Log Message:
  -----------
  WebKitTestRunner crashes when run with --world-leaks
https://bugs.webkit.org/show_bug.cgi?id=251834
rdar://105112156

Reviewed by Cameron McCormack.

Document::identifier() (aka ScriptExecutionContext::identifier()) is now a 
UUID, which doesn't convert to a uint64_t,
so just convert it to a string for the abandoned documents hash key.

* Tools/WebKitTestRunner/TestController.cpp:
(WTR::TestController::didReceiveLiveDocumentsList):
* Tools/WebKitTestRunner/TestController.h:

Canonical link: https://commits.webkit.org/259965@main


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to