[mediacapture-main] Premature optimization in enumerateDevices steps

jan-ivar has just created a new issue for 
https://github.com/w3c/mediacapture-main:

== Premature optimization in enumerateDevices steps ==
I see no functional impact from this statement:
> If this method has been called previously within this application 
session, let oldList be the list of MediaDeviceInfo objects that was 
produced at that call (resultList); otherwise, let oldList be an empty
 list.

Lets remove it and leave optimizations to implementations.

See https://github.com/w3c/mediacapture-main/issues/155

Received on Wednesday, 8 April 2015 14:59:49 UTC