Changeset 207224 in webkit


Ignore:
Timestamp:
Oct 12, 2016 10:31:03 AM (7 years ago)
Author:
andersca@apple.com
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:
Location:
trunk/Source/WebKit2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r207191 r207224  
     12016-10-12  Anders Carlsson  <andersca@apple.com>
     2
     3        Remove an unused function
     4        https://bugs.webkit.org/show_bug.cgi?id=163341
     5
     6        Reviewed by Dan Bernstein.
     7
     8        * WebProcess/WebPage/WebBackForwardListProxy.cpp:
     9        (WebKit::WebBackForwardListProxy::isActive): Deleted.
     10        * WebProcess/WebPage/WebBackForwardListProxy.h:
     11
    1122016-10-11  Gyuyoung Kim  <gyuyoung.kim@navercorp.com>
    213
  • trunk/Source/WebKit2/WebProcess/WebPage/WebBackForwardListProxy.cpp

    r197244 r207224  
    222222}
    223223
    224 bool WebBackForwardListProxy::isActive()
    225 {
    226     // FIXME: Should check the the list is enabled and has non-zero capacity.
    227     return true;
    228 }
    229 
    230224void WebBackForwardListProxy::clear()
    231225{
  • trunk/Source/WebKit2/WebProcess/WebPage/WebBackForwardListProxy.h

    r204466 r207224  
    5858    int forwardListCount() override;
    5959
    60     virtual bool isActive();
    61 
    6260    void close() override;
    6361
Note: See TracChangeset for help on using the changeset viewer.