Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4e328a1f0c16540edf91761db254128479cbfae6
https://github.com/WebKit/WebKit/commit/4e328a1f0c16540edf91761db254128479cbfae6
Author: Przemyslaw Gorszkowski <[email protected]>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M Source/WebCore/page/UserScript.cpp
M Source/WebCore/page/UserStyleSheet.cpp
Log Message:
-----------
Fix potential unified build error
https://bugs.webkit.org/show_bug.cgi?id=272666
Reviewed by Adrian Perez de Castro.
The problem is the same name of global static function in two cpp files.
This change resolves potential compiler error in unified build.
* Source/WebCore/page/UserScript.cpp:
(WebCore::generateUserScriptUniqueURL):
(WebCore::UserScript::UserScript):
(WebCore::generateUniqueURL): Deleted.
* Source/WebCore/page/UserStyleSheet.cpp:
(WebCore::generateUserStyleUniqueURL):
(WebCore::UserStyleSheet::UserStyleSheet):
(WebCore::generateUniqueURL): Deleted.
Canonical link: https://commits.webkit.org/277533@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes