Changeset 122664 in webkit


Ignore:
Timestamp:
Jul 14, 2012 1:59:16 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r122614.
http://trac.webkit.org/changeset/122614
https://bugs.webkit.org/show_bug.cgi?id=91317

Broke performance tests (Requested by rniwa on #webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-07-14

  • bindings/v8/V8Binding.cpp:

(WebCore::StringCache::v8ExternalStringSlow):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r122663 r122664  
     12012-07-14  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r122614.
     4        http://trac.webkit.org/changeset/122614
     5        https://bugs.webkit.org/show_bug.cgi?id=91317
     6
     7        Broke performance tests (Requested by rniwa on #webkit).
     8
     9        * bindings/v8/V8Binding.cpp:
     10        (WebCore::StringCache::v8ExternalStringSlow):
     11
    1122012-07-05  Robert Hogan  <robert@webkit.org>
    213
  • trunk/Source/WebCore/bindings/v8/V8Binding.cpp

    r122614 r122664  
    494494
    495495    stringImpl->ref();
    496     wrapper.MarkIndependent();
    497496    wrapper.MakeWeak(stringImpl, cachedStringCallback);
    498497    m_stringCache.set(stringImpl, *wrapper);
Note: See TracChangeset for help on using the changeset viewer.