| Index: tracing/tracing/ui/extras/chrome/cc/raster_task_selection.html
 | 
| diff --git a/tracing/tracing/ui/extras/chrome/cc/raster_task_selection.html b/tracing/tracing/ui/extras/chrome/cc/raster_task_selection.html
 | 
| index 44c0b5deb368e810fd8ca410be9c967e151f4e57..6b1a7cb7df05ab96aca5d9cdf421f46c10a2bc85 100644
 | 
| --- a/tracing/tracing/ui/extras/chrome/cc/raster_task_selection.html
 | 
| +++ b/tracing/tracing/ui/extras/chrome/cc/raster_task_selection.html
 | 
| @@ -25,7 +25,7 @@ tr.exportTo('tr.ui.e.chrome.cc', function() {
 | 
|      if (!whySupported.ok) {
 | 
|        throw new Error('Fail: ' + whySupported.why);
 | 
|      }
 | 
| -    this.slices_ = tr.b.asArray(selection);
 | 
| +    this.slices_ = Array.from(selection);
 | 
|      this.tiles_ = this.slices_.map(function(slice) {
 | 
|        const tile = tr.e.cc.getTileFromRasterTaskSlice(slice);
 | 
|        if (tile === undefined) {
 | 
| 
 |