DescriptionUpdate AbstractWorker, Worker and SharedWorker to match the spec
Update AbstractWorker, Worker and SharedWorker to match the spec:
http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html#abstractworker
http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html#worker
http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html#sharedworker
Worker and SharedWorker no longer inherit from AbstractWorker. Web IDL 'implements'
statements are used instead. Worker and SharedWorker can now inherit from EventTarget
as per the specification.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=152723
Patch Set 1 #
Total comments: 5
Patch Set 2 : Move back ActiveDOMObject to AbstractWorker.h #
Messages
Total messages: 15 (0 generated)
|