diff --git a/IPython/html/widgets/widget_output.py b/IPython/html/widgets/widget_output.py
index 93851c8..771ecb7 100644
--- a/IPython/html/widgets/widget_output.py
+++ b/IPython/html/widgets/widget_output.py
@@ -63,8 +63,7 @@ class Output(DOMWidget):
if stream is kernel.iopub_socket and msg_type in ['clear_output', 'stream', 'display_data']:
self.send(msg)
else:
- send(stream, msg_or_type, content=content, parent=parent, ident=ident,
- buffers=buffers, track=track, header=header, metadata=metadata)
+ send(stream, msg, ident=ident, buffers=buffers, track=track)
session.send = send_hook