summaryrefslogtreecommitdiffstats
path: root/src/core/web_contents_adapter_client.h
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2013-11-25 15:37:06 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-30 11:57:54 +0100
commit4343bf8fafc3407a87f6c1e3b05476676b405b1c (patch)
tree87513685c6d1c08cfe5c94e83b938662d621f9b8 /src/core/web_contents_adapter_client.h
parent284003c590e79404ebcdd7665f61f7a533bdc0a7 (diff)
WebPage: Implement javaScriptConsoleMessage
And unskip the corresponding autotest. Change-Id: Ida2dcee38b261b2ba4ad0c5c016f5510ed1590a4 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'src/core/web_contents_adapter_client.h')
-rw-r--r--src/core/web_contents_adapter_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/web_contents_adapter_client.h b/src/core/web_contents_adapter_client.h
index 77a02f5e7..598840f1d 100644
--- a/src/core/web_contents_adapter_client.h
+++ b/src/core/web_contents_adapter_client.h
@@ -132,6 +132,7 @@ public:
virtual void didRunJavaScript(const QVariant& result, quint64 requestId) = 0;
virtual void didFetchDocumentMarkup(const QString& result, quint64 requestId) = 0;
virtual void didFetchDocumentInnerText(const QString& result, quint64 requestId) = 0;
+ virtual void javaScriptConsoleMessage(int level, const QString& message, int lineNumber, const QString& sourceID) = 0;
};
#endif // WEB_CONTENTS_ADAPTER_CLIENT_H