OSDN Git Service

Move V8 jni_instance to bridge/jni/v8/JavaInstanceV8 and fix style
authorSteve Block <steveblock@google.com>
Thu, 21 Jan 2010 15:36:39 +0000 (15:36 +0000)
committerSteve Block <steveblock@google.com>
Thu, 21 Jan 2010 18:21:54 +0000 (18:21 +0000)
commit40c8c4abfc2d689e4aa21c5dfab61ce45e45b38b
treee67974ff50fbafbdfbd4149ef08886c273a5deaf
parentbd0a8b8ddfa1230848d33782c0e0f04f739dd550
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
Android.mk
V8Binding/jni/jni_npobject.cpp
V8Binding/jni/jni_runtime.h
WebCore/Android.v8bindings.mk
WebCore/bridge/jni/v8/JavaInstanceV8.cpp [moved from V8Binding/jni/jni_instance.cpp with 54% similarity]
WebCore/bridge/jni/v8/JavaInstanceV8.h [moved from V8Binding/jni/jni_instance.h with 75% similarity]
WebKit/android/jni/WebCoreFrameBridge.cpp