Auto merge of #7606 - nox:move-typeid, r=jdm

Move the type_id fields to DOMClass

Cc @michaelwu.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7606)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-09-13 11:53:42 -06:00
commit d5ee58caf2
32 changed files with 130 additions and 77 deletions

View file

@ -1277,7 +1277,7 @@ impl Window {
};
let win = box Window {
eventtarget: EventTarget::new_inherited(EventTargetTypeId::Window),
eventtarget: EventTarget::new_inherited(),
script_chan: script_chan,
image_cache_chan: image_cache_chan,
control_chan: control_chan,