Changeset 243410 in webkit
- Timestamp:
- Mar 23, 2019, 3:56:59 AM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/gtk/WebInspectorProxyGtk.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r243409 r243410 1 2019-03-23 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Fix GTK build after r243409. 4 5 Build failure is actually unrelated to r243409, it's yet another unified build failure that happens when source 6 file list changes. 7 8 * UIProcess/gtk/WebInspectorProxyGtk.cpp: 9 (WebKit::WebInspectorProxy::platformShowCertificate): Use WebCore namespace for CertificateInfo parameter. 10 1 11 2019-03-23 Carlos Garcia Campos <cgarcia@igalia.com> 2 12 -
trunk/Source/WebKit/UIProcess/gtk/WebInspectorProxyGtk.cpp
r243094 r243410 339 339 } 340 340 341 void WebInspectorProxy::platformShowCertificate(const CertificateInfo&)341 void WebInspectorProxy::platformShowCertificate(const WebCore::CertificateInfo&) 342 342 { 343 343 notImplemented();
Note:
See TracChangeset
for help on using the changeset viewer.