Changeset 153498 in webkit


Ignore:
Timestamp:
Jul 30, 2013 3:17:20 PM (11 years ago)
Author:
ap@apple.com
Message:

REGRESSION(r139282): Fix document leak when selection is created inside the document
https://bugs.webkit.org/show_bug.cgi?id=119122

OK'd by Ryosuke Niwa.

The added test was very flaky. Trying to make it better with a gc() call at the beginning.

  • editing/selection/leak-document-with-selection-inside.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r153496 r153498  
     12013-07-30  Alexey Proskuryakov  <ap@apple.com>
     2
     3        REGRESSION(r139282): Fix document leak when selection is created inside the document
     4        https://bugs.webkit.org/show_bug.cgi?id=119122
     5
     6        OK'd by Ryosuke Niwa.
     7
     8        The added test was very flaky. Trying to make it better with a gc() call at the beginning.
     9
     10        * editing/selection/leak-document-with-selection-inside.html:
     11
    1122013-07-30  Alexey Proskuryakov  <ap@apple.com>
    213
  • trunk/LayoutTests/editing/selection/leak-document-with-selection-inside.html

    r153366 r153498  
    1010if (window.internals)
    1111    jsTestIsAsync = true;
     12
     13gc();
    1214
    1315var originalNumberOfLiveDocuments = 0;
Note: See TracChangeset for help on using the changeset viewer.