On Wed, Sep 5, 2012 at 7:03 PM, Jonas Sicking <jo...@sicking.cc> wrote: > [Constructor] > interface MessageChannel { > readonly attribute MessagePortSyncSide syncPort; > readonly attribute MessagePortAsyncSide asyncPort; > };
This should of course say SyncMessageChannel. / Jonas