diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 23:21:44 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 23:21:44 +0000 |
commit | b303f2706468184efc7f9393b39b0acd91bab98f (patch) | |
tree | 6df0d9980054070b354607bf1c5c3ce9f5bfa39d | |
parent | 229733c748186443a46c48fe93b7a4e544cf21f4 (diff) | |
download | chromium_src-b303f2706468184efc7f9393b39b0acd91bab98f.zip chromium_src-b303f2706468184efc7f9393b39b0acd91bab98f.tar.gz chromium_src-b303f2706468184efc7f9393b39b0acd91bab98f.tar.bz2 |
fix error in js from previous checkin
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28344 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/data/npapi/ensure_scripting_works_in_destroy_iframe.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/data/npapi/ensure_scripting_works_in_destroy_iframe.html b/chrome/test/data/npapi/ensure_scripting_works_in_destroy_iframe.html index 10cef59..0bb491d 100644 --- a/chrome/test/data/npapi/ensure_scripting_works_in_destroy_iframe.html +++ b/chrome/test/data/npapi/ensure_scripting_works_in_destroy_iframe.html @@ -11,7 +11,7 @@ function onSuccess(name, id) { } function onFailure(name, id, status) { - parent.onFailure(name, id); + parent.onFailure(name, id, status); } </script> </head> |