summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
Diffstat (limited to 'webkit')
-rw-r--r--webkit/glue/plugins/plugin_stream.cc4
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_fixable.txt1
2 files changed, 3 insertions, 2 deletions
diff --git a/webkit/glue/plugins/plugin_stream.cc b/webkit/glue/plugins/plugin_stream.cc
index 9cdeb3b..1d00b25 100644
--- a/webkit/glue/plugins/plugin_stream.cc
+++ b/webkit/glue/plugins/plugin_stream.cc
@@ -83,8 +83,10 @@ bool PluginStream::Open(const std::string &mime_type,
NPError err = instance_->NPP_NewStream((NPMIMEType)char_mime_type,
&stream_, seekable_stream,
&requested_plugin_mode_);
- if (err != NPERR_NO_ERROR)
+ if (err != NPERR_NO_ERROR) {
+ Notify(err);
return false;
+ }
opened_ = true;
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
index 9e25041..3be7047 100644
--- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
@@ -928,7 +928,6 @@ V8 | KJS # LayoutTests/media/progress-event-total.html = FAIL
V8 | KJS # LayoutTests/media/video-click-dlbclick-standalone.html = FAIL
V8 | KJS # LayoutTests/media/video-layer-crash.html = FAIL
V8 | KJS # LayoutTests/media/video-source-type-params.html = FAIL
-V8 | KJS # LayoutTests/plugins/return-error-from-new-stream-doesnt-invoke-destroy-stream.html = FAIL | TIMEOUT
V8 | KJS # LayoutTests/printing = FAIL
V8 | KJS # LayoutTests/security/autocomplete-cleared-on-back.html = FAIL | TIMEOUT
V8 | KJS # LayoutTests/security/set-form-autocomplete-attribute.html = FAIL