| Index: tracing/tracing/model/ir_coverage.html
|
| diff --git a/tracing/tracing/model/ir_coverage.html b/tracing/tracing/model/ir_coverage.html
|
| index 80cdd387a3cb5d1af1f5d26ab63b70496c1f6b75..ff42f28abf3aa987a083e28ae52f84396a588939 100644
|
| --- a/tracing/tracing/model/ir_coverage.html
|
| +++ b/tracing/tracing/model/ir_coverage.html
|
| @@ -79,9 +79,9 @@ tr.exportTo('tr.model', function() {
|
| }
|
|
|
| return {
|
| - getIRCoverageFromModel: getIRCoverageFromModel,
|
| - getAssociatedEvents: getAssociatedEvents,
|
| - getUnassociatedEvents: getUnassociatedEvents
|
| + getIRCoverageFromModel,
|
| + getAssociatedEvents,
|
| + getUnassociatedEvents,
|
| };
|
| });
|
| </script>
|
|
|