Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b7c562e

Browse files
committed
Analyzer fix
1 parent 83af633 commit b7c562e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shell/platform/windows/platform_handler_winuwp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ class PlatformHandlerWinUwp : public PlatformHandler {
2929
std::string_view key) override;
3030

3131
// |PlatformHandler|
32-
void HasStrings(std::unique_ptr<MethodResult<rapidjson::Document>> result,
33-
std::string_view key) override;
32+
void HasStrings(
33+
std::unique_ptr<MethodResult<rapidjson::Document>> result) override;
3434

3535
// |PlatformHandler|
3636
void SetPlainText(

0 commit comments

Comments
 (0)