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/VM.cpp

    r181077 r181214  
    8484#include "TypeProfilerLog.h"
    8585#include "UnlinkedCodeBlock.h"
    86 #include "WeakGCMapInlines.h"
    8786#include "WeakMapData.h"
    8887#include <wtf/ProcessID.h>
     
    155154    , propertyNames(nullptr)
    156155    , emptyList(new MarkedArgumentBuffer)
    157     , stringCache(*this)
    158     , prototypeMap(*this)
    159156    , keywords(std::make_unique<Keywords>(*this))
    160157    , interpreter(0)
Note: See TracChangeset for help on using the changeset viewer.