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

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/util/JSUtils.java

Issue 11778034: Revert 175489 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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
Index: android_webview/javatests/src/org/chromium/android_webview/test/util/JSUtils.java
===================================================================
--- android_webview/javatests/src/org/chromium/android_webview/test/util/JSUtils.java (revision 175490)
+++ android_webview/javatests/src/org/chromium/android_webview/test/util/JSUtils.java (working copy)
@@ -51,8 +51,7 @@
"var evObj = document.createEvent('Events'); " +
"evObj.initEvent('click', true, false); " +
"document.getElementById('" + linkId + "').dispatchEvent(evObj);" +
- "console.log('element with id [" + linkId + "] clicked');",
- null);
+ "console.log('element with id [" + linkId + "] clicked');");
}
});
}

Powered by Google App Engine
This is Rietveld 408576698