summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/android
diff options
context:
space:
mode:
authorSteve Block <steveblock@chromium.org>2012-02-16 10:07:32 +0000
committerSteve Block <steveblock@google.com>2012-02-16 12:19:54 +0000
commit9d5e9234a371d13bf55a779a6257ae5e277bfb1b (patch)
tree6a61ed35840162994c20fcf46726c75b8f96ac70 /Source/WebCore/platform/android
parent072ed0a209fd8f03b226c5c0fcea994b587c1e66 (diff)
downloadexternal_webkit-9d5e9234a371d13bf55a779a6257ae5e277bfb1b.zip
external_webkit-9d5e9234a371d13bf55a779a6257ae5e277bfb1b.tar.gz
external_webkit-9d5e9234a371d13bf55a779a6257ae5e277bfb1b.tar.bz2
Remove JSC-specific code and V8 guards from Android-specific code
Also removes such code from downstream edits to non-Android-specific code. Bug: 5495373 Change-Id: I478824af2e6ff0eff9a43a9534c2a5ee0e99e9f8
Diffstat (limited to 'Source/WebCore/platform/android')
-rw-r--r--Source/WebCore/platform/android/TemporaryLinkStubs.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/Source/WebCore/platform/android/TemporaryLinkStubs.cpp b/Source/WebCore/platform/android/TemporaryLinkStubs.cpp
index ca9f24d..7df3e8c 100644
--- a/Source/WebCore/platform/android/TemporaryLinkStubs.cpp
+++ b/Source/WebCore/platform/android/TemporaryLinkStubs.cpp
@@ -80,13 +80,6 @@
#include <wtf/MainThread.h>
#include <wtf/text/CString.h>
-#if USE(JSC)
-#include "API/JSClassRef.h"
-#include "JNIUtilityPrivate.h"
-#include "JavaScriptCallFrame.h"
-#include "ScriptDebugServer.h"
-#endif
-
using namespace WebCore;
/********************************************************/
@@ -394,18 +387,6 @@ PassRefPtr<SharedBuffer> SharedBuffer::createWithContentsOfFile(const String&)
}
-#if USE(JSC)
-namespace JSC { namespace Bindings {
-bool dispatchJNICall(ExecState*, const void* targetAppletView, jobject obj, bool isStatic, JavaType returnType,
- jmethodID methodID, jvalue* args, jvalue& result, const char* callingURL, JSValue& exceptionDescription)
-{
- notImplemented();
- return false;
-}
-
-} } // namespace Bindings
-#endif
-
char* dirname(const char*)
{
notImplemented();