diff --git a/ports/glutin/window.rs b/ports/glutin/window.rs index 40368e4ddf6..f09489f0093 100644 --- a/ports/glutin/window.rs +++ b/ports/glutin/window.rs @@ -77,7 +77,7 @@ fn builder_with_platform_options(mut builder: glutin::WindowBuilder) -> glutin:: // output file. builder = builder.with_activation_policy(ActivationPolicy::Prohibited) } - builder + builder.with_app_name(String::from("Servo")) } #[cfg(not(target_os = "macos"))]