Skip to content
2 changes: 0 additions & 2 deletions pkgs/test/lib/dart.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ window.onload = function() {
// This mimics a MultiChannel-formatted message.
var sendLoadException = function(message) {
window.parent.postMessage({
// TODO: https://github.com/dart-lang/test/issues/2065 - remove href
"href": window.location.href,
"data": [0, {"type": "loadException", "message": message}],
"exception": true,
}, window.location.origin);
Expand Down