Title: [244132] trunk/Source/WebKit
Revision
244132
Author
[email protected]
Date
2019-04-10 10:12:50 -0700 (Wed, 10 Apr 2019)

Log Message

Unreviewed, drop SuspendedPageProxy data member that is unused after r244075.

* UIProcess/SuspendedPageProxy.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (244131 => 244132)


--- trunk/Source/WebKit/ChangeLog	2019-04-10 17:11:26 UTC (rev 244131)
+++ trunk/Source/WebKit/ChangeLog	2019-04-10 17:12:50 UTC (rev 244132)
@@ -1,3 +1,9 @@
+2019-04-10  Chris Dumez  <[email protected]>
+
+        Unreviewed, drop SuspendedPageProxy data member that is unused after r244075.
+
+        * UIProcess/SuspendedPageProxy.h:
+
 2019-04-10  Antoine Quint  <[email protected]>
 
         Enable Pointer Events on watchOS

Modified: trunk/Source/WebKit/UIProcess/SuspendedPageProxy.h (244131 => 244132)


--- trunk/Source/WebKit/UIProcess/SuspendedPageProxy.h	2019-04-10 17:11:26 UTC (rev 244131)
+++ trunk/Source/WebKit/UIProcess/SuspendedPageProxy.h	2019-04-10 17:12:50 UTC (rev 244132)
@@ -29,7 +29,6 @@
 #include "ProcessThrottler.h"
 #include "WebBackForwardListItem.h"
 #include "WebPageProxyMessages.h"
-#include <WebCore/RegistrableDomain.h>
 #include <wtf/RefCounted.h>
 #include <wtf/WeakPtr.h>
 
@@ -70,7 +69,6 @@
     WebPageProxy& m_page;
     Ref<WebProcessProxy> m_process;
     uint64_t m_mainFrameID;
-    WebCore::RegistrableDomain m_registrableDomain;
     bool m_isClosed { false };
 
     SuspensionState m_suspensionState { SuspensionState::Suspending };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to