diff --git a/lib/blinqpage.cpp b/lib/blinqpage.cpp
index 84223fc2b4ceae09783c42f9d7db99a1376ff3c1..32948adab62c46028c46fafa54e1704a4ec12add 100644
--- a/lib/blinqpage.cpp
+++ b/lib/blinqpage.cpp
@@ -87,9 +87,10 @@ public:
         content::RenderViewHostDelegate* delegate,
         content::RenderWidgetHostDelegate* widget_delegate,
         int routing_id,
+        int main_frame_routing_id,
         bool swapped_out,
         content::SessionStorageNamespace* session_storage_namespace)
-        : content::RenderViewHostImpl(instance, delegate, widget_delegate, routing_id, swapped_out, session_storage_namespace)
+        : content::RenderViewHostImpl(instance, delegate, widget_delegate, routing_id, main_frame_routing_id, swapped_out, session_storage_namespace)
     {
         SetView(new content::RenderWidgetHostViewQt(this));
     }