summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/bridge/c/c_class.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/bridge/c/c_class.cpp')
-rw-r--r--Source/WebCore/bridge/c/c_class.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/bridge/c/c_class.cpp b/Source/WebCore/bridge/c/c_class.cpp
index a808946..4f9cdd9 100644
--- a/Source/WebCore/bridge/c/c_class.cpp
+++ b/Source/WebCore/bridge/c/c_class.cpp
@@ -35,6 +35,7 @@
#include <runtime/ScopeChain.h>
#include <runtime/Identifier.h>
#include <runtime/JSLock.h>
+#include <runtime/JSObject.h>
#include <wtf/text/StringHash.h>
namespace JSC { namespace Bindings {