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

Commit 70ebfc3

Browse files
Fix the name of the channel parameter in PlatformMessage constructors (#9334)
1 parent 7283ae3 commit 70ebfc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/ui/window/platform_message.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ class PlatformMessage : public fml::RefCountedThreadSafe<PlatformMessage> {
2828
}
2929

3030
private:
31-
PlatformMessage(std::string name,
31+
PlatformMessage(std::string channel,
3232
std::vector<uint8_t> data,
3333
fml::RefPtr<PlatformMessageResponse> response);
34-
PlatformMessage(std::string name,
34+
PlatformMessage(std::string channel,
3535
fml::RefPtr<PlatformMessageResponse> response);
3636
~PlatformMessage();
3737

0 commit comments

Comments
 (0)