| Index: tracing/tracing/ui/base/utils.html
|
| diff --git a/tracing/tracing/ui/base/utils.html b/tracing/tracing/ui/base/utils.html
|
| index cdb9ab3657029bc207f4a5fcc3d04bdf535f43a2..3ebe8254d10382f120e3b49de68ca443000db9ef 100644
|
| --- a/tracing/tracing/ui/base/utils.html
|
| +++ b/tracing/tracing/ui/base/utils.html
|
| @@ -71,12 +71,12 @@ tr.exportTo('tr.ui.b', function() {
|
| }
|
|
|
| return {
|
| - isUnknownElementName: isUnknownElementName,
|
| - toThreeDigitLocaleString: toThreeDigitLocaleString,
|
| - instantiateTemplate: instantiateTemplate,
|
| - windowRectForElement: windowRectForElement,
|
| - scrollIntoViewIfNeeded: scrollIntoViewIfNeeded,
|
| - extractUrlString: extractUrlString
|
| + isUnknownElementName,
|
| + toThreeDigitLocaleString,
|
| + instantiateTemplate,
|
| + windowRectForElement,
|
| + scrollIntoViewIfNeeded,
|
| + extractUrlString,
|
| };
|
| });
|
| </script>
|
|
|