summaryrefslogtreecommitdiffstats
path: root/WebCore/bridge/c/c_instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bridge/c/c_instance.h')
-rw-r--r--WebCore/bridge/c/c_instance.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/bridge/c/c_instance.h b/WebCore/bridge/c/c_instance.h
index f9e9de3..7109582 100644
--- a/WebCore/bridge/c/c_instance.h
+++ b/WebCore/bridge/c/c_instance.h
@@ -28,9 +28,9 @@
#if ENABLE(NETSCAPE_PLUGIN_API)
-#include "runtime.h"
-#include <wtf/PassRefPtr.h>
+#include "Bridge.h"
#include "runtime_root.h"
+#include <wtf/PassRefPtr.h>
typedef struct NPObject NPObject;