[webkit-changes] [WebKit/WebKit] a1a94d: Speculative fix for PlayStation Release build, part 2

Ross Kirsling noreply at github.com
Thu Feb 9 03:08:05 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a1a94d854f307aba0bb58b20ea24536a8e1846f7
      https://github.com/WebKit/WebKit/commit/a1a94d854f307aba0bb58b20ea24536a8e1846f7
  Author: Ross Kirsling <ross.kirsling at sony.com>
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
    M Source/WebCore/page/CaptionUserPreferences.cpp

  Log Message:
  -----------
  Speculative fix for PlayStation Release build, part 2
https://bugs.webkit.org/show_bug.cgi?id=251978

Unreviewed build fix.

Vexingly, we can't get local repro on this. The linker error is that `JSObject::didBecomePrototype` is a missing symbol
and we believe this to be coming from StructureInlines.h. So change StructureInlines to JSObjectInlines in the one file
that's including it within the unified source that's complaining.

* Source/WebCore/page/CaptionUserPreferences.cpp:

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




More information about the webkit-changes mailing list