Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: eed718f0c68527f17d016a5cb4b029a1024021ee
      
https://github.com/WebKit/WebKit/commit/eed718f0c68527f17d016a5cb4b029a1024021ee
  Author: Razvan Caliman <rcali...@apple.com>
  Date:   2025-05-09 (Fri, 09 May 2025)

  Changed paths:
    M Source/WebInspectorUI/UserInterface/Models/DOMNodeStyles.js

  Log Message:
  -----------
  REGRESSION (292512@main): Uncaught Exception: TypeError: undefined is not a 
constructor (evaluating 'new WI.WrappedPromise')
https://bugs.webkit.org/show_bug.cgi?id=292774
rdar://151009689

Reviewed by Devin Rousso and Anne van Kesteren.

Replace obsolete `WI.WrappedPromise` with `Promise.withResolvers()`
in logic for creating new style rules and editing rule selectors.

* Source/WebInspectorUI/UserInterface/Models/DOMNodeStyles.js:
(WI.DOMNodeStyles.prototype.addRule):
(WI.DOMNodeStyles.prototype.changeRuleSelector):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to