summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/qt/PlatformBridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/qt/PlatformBridge.h')
-rw-r--r--WebCore/platform/qt/PlatformBridge.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/WebCore/platform/qt/PlatformBridge.h b/WebCore/platform/qt/PlatformBridge.h
index 918e139..e478d8f 100644
--- a/WebCore/platform/qt/PlatformBridge.h
+++ b/WebCore/platform/qt/PlatformBridge.h
@@ -27,7 +27,6 @@
#define PlatformBridge_h
#include "KURL.h"
-#include "npapi.h"
#include "PlatformString.h"
#include <wtf/Vector.h>
@@ -77,7 +76,9 @@
static_cast<size_t>(!(sizeof(a) % sizeof(*(a)))))
-class NPObject;
+typedef struct NPObject NPObject;
+typedef struct _NPP NPP_t;
+typedef NPP_t* NPP;
namespace WebCore {