Skip to content
  • ggaren's avatar
    LayoutTests: · 7e95087c
    ggaren authored
            Reviewed by Beth.
            
            Now that we garbage collect after reinitalizing the global object, not
            before, we have more free memory, so a custom property that used to
            get collected during the initialization phase of this test now avoids
            getting collected until the collection phase.
    
            * fast/dom/gc-9-expected.txt:
            * fast/dom/gc-9.html:
    
    WebCore:
    
            Reviewed by Beth.
    
            * bindings/js/kjs_window.cpp:
            (KJS::Window::clear): Garbage collect after reinitalizing the global
            object, not before, since the reinitialization tends to create garbage.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15285 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    7e95087c