Skip to content

Commit

Permalink
add a minor changes & trigger rust rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
aydin.kim committed Jan 2, 2014
1 parent 28757e2 commit 269d300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/rust-auto-clean-trigger
@@ -1,4 +1,4 @@
# 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
# build bots then the contents should be changed so git updates the mtime.
2013-10-31
2014-01-02
1 change: 1 addition & 0 deletions src/components/main/platform/common/glut_windowing.rs
Expand Up @@ -37,6 +37,7 @@ impl ApplicationMethods for Application {

impl Drop for Application {
fn drop(&mut self) {
drop_local_window();
}
}

Expand Down

8 comments on commit 269d300

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging webconv/servo/PR_android = 269d300 into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

webconv/servo/PR_android = 269d300 merged ok, testing candidate = c52edec

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging webconv/servo/PR_android = 269d300 into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

webconv/servo/PR_android = 269d300 merged ok, testing candidate = c7b3eeb

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.