[webkit-changes] [WebKit/WebKit] 87241d: Cleanup #undefs in JSGlobalObject.cpp

Ross Kirsling noreply at github.com
Fri Oct 27 14:18:27 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 87241d542807a9d1c15a8cdd5e7a7db9f5968fae
      https://github.com/WebKit/WebKit/commit/87241d542807a9d1c15a8cdd5e7a7db9f5968fae
  Author: Ross Kirsling <rkirsling at gmail.com>
  Date:   2023-10-27 (Fri, 27 Oct 2023)

  Changed paths:
    M Source/JavaScriptCore/runtime/JSGlobalObject.cpp

  Log Message:
  -----------
  Cleanup #undefs in JSGlobalObject.cpp
https://bugs.webkit.org/show_bug.cgi?id=263762

Reviewed by Keith Miller.

1. CREATE_PROTOTYPE_FOR_LAZY_TYPE has its #undef >600 lines later than expected; move it to its rightful location.
2. CREATE_WEBASSEMBLY_CONSTRUCTOR doesn't exist; we mean to be #undefing CREATE_WEBASSEMBLY_PROTOTYPE.

* Source/JavaScriptCore/runtime/JSGlobalObject.cpp:
(JSC::JSGlobalObject::init):

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




More information about the webkit-changes mailing list