Changeset 64905 in webkit


Ignore:
Timestamp:
Aug 7, 2010 4:47:55 AM (14 years ago)
Author:
abecsi@webkit.org
Message:

2010-08-07 Balazs Kelemen <kb@inf.u-szeged.hu>

Reviewed by Eric Seidel.

NPAPI headers should be included through npruntime_internal.h

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

  • DerivedSources.pro:
  • WebProcess/Plugins/NPJSObject.h:
  • WebProcess/Plugins/NPRuntimeUtilities.h:
  • WebProcess/Plugins/Netscape/NetscapePluginStream.h:
Location:
trunk/WebKit2
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit2/ChangeLog

    r64904 r64905  
     12010-08-07  Balazs Kelemen  <kb@inf.u-szeged.hu>
     2
     3        Reviewed by Eric Seidel.
     4
     5        NPAPI headers should be included through npruntime_internal.h
     6
     7        https://bugs.webkit.org/show_bug.cgi?id=43620
     8
     9        * DerivedSources.pro:
     10        * WebProcess/Plugins/NPJSObject.h:
     11        * WebProcess/Plugins/NPRuntimeUtilities.h:
     12        * WebProcess/Plugins/Netscape/NetscapePluginStream.h:
     13
    1142010-08-07  Balazs Kelemen  <kb@inf.u-szeged.hu>
    215
  • trunk/WebKit2/DerivedSources.pro

    r64545 r64905  
    99    bindings/js/JSPluginElementFunctions.h \
    1010    bridge/IdentifierRep.h \
    11     bridge/npapi.h \
    12     bridge/npruntime.h \
     11    bridge/npruntime_internal.h \
    1312    config.h \
    1413    css/CSSComputedStyleDeclaration.h \
  • trunk/WebKit2/WebProcess/Plugins/NPJSObject.h

    r64444 r64905  
    2828
    2929#include <JavaScriptCore/Protect.h>
    30 #include <WebCore/npruntime.h>
     30#include <WebCore/npruntime_internal.h>
    3131#include <wtf/Noncopyable.h>
    3232
  • trunk/WebKit2/WebProcess/Plugins/NPRuntimeUtilities.h

    r63636 r64905  
    2727#define NPRuntimeUtilities_h
    2828
    29 #include <WebCore/npruntime.h>
     29#include <WebCore/npruntime_internal.h>
    3030
    3131struct NPClass;
  • trunk/WebKit2/WebProcess/Plugins/Netscape/NetscapePluginStream.h

    r64861 r64905  
    2929#include "RunLoop.h"
    3030#include <WebCore/FileSystem.h>
    31 #include <WebCore/npapi.h>
     31#include <WebCore/npruntime_internal.h>
    3232#include <wtf/PassRefPtr.h>
    3333#include <wtf/RefCounted.h>
Note: See TracChangeset for help on using the changeset viewer.