https://bugs.webkit.org/show_bug.cgi?id=123601
Reviewed by Carlos Garcia Campos.
* WebProcess/Plugins/Netscape/NetscapePluginStream.cpp: Explicitly include the PassOwnPtr.h header
as certain configurations on the GTK port don't ensure that the header is included indirectly.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@158487
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-11-02 Zan Dobersek <zdobersek@igalia.com>
+
+ [GTK] invalid use of incomplete type 'class WTF::PassOwnPtr<WTF::Vector<unsigned char> >'
+ https://bugs.webkit.org/show_bug.cgi?id=123601
+
+ Reviewed by Carlos Garcia Campos.
+
+ * WebProcess/Plugins/Netscape/NetscapePluginStream.cpp: Explicitly include the PassOwnPtr.h header
+ as certain configurations on the GTK port don't ensure that the header is included indirectly.
+
2013-11-02 Vitaly Katunin <vkatunin@luxoft.com>
[GTK] invalid application of 'sizeof' to incomplete type
#include "NetscapePlugin.h"
#include <utility>
+#include <wtf/PassOwnPtr.h>
#include <wtf/Vector.h>
using namespace WebCore;