Changeset 69791 in webkit


Ignore:
Timestamp:
Oct 14, 2010 12:22:38 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-10-14 Dawit Alemayehu <adawit@kde.org>

Reviewed by Andreas Kling.

Fix compile error when bulding webkit's Qt port using the "--v8" option.
https://bugs.webkit.org/show_bug.cgi?id=47455

  • platform/qt/PlatformBridge.h:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r69786 r69791  
     12010-10-14  Dawit Alemayehu  <adawit@kde.org>
     2
     3        Reviewed by Andreas Kling.
     4
     5        Fix compile error when bulding webkit's Qt port using the "--v8" option.
     6        https://bugs.webkit.org/show_bug.cgi?id=47455
     7
     8        * platform/qt/PlatformBridge.h:
     9
    1102010-10-01  Martin Robinson  <mrobinson@igalia.com>
    211
  • trunk/WebCore/platform/qt/PlatformBridge.h

    r67333 r69791  
    2828
    2929#include "KURL.h"
    30 #include "npapi.h"
    3130#include "PlatformString.h"
    3231
     
    7877
    7978
    80 class NPObject;
     79typedef struct NPObject NPObject;
     80typedef struct _NPP NPP_t;
     81typedef NPP_t* NPP;
    8182
    8283namespace WebCore {
Note: See TracChangeset for help on using the changeset viewer.