Ignore:
Timestamp:
Mar 7, 2015, 2:20:54 PM (10 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r181010.
https://bugs.webkit.org/show_bug.cgi?id=142442

Broke media/video-src-invalid-poster.html (Requested by kling
on #webkit).

Reverted changeset:

"Stale entries in WeakGCMaps are keeping tons of WeakBlocks
alive unnecessarily."
https://bugs.webkit.org/show_bug.cgi?id=142115
http://trac.webkit.org/changeset/181010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/Structure.cpp

    r181010 r181214  
    3737#include "StructureChain.h"
    3838#include "StructureRareDataInlines.h"
    39 #include "WeakGCMapInlines.h"
    4039#include <wtf/CommaPrinter.h>
    4140#include <wtf/ProcessID.h>
     
    9291        // This handles the second transition being added
    9392        // (or the first transition being despecified!)
    94         setMap(new TransitionMap(vm));
     93        setMap(new TransitionMap());
    9594        add(vm, existingTransition);
    9695    }
Note: See TracChangeset for help on using the changeset viewer.