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

Unified Diff: tools/testing/dart/browser_test.dart

Issue 10008031: Revert "First indexeddb test" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | « client/tests/client/dom/IndexedDB1Test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/browser_test.dart
diff --git a/tools/testing/dart/browser_test.dart b/tools/testing/dart/browser_test.dart
index 7449dd1cee58a914e7cf6e02dfd5c8dfd668f705..552a7b998c5166052018e26b4ec09b2723220a80 100644
--- a/tools/testing/dart/browser_test.dart
+++ b/tools/testing/dart/browser_test.dart
@@ -23,11 +23,7 @@ String GetHtmlContents(String title,
<script type="text/javascript" src="$controllerScript"></script>
<script type="text/javascript">
// If nobody intercepts the error, finish the test.
- onerror = function(message, url, lineNumber) {
- if (window.layoutTestController) {
- window.layoutTestController.notifyDone();
- }
- };
+ onerror = function() { window.layoutTestController.notifyDone() };
document.onreadystatechange = function() {
if (document.readyState != "loaded") return;
« no previous file with comments | « client/tests/client/dom/IndexedDB1Test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698