| Index: tools/playback_benchmark/playback.js
|
| diff --git a/tools/playback_benchmark/playback.js b/tools/playback_benchmark/playback.js
|
| index 4fc9fb0f9dbb587cf1c767d5c14ec9a877a296ab..49628512f0eab535738f4491476946499adc417a 100644
|
| --- a/tools/playback_benchmark/playback.js
|
| +++ b/tools/playback_benchmark/playback.js
|
| @@ -89,7 +89,7 @@ Benchmark.Agent.prototype.ensureEqual = function(event, recordedEvent) {
|
| };
|
|
|
| /**
|
| - * Gets next event from timeline and returns it's identifier.
|
| + * Gets next event from timeline and returns its identifier.
|
| * @param {Object} event Object with event information.
|
| * @return {number} Event identifier.
|
| */
|
|
|