Title: [207224] trunk/Source/WebKit2
- Revision
- 207224
- Author
- [email protected]
- Date
- 2016-10-12 10:31:03 -0700 (Wed, 12 Oct 2016)
Log Message
Remove an unused function
https://bugs.webkit.org/show_bug.cgi?id=163341
Reviewed by Dan Bernstein.
* WebProcess/WebPage/WebBackForwardListProxy.cpp:
(WebKit::WebBackForwardListProxy::isActive): Deleted.
* WebProcess/WebPage/WebBackForwardListProxy.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (207223 => 207224)
--- trunk/Source/WebKit2/ChangeLog 2016-10-12 17:22:55 UTC (rev 207223)
+++ trunk/Source/WebKit2/ChangeLog 2016-10-12 17:31:03 UTC (rev 207224)
@@ -1,3 +1,14 @@
+2016-10-12 Anders Carlsson <[email protected]>
+
+ Remove an unused function
+ https://bugs.webkit.org/show_bug.cgi?id=163341
+
+ Reviewed by Dan Bernstein.
+
+ * WebProcess/WebPage/WebBackForwardListProxy.cpp:
+ (WebKit::WebBackForwardListProxy::isActive): Deleted.
+ * WebProcess/WebPage/WebBackForwardListProxy.h:
+
2016-10-11 Gyuyoung Kim <[email protected]>
[EFL] Update API tests which are passed or failed
Modified: trunk/Source/WebKit2/WebProcess/WebPage/WebBackForwardListProxy.cpp (207223 => 207224)
--- trunk/Source/WebKit2/WebProcess/WebPage/WebBackForwardListProxy.cpp 2016-10-12 17:22:55 UTC (rev 207223)
+++ trunk/Source/WebKit2/WebProcess/WebPage/WebBackForwardListProxy.cpp 2016-10-12 17:31:03 UTC (rev 207224)
@@ -221,12 +221,6 @@
m_page = nullptr;
}
-bool WebBackForwardListProxy::isActive()
-{
- // FIXME: Should check the the list is enabled and has non-zero capacity.
- return true;
-}
-
void WebBackForwardListProxy::clear()
{
m_page->send(Messages::WebPageProxy::BackForwardClear());
Modified: trunk/Source/WebKit2/WebProcess/WebPage/WebBackForwardListProxy.h (207223 => 207224)
--- trunk/Source/WebKit2/WebProcess/WebPage/WebBackForwardListProxy.h 2016-10-12 17:22:55 UTC (rev 207223)
+++ trunk/Source/WebKit2/WebProcess/WebPage/WebBackForwardListProxy.h 2016-10-12 17:31:03 UTC (rev 207224)
@@ -57,8 +57,6 @@
int backListCount() override;
int forwardListCount() override;
- virtual bool isActive();
-
void close() override;
#if PLATFORM(IOS)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes