| Index: sdk/lib/html/src/Measurement.dart
|
| diff --git a/sdk/lib/html/src/Measurement.dart b/sdk/lib/html/src/Measurement.dart
|
| index 437422664b29c447e123046fa118315bf0a710be..7b72c93f3490cdf2e4391c1acaac0881a65c1cc7 100644
|
| --- a/sdk/lib/html/src/Measurement.dart
|
| +++ b/sdk/lib/html/src/Measurement.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of html;
|
| +
|
| typedef Object ComputeValue();
|
|
|
| class _MeasurementRequest<T> {
|
|
|