Index: LayoutTests/http/tests/serviceworker/resources/clients-matchall-worker.js |
diff --git a/LayoutTests/http/tests/serviceworker/resources/clients-matchall-worker.js b/LayoutTests/http/tests/serviceworker/resources/clients-matchall-worker.js |
index be69c4b23e3eb37716046ea8f58e581d5b0dc981..f36be81d23eaad6f62ecb613e5eb1ea5f576ec0f 100644 |
--- a/LayoutTests/http/tests/serviceworker/resources/clients-matchall-worker.js |
+++ b/LayoutTests/http/tests/serviceworker/resources/clients-matchall-worker.js |
@@ -10,8 +10,6 @@ self.onmessage = function(e) { |
client.url, |
client.frameType]); |
}); |
- // Sort by url |
- message.sort(function(a, b) { return a[2] > b[2] ? 1 : -1; }); |
port.postMessage(message); |
}); |
}; |