Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1476)

Unified Diff: tests/html/messageevent_test.dart

Issue 1327083002: Revert "Patched in Dartium JsInterop" (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/html/html.status ('k') | tests/html/worker_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/messageevent_test.dart
diff --git a/tests/html/messageevent_test.dart b/tests/html/messageevent_test.dart
index 86348fdd820b4174d65aff7087473f7489dae9eb..9ef36819ffc2a016e52044796e9306a87cede253 100644
--- a/tests/html/messageevent_test.dart
+++ b/tests/html/messageevent_test.dart
@@ -17,7 +17,7 @@ main() {
expect(event.origin, equals('origin'));
// IE allows setting this but just ignores it.
// expect(event.lastEventId, equals('lastEventId'));
- expect(event.source, window);
+ expect(event.source, same(window));
// TODO(antonm): accessing ports is not supported yet.
});
}
« no previous file with comments | « tests/html/html.status ('k') | tests/html/worker_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698