Changeset 239114 in webkit


Ignore:
Timestamp:
Dec 12, 2018 10:37:16 AM (5 years ago)
Author:
Chris Dumez
Message:

Unreviewed attempt to fix GTK build after r239104.

  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::performDragControllerAction):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r239112 r239114  
     12018-12-12  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed attempt to fix GTK build after r239104.
     4
     5        * UIProcess/WebPageProxy.cpp:
     6        (WebKit::WebPageProxy::performDragControllerAction):
     7
    182018-12-12  Chris Dumez  <cdumez@apple.com>
    29
  • trunk/Source/WebKit/UIProcess/WebPageProxy.cpp

    r239104 r239114  
    20152015    String url = dragData.asURL();
    20162016    if (!url.isEmpty())
    2017         m_process->assumeReadAccessToBaseURL(url);
     2017        m_process->assumeReadAccessToBaseURL(*this, url);
    20182018
    20192019    ASSERT(dragData.platformData());
Note: See TracChangeset for help on using the changeset viewer.