Title: [243410] trunk/Source/WebKit
Revision
243410
Author
[email protected]
Date
2019-03-23 03:56:59 -0700 (Sat, 23 Mar 2019)

Log Message

Unreviewed. Fix GTK build after r243409.

Build failure is actually unrelated to r243409, it's yet another unified build failure that happens when source
file list changes.

* UIProcess/gtk/WebInspectorProxyGtk.cpp:
(WebKit::WebInspectorProxy::platformShowCertificate): Use WebCore namespace for CertificateInfo parameter.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (243409 => 243410)


--- trunk/Source/WebKit/ChangeLog	2019-03-23 10:37:41 UTC (rev 243409)
+++ trunk/Source/WebKit/ChangeLog	2019-03-23 10:56:59 UTC (rev 243410)
@@ -1,5 +1,15 @@
 2019-03-23  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Fix GTK build after r243409.
+
+        Build failure is actually unrelated to r243409, it's yet another unified build failure that happens when source
+        file list changes.
+
+        * UIProcess/gtk/WebInspectorProxyGtk.cpp:
+        (WebKit::WebInspectorProxy::platformShowCertificate): Use WebCore namespace for CertificateInfo parameter.
+
+2019-03-23  Carlos Garcia Campos  <[email protected]>
+
         [GTK] Remove build time dependency on Geoclue2
         https://bugs.webkit.org/show_bug.cgi?id=195994
 

Modified: trunk/Source/WebKit/UIProcess/gtk/WebInspectorProxyGtk.cpp (243409 => 243410)


--- trunk/Source/WebKit/UIProcess/gtk/WebInspectorProxyGtk.cpp	2019-03-23 10:37:41 UTC (rev 243409)
+++ trunk/Source/WebKit/UIProcess/gtk/WebInspectorProxyGtk.cpp	2019-03-23 10:56:59 UTC (rev 243410)
@@ -338,7 +338,7 @@
         updateInspectorWindowTitle();
 }
 
-void WebInspectorProxy::platformShowCertificate(const CertificateInfo&)
+void WebInspectorProxy::platformShowCertificate(const WebCore::CertificateInfo&)
 {
     notImplemented();
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to