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

Unified Diff: native_client_sdk/src/examples/benchmarks/example.js

Issue 917093003: Shorten Closure template notation from Array.<*> to Array<*>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove cvox Created 5 years, 10 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 | « ios/web/web_state/js/resources/common.js ('k') | remoting/tools/javascript_key_tester/chord_tracker.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/examples/benchmarks/example.js
diff --git a/native_client_sdk/src/examples/benchmarks/example.js b/native_client_sdk/src/examples/benchmarks/example.js
index 74737bebefea5af58c6177eddd09a10915fb6d58..62c1c81fb5382dd68ca26aec640e1d7df2e06b79 100644
--- a/native_client_sdk/src/examples/benchmarks/example.js
+++ b/native_client_sdk/src/examples/benchmarks/example.js
@@ -36,6 +36,6 @@ function handleMessage(message_event) {
common.updateStatus('READY TO RUN');
var window = document.getElementById('result').contentWindow;
window.document.writeln('</table>');
- window.document.writeln('Finished.<br><br></samp>');
+ window.document.writeln('Finished<br><br></samp>');
}
}
« no previous file with comments | « ios/web/web_state/js/resources/common.js ('k') | remoting/tools/javascript_key_tester/chord_tracker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698