[Webkit-unassigned] [Bug 123601] New: [GTK] invalid use of incomplete type 'class WTF::PassOwnPtr<WTF::Vector<unsigned char> >'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 31 17:23:26 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=123601

           Summary: [GTK] invalid use of incomplete type 'class
                    WTF::PassOwnPtr<WTF::Vector<unsigned char> >'
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pochu27 at gmail.com


Building webkitgtk 2.3.1 with GCC 4.8 after applying the fix in bug 123502 I get:

../Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePluginStream.cpp: In member function 'void WebKit::NetscapePluginStream::deliverData(const char*, int)':
../Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePluginStream.cpp:189:58: error: invalid use of incomplete type 'class WTF::PassOwnPtr<WTF::Vector<unsigned char> >'
             m_deliveryData = adoptPtr(new Vector<uint8_t>);
                                                          ^
In file included from ../Source/WebCore/platform/FileSystem.h:34:0,
                 from ./DerivedSources/WebKit2/include/WebCore/FileSystem.h:1,
                 from ../Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePluginStream.h:31,
                 from ../Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePluginStream.cpp:27:
../Source/WTF/wtf/Forward.h:30:28: error: declaration of 'class WTF::PassOwnPtr<WTF::Vector<unsigned char> >'
 template<typename T> class PassOwnPtr;
                            ^
make[2]: *** [Source/WebKit2/WebProcess/Plugins/Netscape/Programs_WebKitPluginProcess-NetscapePluginStream.o] Error 1

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list