Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 87241d542807a9d1c15a8cdd5e7a7db9f5968fae
      
https://github.com/WebKit/WebKit/commit/87241d542807a9d1c15a8cdd5e7a7db9f5968fae
  Author: Ross Kirsling <rkirsl...@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


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

Reply via email to