Fix code style

This commit is contained in:
Víctor Manuel Jáquez Leal 2019-05-10 18:51:20 +02:00 committed by Fernando Jiménez Moreno
parent b32bff3b97
commit e9f46f9d72

View file

@ -288,6 +288,7 @@ pub struct Window {
/// Flag to identify whether mutation observers are present(true)/absent(false)
exists_mut_observer: Cell<bool>,
/// Webrender API Sender
#[ignore_malloc_size_of = "defined in webrender_api"]
webrender_api_sender: RenderApiSender,