Implement stub classes for WorkerGlobalScope and DedicatedWorkerGlobalScope.

Part of #2811.
This commit is contained in:
Ms2ger 2014-07-12 17:25:59 +02:00
parent 712955e96a
commit a345f413cb
8 changed files with 104 additions and 0 deletions

View file

@ -75,6 +75,7 @@ pub mod dom {
pub mod comment;
pub mod console;
pub mod customevent;
pub mod dedicatedworkerglobalscope;
pub mod document;
pub mod documentfragment;
pub mod documenttype;
@ -174,6 +175,7 @@ pub mod dom {
pub mod virtualmethods;
pub mod window;
pub mod worker;
pub mod workerglobalscope;
pub mod xmlhttprequest;
pub mod xmlhttprequesteventtarget;
pub mod xmlhttprequestupload;