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

Unified Diff: content/test/data/browser_plugin_embedder.html

Issue 11368071: browser-plugin: Remove event handling code, and use CustomEvents in webkit instead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 1 month 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: content/test/data/browser_plugin_embedder.html
diff --git a/content/test/data/browser_plugin_embedder.html b/content/test/data/browser_plugin_embedder.html
index c0168b59805df366150591f6abcaeb61f9b773c1..ef042683d53caa02ef054980a369e5bf63261f8f 100644
--- a/content/test/data/browser_plugin_embedder.html
+++ b/content/test/data/browser_plugin_embedder.html
@@ -1,6 +1,6 @@
<script type="text/javascript">
function loadAbort(evt) {
- document.title = evt.type;
+ document.title = evt.reason;
}
function loadStart(evt) {
document.title = evt.url;

Powered by Google App Engine
This is Rietveld 408576698