Changeset 142055 in webkit


Ignore:
Timestamp:
Feb 6, 2013, 4:47:03 PM (12 years ago)
Author:
enrica@apple.com
Message:

ASSERT(!m_findPageOverlay) in FindController.cpp after r140769.
https://bugs.webkit.org/show_bug.cgi?id=109105.

Reviewed by Tim Horton.

In r140769 we changed the way the overlay is destroyed,
therefore the assert is no longer valid and should be removed.

  • WebProcess/WebPage/FindController.cpp:

(WebKit::FindController::updateFindUIAfterPageScroll):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r142044 r142055  
     12013-02-06  Enrica Casucci  <enrica@apple.com>
     2
     3        ASSERT(!m_findPageOverlay) in FindController.cpp after r140769.
     4        https://bugs.webkit.org/show_bug.cgi?id=109105.
     5
     6        Reviewed by Tim Horton.
     7
     8        In r140769 we changed the way the overlay is destroyed,
     9        therefore the assert is no longer valid and should be removed.
     10
     11        * WebProcess/WebPage/FindController.cpp:
     12        (WebKit::FindController::updateFindUIAfterPageScroll):
     13
    1142013-02-06  Anders Carlsson  <andersca@apple.com>
    215
  • trunk/Source/WebKit2/WebProcess/WebPage/FindController.cpp

    r140769 r142055  
    165165            // Get rid of the overlay.
    166166            m_webPage->uninstallPageOverlay(m_findPageOverlay, true);
    167         }
    168        
    169         ASSERT(!m_findPageOverlay);
     167        }       
    170168    } else {
    171169        if (!m_findPageOverlay) {
Note: See TracChangeset for help on using the changeset viewer.