⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243410 in webkit


Ignore:
Timestamp:
Mar 23, 2019, 3:56:59 AM (7 years ago)
Author:
Carlos Garcia Campos
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.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r243409 r243410  
     12019-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
    1112019-03-23  Carlos Garcia Campos  <cgarcia@igalia.com>
    212
  • trunk/Source/WebKit/UIProcess/gtk/WebInspectorProxyGtk.cpp

    r243094 r243410  
    339339}
    340340
    341 void WebInspectorProxy::platformShowCertificate(const CertificateInfo&)
     341void WebInspectorProxy::platformShowCertificate(const WebCore::CertificateInfo&)
    342342{
    343343    notImplemented();
Note: See TracChangeset for help on using the changeset viewer.