summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebViewCore.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/android/jni/WebViewCore.h')
-rw-r--r--WebKit/android/jni/WebViewCore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/android/jni/WebViewCore.h b/WebKit/android/jni/WebViewCore.h
index 7f8aebd..c60a12c 100644
--- a/WebKit/android/jni/WebViewCore.h
+++ b/WebKit/android/jni/WebViewCore.h
@@ -179,6 +179,8 @@ namespace android {
const WebCore::String& databaseIdentifier,
const unsigned long long currentQuota);
+ void addMessageToConsole(const String& message, unsigned int lineNumber, const String& sourceID);
+
//
// Followings support calls from Java to native WebCore
//