Skip to content

Commit 70ebfc3

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)