The IDL for createTouchList [1] looks like this: TouchList createTouchList (Touch[] touches); This should probably be: TouchList createTouchList(sequence<Touch> touches); instead, since the callee doesn't actually hold on to the list of touches by reference. -BorisReceived on Wednesday, 28 November 2012 05:10:48 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 28 November 2012 05:10:48 GMT