Title: [258449] trunk/Source/WebKit
Revision
258449
Author
cdu...@apple.com
Date
2020-03-13 16:57:20 -0700 (Fri, 13 Mar 2020)

Log Message

Unreviewed, drop unused variable in WebPageProxy::backForwardGoToItem().

* UIProcess/WebPageProxy.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (258448 => 258449)


--- trunk/Source/WebKit/ChangeLog	2020-03-13 23:35:40 UTC (rev 258448)
+++ trunk/Source/WebKit/ChangeLog	2020-03-13 23:57:20 UTC (rev 258449)
@@ -1,3 +1,9 @@
+2020-03-13  Chris Dumez  <cdu...@apple.com>
+
+        Unreviewed, drop unused variable in WebPageProxy::backForwardGoToItem().
+
+        * UIProcess/WebPageProxy.cpp:
+
 2020-03-13  John Wilander  <wilan...@apple.com>
 
         Remove unused code related to removePrevalentDomains()

Modified: trunk/Source/WebKit/UIProcess/WebPageProxy.cpp (258448 => 258449)


--- trunk/Source/WebKit/UIProcess/WebPageProxy.cpp	2020-03-13 23:35:40 UTC (rev 258448)
+++ trunk/Source/WebKit/UIProcess/WebPageProxy.cpp	2020-03-13 23:57:20 UTC (rev 258449)
@@ -6169,7 +6169,6 @@
     if (m_provisionalPage)
         return completionHandler({ }, m_backForwardList->counts());
 
-    SandboxExtension::Handle sandboxExtensionHandle;
     backForwardGoToItemShared(m_process.copyRef(), itemID, WTFMove(completionHandler));
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to