Changeset 158487 in webkit


Ignore:
Timestamp:
Nov 2, 2013 7:34:36 AM (10 years ago)
Author:
zandobersek@gmail.com
Message:

[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.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r158486 r158487  
     12013-11-02  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [GTK] invalid use of incomplete type 'class WTF::PassOwnPtr<WTF::Vector<unsigned char> >'
     4        https://bugs.webkit.org/show_bug.cgi?id=123601
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        * WebProcess/Plugins/Netscape/NetscapePluginStream.cpp: Explicitly include the PassOwnPtr.h header
     9        as certain configurations on the GTK port don't ensure that the header is included indirectly.
     10
    1112013-11-02  Vitaly Katunin  <vkatunin@luxoft.com>
    212
  • trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePluginStream.cpp

    r156688 r158487  
    3131#include "NetscapePlugin.h"
    3232#include <utility>
     33#include <wtf/PassOwnPtr.h>
    3334#include <wtf/Vector.h>
    3435
Note: See TracChangeset for help on using the changeset viewer.