[Webkit-unassigned] [Bug 201337] New: [GTK] Build failure in Debian Stable and Ubuntu LTS bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 30 04:42:10 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=201337

            Bug ID: 201337
           Summary: [GTK] Build failure in Debian Stable and Ubuntu LTS
                    bots
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: psaavedra at igalia.com
                CC: bugs-noreply at webkitgtk.org

Ubuntu LTS bot is failing: https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20Ubuntu%20LTS%20%28Build%29/builds/24412
Debian Stable bot is failing: https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20Debian%20Stable%20%28Build%29/builds/24796

the error is due to the disassociation did in:

```
  Dissociate the WebPageProxy's identifier from the WebPage's
​  https://bugs.webkit.org/show_bug.cgi?id=201233

  (https://trac.webkit.org/changeset/249275/webkit/)

  svn diff -c  249275 
```


```
Index: Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm
===================================================================
--- Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm      (revision 249274)
+++ Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm      (revision 249275)
@@ -877,7 +877,7 @@
     [_contentView _webViewDestroyed];

     if (_remoteObjectRegistry)
-        _page->process().processPool().removeMessageReceiver(Messages::RemoteObjectRegistry::messageReceiverName(), _page->pageID());
+        _page->process().processPool().removeMessageReceiver(Messages::RemoteObjectRegistry::messageReceiverName(), _page->webPageID());
 #endif

     _page->close();
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190830/6d511a95/attachment.html>


More information about the webkit-unassigned mailing list