| Index: lib/html/src/Measurement.dart
|
| ===================================================================
|
| --- lib/html/src/Measurement.dart (revision 11400)
|
| +++ lib/html/src/Measurement.dart (working copy)
|
| @@ -12,7 +12,7 @@
|
| _MeasurementRequest(this.computeValue, this.completer);
|
| }
|
|
|
| -final _MEASUREMENT_MESSAGE = "DART-MEASURE";
|
| +const _MEASUREMENT_MESSAGE = "DART-MEASURE";
|
| List<_MeasurementRequest> _pendingRequests;
|
| List<TimeoutHandler> _pendingMeasurementFrameCallbacks;
|
| bool _nextMeasurementFrameScheduled = false;
|
|
|