summaryrefslogtreecommitdiffstats
path: root/WebKit
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-01-21 15:36:39 +0000
committerSteve Block <steveblock@google.com>2010-01-21 18:21:54 +0000
commit40c8c4abfc2d689e4aa21c5dfab61ce45e45b38b (patch)
treee67974ff50fbafbdfbd4149ef08886c273a5deaf /WebKit
parentbd0a8b8ddfa1230848d33782c0e0f04f739dd550 (diff)
downloadexternal_webkit-40c8c4abfc2d689e4aa21c5dfab61ce45e45b38b.zip
external_webkit-40c8c4abfc2d689e4aa21c5dfab61ce45e45b38b.tar.gz
external_webkit-40c8c4abfc2d689e4aa21c5dfab61ce45e45b38b.tar.bz2
Move V8 jni_instance to bridge/jni/v8/JavaInstanceV8 and fix style
This is the V8 equivalent of http://trac.webkit.org/changeset/53412 It is being upstreamed to webkit.org in https://bugs.webkit.org/show_bug.cgi?id=33951 Change-Id: Id22d59b7a5e0be72d594d454bb41c58760d824ff
Diffstat (limited to 'WebKit')
-rw-r--r--WebKit/android/jni/WebCoreFrameBridge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/jni/WebCoreFrameBridge.cpp b/WebKit/android/jni/WebCoreFrameBridge.cpp
index d807808..5c52d3c 100644
--- a/WebKit/android/jni/WebCoreFrameBridge.cpp
+++ b/WebKit/android/jni/WebCoreFrameBridge.cpp
@@ -67,7 +67,7 @@
#include <runtime/JSLock.h>
#elif USE(V8)
#include "jni_npobject.h"
-#include "jni_instance.h"
+#include "JavaInstanceV8.h"
#endif // USE(JSC)
#include "KURL.h"