[webkit-changes] [WebKit/WebKit] ddb708: JSEventListener doesn't need to register itself to...

Ryosuke Niwa noreply at github.com
Sat Jan 13 00:50:07 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ddb7082c508528f14b174ac5c3867d23278f6957
      https://github.com/WebKit/WebKit/commit/ddb7082c508528f14b174ac5c3867d23278f6957
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2024-01-13 (Sat, 13 Jan 2024)

  Changed paths:
    M Source/WebCore/bindings/js/JSEventListener.cpp

  Log Message:
  -----------
  JSEventListener doesn't need to register itself to commonVM's JSVMClientData
https://bugs.webkit.org/show_bug.cgi?id=267478

Reviewed by Yusuke Suzuki.

Avoid this work for commonVM, which is common case anyway.

* Source/WebCore/bindings/js/JSEventListener.cpp:
(WebCore::JSEventListener::JSEventListener):

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




More information about the webkit-changes mailing list