[webkit-changes] [WebKit/WebKit] fd1434: Reduce use of downcast<>() in DataTransfer.cpp

Chris Dumez noreply at github.com
Sun Mar 10 10:54:23 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fd1434216dd280879d32557dee3ff83614bf4458
      https://github.com/WebKit/WebKit/commit/fd1434216dd280879d32557dee3ff83614bf4458
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-03-10 (Sun, 10 Mar 2024)

  Changed paths:
    M Source/WebCore/dom/DataTransfer.cpp

  Log Message:
  -----------
  Reduce use of downcast<>() in DataTransfer.cpp
https://bugs.webkit.org/show_bug.cgi?id=270759

Reviewed by Anne van Kesteren.

Reduce use of downcast<>() in DataTransfer.cpp, for performance.

* Source/WebCore/dom/DataTransfer.cpp:
(WebCore::DataTransfer::setDataFromItemList):
(WebCore::DataTransfer::commitToPasteboard):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list