Index: webkit/glue/plugins/plugin_stream.h |
diff --git a/webkit/glue/plugins/plugin_stream.h b/webkit/glue/plugins/plugin_stream.h |
index b277465e0fa54b5aa4a05e3f5068b480b569a8e1..c5975b4d6c69b37bd98fcd1831cec61f41b1a394 100644 |
--- a/webkit/glue/plugins/plugin_stream.h |
+++ b/webkit/glue/plugins/plugin_stream.h |
@@ -64,9 +64,7 @@ class PluginStream : public base::RefCounted<PluginStream> { |
// Close the stream. |
virtual bool Close(NPReason reason); |
- virtual webkit_glue::WebPluginResourceClient* AsResourceClient() { |
- return NULL; |
- } |
+ virtual webkit_glue::WebPluginResourceClient* AsResourceClient(); |
// Cancels any HTTP requests initiated by the stream. |
virtual void CancelRequest() {} |