summaryrefslogtreecommitdiffstats
path: root/WebCore/bridge/runtime_method.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bridge/runtime_method.h')
-rw-r--r--WebCore/bridge/runtime_method.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bridge/runtime_method.h b/WebCore/bridge/runtime_method.h
index 9676048..148be32 100644
--- a/WebCore/bridge/runtime_method.h
+++ b/WebCore/bridge/runtime_method.h
@@ -26,7 +26,7 @@
#ifndef RUNTIME_FUNCTION_H_
#define RUNTIME_FUNCTION_H_
-#include "runtime.h"
+#include "Bridge.h"
#include <runtime/InternalFunction.h>
#include <runtime/JSGlobalObject.h>
#include <wtf/OwnPtr.h>