auto merge of #3662 : mukilan/servo/worker_timer, r=jdm

Closes issue #3236
This commit is contained in:
bors-servo 2014-10-15 20:48:22 -06:00
commit f94228d9f9
11 changed files with 261 additions and 185 deletions

View file

@ -22,7 +22,7 @@ partial interface WorkerGlobalScope { // not obsolete
void importScripts(DOMString... urls);
readonly attribute WorkerNavigator navigator;
};
//WorkerGlobalScope implements WindowTimers;
WorkerGlobalScope implements WindowTimers;
WorkerGlobalScope implements WindowBase64;
// Proprietary