| Index: tracing/tracing/base/assert_utils.html
|
| diff --git a/tracing/tracing/base/assert_utils.html b/tracing/tracing/base/assert_utils.html
|
| index 642792e00288304540bf3ab4a87d8ce51ae65253..1f0a9972d07d6b0ca4b39900bb708201dd465137 100644
|
| --- a/tracing/tracing/base/assert_utils.html
|
| +++ b/tracing/tracing/base/assert_utils.html
|
| @@ -16,7 +16,7 @@ found in the LICENSE file.
|
| tr.exportTo('tr.b', function() {
|
| /**
|
| * Throws if the range |actual| is not equal to the range |expected| (using
|
| - * tr.b.Range.equals).
|
| + * tr.b.math.Range.equals).
|
| */
|
| function assertRangeEquals(actual, expected) {
|
| assert(actual.equals(expected),
|
|
|