Changeset 149568 in webkit


Ignore:
Timestamp:
May 4, 2013 1:29:32 PM (11 years ago)
Author:
akling@apple.com
Message:

Unreviewed, rolling out r149563.
http://trac.webkit.org/changeset/149563
https://bugs.webkit.org/show_bug.cgi?id=115587

Broke LLInt build.

  • wtf/text/StringImpl.h:

(StringImpl):

Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r149563 r149568  
     12013-05-04  Andreas Kling  <akling@apple.com>
     2
     3        Unreviewed, rolling out r149563.
     4        http://trac.webkit.org/changeset/149563
     5        https://bugs.webkit.org/show_bug.cgi?id=115587
     6
     7        Broke LLInt build.
     8
     9        * wtf/text/StringImpl.h:
     10        (StringImpl):
     11
    1122013-05-04  Xan Lopez  <xlopez@igalia.com>
    213
  • trunk/Source/WTF/wtf/text/StringImpl.h

    r149563 r149568  
    5252namespace JSC {
    5353struct IdentifierASCIIStringTranslator;
     54namespace LLInt { class Data; }
    5455class LLIntOffsetsExtractor;
    5556template <typename T> struct IdentifierCharBufferTranslator;
     
    144145    friend struct WTF::UCharBufferTranslator;
    145146    friend class AtomicStringImpl;
     147    friend class JSC::LLInt::Data;
    146148    friend class JSC::LLIntOffsetsExtractor;
    147149   
Note: See TracChangeset for help on using the changeset viewer.