summaryrefslogtreecommitdiff
path: root/lib/web_contents_delegate_qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/web_contents_delegate_qt.cpp')
-rw-r--r--lib/web_contents_delegate_qt.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/web_contents_delegate_qt.cpp b/lib/web_contents_delegate_qt.cpp
index 877d1cafc..c2840b608 100644
--- a/lib/web_contents_delegate_qt.cpp
+++ b/lib/web_contents_delegate_qt.cpp
@@ -113,3 +113,8 @@ void WebContentsDelegateQt::DidUpdateFaviconURL(int32 page_id, const std::vector
}
}
}
+
+content::JavaScriptDialogManager *WebContentsDelegateQt::GetJavaScriptDialogManager()
+{
+ return JavaScriptDialogManagerQt::GetInstance();
+}