mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
add a minor changes & trigger rust rebuild
This commit is contained in:
parent
28757e2257
commit
269d300921
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# If this file is modified, then rust will be forcibly cleaned and then rebuilt.
|
# If this file is modified, then rust will be forcibly cleaned and then rebuilt.
|
||||||
# The actual contents of this file do not matter, but to trigger a change on the
|
# The actual contents of this file do not matter, but to trigger a change on the
|
||||||
# build bots then the contents should be changed so git updates the mtime.
|
# build bots then the contents should be changed so git updates the mtime.
|
||||||
2013-10-31
|
2014-01-02
|
||||||
|
|
|
@ -37,6 +37,7 @@ impl ApplicationMethods for Application {
|
||||||
|
|
||||||
impl Drop for Application {
|
impl Drop for Application {
|
||||||
fn drop(&mut self) {
|
fn drop(&mut self) {
|
||||||
|
drop_local_window();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue