summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-06-27 19:43:22 +0200
committerAndras Becsi <andras.becsi@digia.com>2013-06-27 20:44:03 +0200
commit1a15e31a17a2073bf91f665d6770840f0f3e2999 (patch)
tree1d107c070f3996044f0e3958fcd3d84204dc673c /shared
parent2df21ce79b3e53ed2228c19fcd8b652d23c89c79 (diff)
CreateViewForWidget must return a value.
Change-Id: I4057758500b01ba3b55f7521c9b6384f94ed4255 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'shared')
-rw-r--r--shared/shared_globals.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/shared_globals.cpp b/shared/shared_globals.cpp
index 082a84215..a89e2df6c 100644
--- a/shared/shared_globals.cpp
+++ b/shared/shared_globals.cpp
@@ -68,6 +68,7 @@ namespace content {
RenderWidgetHostView* RenderWidgetHostView::CreateViewForWidget(RenderWidgetHost*) {
// WebContentsViewQt should take care of this directly.
Q_ASSERT(false);
+ return nullptr;
}
// static