[webkit-changes] [WebKit/WebKit] 0b9c23: Remove duplicate isLeapYear
Ahmad Saleem
noreply at github.com
Thu Jan 19 05:36:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0b9c23b10f386f8262dcb852744e7e28e77b3c72
https://github.com/WebKit/WebKit/commit/0b9c23b10f386f8262dcb852744e7e28e77b3c72
Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
Date: 2023-01-19 (Thu, 19 Jan 2023)
Changed paths:
M Source/WebCore/platform/DateComponents.cpp
Log Message:
-----------
Remove duplicate isLeapYear
Remove duplicate isLeapYear
https://bugs.webkit.org/show_bug.cgi?id=250802
Reviewed by Brent Fulgham and Alexey Proskuryakov.
Merge - https://chromium.googlesource.com/chromium/blink/+/ecbe8115cc1f014eb61dff29b96e405a0ab3ef51
This patch is to remove duplicate function, which is already available from DateMath.h.
* Source/WebCore/platform/DateComponents.cpp:
(isLeapYear): Removed
Canonical link: https://commits.webkit.org/259080@main
More information about the webkit-changes
mailing list