OSDN Git Service

Use NPAPI headers from WebCore/bridge/ rather than those from V8Bindings/npapi/.
authorSteve Block <steveblock@google.com>
Mon, 26 Oct 2009 18:08:41 +0000 (18:08 +0000)
committerSteve Block <steveblock@google.com>
Wed, 28 Oct 2009 17:25:17 +0000 (17:25 +0000)
commitb999781071d8167a543e0e48ad25d51178d713d1
treef1e84ab516bfb5c6e4b0b5e25fe7853efce9771d
parent7b035dc1012763a04adddc6de25256647fea50bd
Use NPAPI headers from WebCore/bridge/ rather than those from V8Bindings/npapi/.

The files in question are npapi.h and npruntime.h. The Android versions at
V8Bindings/npapi/ are identical to the WebKit versions, other than a couple of
trivial changes, which are accounted for in this patch.

Change-Id: I998a5863181283aa6153c84a745b1923d9b5721b
V8Binding/V8Binding.derived.mk
V8Binding/jni/jni_npobject.cpp
V8Binding/npapi/README [deleted file]
V8Binding/npapi/npapi.h [deleted file]
V8Binding/npapi/npruntime.h [deleted file]
WebCore/bindings/v8/npruntime.cpp
WebCore/bridge/npapi.h
WebKit/android/jni/WebCoreFrameBridge.cpp