summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/android/TemporaryLinkStubs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/android/TemporaryLinkStubs.cpp')
-rw-r--r--WebCore/platform/android/TemporaryLinkStubs.cpp19
1 files changed, 10 insertions, 9 deletions
diff --git a/WebCore/platform/android/TemporaryLinkStubs.cpp b/WebCore/platform/android/TemporaryLinkStubs.cpp
index b00f321..b48f006 100644
--- a/WebCore/platform/android/TemporaryLinkStubs.cpp
+++ b/WebCore/platform/android/TemporaryLinkStubs.cpp
@@ -59,6 +59,7 @@
#include "Icon.h"
#include "IconDatabase.h"
#include "IconLoader.h"
+#include "InspectorFrontend.h"
#include "IntPoint.h"
#if USE(JSC)
@@ -459,7 +460,7 @@ PassRefPtr<SharedBuffer> SharedBuffer::createWithContentsOfFile(const String&)
#if USE(JSC)
namespace JSC { namespace Bindings {
bool dispatchJNICall(ExecState*, const void* targetAppletView, jobject obj, bool isStatic, JNIType returnType,
- jmethodID methodID, jvalue* args, jvalue& result, const char* callingURL, JSValuePtr& exceptionDescription)
+ jmethodID methodID, jvalue* args, jvalue& result, const char* callingURL, JSValue& exceptionDescription)
{
notImplemented();
return false;
@@ -539,6 +540,11 @@ void AXObjectCache::remove(RenderObject*)
notImplemented();
}
+InspectorFrontend::~InspectorFrontend()
+{
+ notImplemented();
+}
+
#if USE(JSC)
using namespace JSC;
@@ -555,15 +561,9 @@ OpaqueJSClassContextData::~OpaqueJSClassContextData()
// as we don't use inspector/*.cpp, add stub here.
+/*
namespace WebCore {
-
-JSValuePtr toJS(ExecState*, Profile*)
-{
- notImplemented();
- return jsNull();
-}
-
-JSValuePtr JavaScriptCallFrame::evaluate(const UString& script, JSValuePtr& exception) const
+JSValue JavaScriptCallFrame::evaluate(const UString& script, JSValue& exception) const
{
notImplemented();
return jsNull();
@@ -663,4 +663,5 @@ void JavaScriptDebugServer::willExecuteProgram(const DebuggerCallFrame&, int, in
{
notImplemented();
}
+*/
#endif