Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 58d744e9d380f951f0c68f1c62989ca4b38d77a1
      
https://github.com/WebKit/WebKit/commit/58d744e9d380f951f0c68f1c62989ca4b38d77a1
  Author: Diego Pino Garcia <dp...@igalia.com>
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
    M Tools/Scripts/webkitpy/layout_tests/servers/web_platform_test_server.py

  Log Message:
  -----------
  [webkitpy] Fix undefined variable 'self' after 261389@main
https://bugs.webkit.org/show_bug.cgi?id=253602

Reviewed by Adrian Perez de Castro.

Cannot call 'self.__port_obj' since variable 'self' doesn't exist in
context. Use local variable 'port_obj' instead.

* Tools/Scripts/webkitpy/layout_tests/servers/web_platform_test_server.py:
(wpt_config_json):

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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to