diff --git a/wasm/core/js/harness/testharness.js b/wasm/core/js/harness/testharness.js index 7c1ded21d0e266..fdd87e8fc2a19e 100644 --- a/wasm/core/js/harness/testharness.js +++ b/wasm/core/js/harness/testharness.js @@ -132,7 +132,7 @@ policies and contribution forms [3]. }; WindowTestEnvironment.prototype._forEach_windows = function(callback) { - // Iterate of the windows [self ... top, opener]. The callback is passed + // Iterate of the the windows [self ... top, opener]. The callback is passed // two objects, the first one is the windows object itself, the second one // is a boolean indicating whether or not its on the same origin as the // current window.