[webkit-changes] [WebKit/WebKit] f5fbd8: Clean up after 263887 at main

Alex Christensen noreply at github.com
Wed May 10 22:08:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f5fbd8dd5a51365f538be33dc846deaf3ed23506
      https://github.com/WebKit/WebKit/commit/f5fbd8dd5a51365f538be33dc846deaf3ed23506
  Author: Alex Christensen <achristensen at apple.com>
  Date:   2023-05-10 (Wed, 10 May 2023)

  Changed paths:
    M Source/WebKit/Shared/Cocoa/ArgumentCodersCocoa.mm

  Log Message:
  -----------
  Clean up after 263887 at main
https://bugs.webkit.org/show_bug.cgi?id=256627
rdar://109187838

Reviewed by Wenson Hsieh.

A call to haveStrictDecodableNSTextTable was incorrectly added.
NSPresentationIntent doesn't serialize an NSTextTable like NSParagraphStyle does.
Also, the comment indicating that a test and crash referred to an assertion that
was hit without a change to shouldEnableStrictMode.

To help other developers know what to do when they hit that assertion, I add a
comment indicating how they should proceed instead of expanding the list of ObjC
classes that are serialized.

* Source/WebKit/Shared/Cocoa/ArgumentCodersCocoa.mm:
(IPC::shouldEnableStrictMode):

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




More information about the webkit-changes mailing list