summaryrefslogtreecommitdiffstats
path: root/WebCore/bridge/jni/jni_runtime.cpp
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2009-12-04 15:36:28 +0000
committerSteve Block <steveblock@google.com>2009-12-07 13:22:51 +0000
commit1d68587ce0a52acb0cb724ac362cee0a14bf1e8f (patch)
tree68fedd6510052622afedda1cd67a72d08a02d2c7 /WebCore/bridge/jni/jni_runtime.cpp
parent6c9687c05aead139d549da6cfcccdfd65d2f4d26 (diff)
downloadexternal_webkit-1d68587ce0a52acb0cb724ac362cee0a14bf1e8f.zip
external_webkit-1d68587ce0a52acb0cb724ac362cee0a14bf1e8f.tar.gz
external_webkit-1d68587ce0a52acb0cb724ac362cee0a14bf1e8f.tar.bz2
Moves JSC-specific functions from jni_utility and moves them to a new jsc/jni_utility_private.h.
See https://bugs.webkit.org/show_bug.cgi?id=32157 Change-Id: I1f7f0bb6fa9e72ee3eeb31160e0a828b3d076fee
Diffstat (limited to 'WebCore/bridge/jni/jni_runtime.cpp')
-rw-r--r--WebCore/bridge/jni/jni_runtime.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/bridge/jni/jni_runtime.cpp b/WebCore/bridge/jni/jni_runtime.cpp
index d7d0696..be11981 100644
--- a/WebCore/bridge/jni/jni_runtime.cpp
+++ b/WebCore/bridge/jni/jni_runtime.cpp
@@ -28,8 +28,8 @@
#if ENABLE(MAC_JAVA_BRIDGE)
-#include <jni_utility.h>
-
+#include "jni_utility.h"
+#include "jni_utility_private.h"
#include "runtime_array.h"
#include "runtime_object.h"
#include "runtime_root.h"