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

Unified Diff: webkit/data/media/manybear.html

Issue 3038010: Roll webkit DEPS 63669:63692. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: deps Created 10 years, 5 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 | « webkit/data/media/bear.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/data/media/manybear.html
diff --git a/webkit/data/media/manybear.html b/webkit/data/media/manybear.html
index 066c27018ef736b26e60ae27feb9ba92e3741c77..2ebf5ffe532b9ea88409622dedd0ac140df4ddb9 100644
--- a/webkit/data/media/manybear.html
+++ b/webkit/data/media/manybear.html
@@ -23,7 +23,7 @@
v = document.createElement("video");
c.appendChild(v);
v.src = file;
- v.addEventListener("load", function () { loop(); }, false);
+ v.addEventListener("canplaythrough", function () { loop(); }, false);
v.load();
}
« no previous file with comments | « webkit/data/media/bear.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698