[webkit-changes] [WebKit/WebKit] cbb2b7: REGRESSION (270723 at main): [ iOS17 macOS Debug ] T...

Charlie Wolfe noreply at github.com
Tue Nov 28 10:56:35 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cbb2b77e2a8dda0eed891e74697008767b04c759
      https://github.com/WebKit/WebKit/commit/cbb2b77e2a8dda0eed891e74697008767b04c759
  Author: Charlie Wolfe <charliew at apple.com>
  Date:   2023-11-28 (Tue, 28 Nov 2023)

  Changed paths:
    M Source/WebKit/UIProcess/WebPageProxy.cpp

  Log Message:
  -----------
  REGRESSION (270723 at main): [ iOS17 macOS Debug  ] TestWebKitAPI.EvaluateJavaScript.JavaScriptInMissingFrameError is a consistent crash
https://bugs.webkit.org/show_bug.cgi?id=265070
rdar://118583083

Reviewed by Pascoe.

This API test is passing an invalid frame identifier to `evaluateJavaScript:inFrame:`, so we trip over
the debug assertion I added in 270723 at main. We should just remove it for now.

* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::sendToWebPage):

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




More information about the webkit-changes mailing list