auto merge of #1602 : pcwalton/servo/more-inlines, r=jdm

9% improvement in style recalc on the rainbow page.

r? @jdm
This commit is contained in:
bors-servo 2014-02-18 14:08:12 -05:00
commit edd7e32fdb
3 changed files with 12 additions and 0 deletions

View file

@ -597,6 +597,7 @@ pub struct Reflector {
}
impl Reflector {
#[inline]
pub fn get_jsobject(&self) -> *JSObject {
self.object
}