| Index: tracing/tracing/importer/empty_importer.html
|
| diff --git a/tracing/tracing/importer/empty_importer.html b/tracing/tracing/importer/empty_importer.html
|
| index 535571532206530ae555a4e765421250f71d7310..2f876b3708ea0b9b835f8b9d85ef2f7ccba5bfab 100644
|
| --- a/tracing/tracing/importer/empty_importer.html
|
| +++ b/tracing/tracing/importer/empty_importer.html
|
| @@ -23,8 +23,9 @@ tr.exportTo('tr.importer', function() {
|
| }
|
|
|
| EmptyImporter.canImport = function(eventData) {
|
| - if (eventData instanceof Array && eventData.length === 0)
|
| + if (eventData instanceof Array && eventData.length === 0) {
|
| return true;
|
| + }
|
| if (typeof(eventData) === 'string' || eventData instanceof String) {
|
| return eventData.length === 0;
|
| }
|
|
|