Changeset 73268 in webkit


Ignore:
Timestamp:
Dec 3, 2010 9:42:53 AM (13 years ago)
Author:
Patrick Gansterer
Message:

2010-12-03 Patrick Gansterer <Patrick Gansterer>

Reviewed by Andreas Kling.

Move StringHaiku.cpp into wtf directory
https://bugs.webkit.org/show_bug.cgi?id=50057

  • wtf/haiku/StringHaiku.cpp: Renamed from WebCore/platform/text/haiku/StringHaiku.cpp. (WTF::String::String): (WTF::String::operator BString):

2010-12-03 Patrick Gansterer <Patrick Gansterer>

Reviewed by Andreas Kling.

Move StringHaiku.cpp into wtf directory
https://bugs.webkit.org/show_bug.cgi?id=50057

  • platform/text/haiku/StringHaiku.cpp: Removed.
Location:
trunk
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r73225 r73268  
     12010-12-03  Patrick Gansterer  <paroga@webkit.org>
     2
     3        Reviewed by Andreas Kling.
     4
     5        Move StringHaiku.cpp into wtf directory
     6        https://bugs.webkit.org/show_bug.cgi?id=50057
     7
     8        * wtf/haiku/StringHaiku.cpp: Renamed from WebCore/platform/text/haiku/StringHaiku.cpp.
     9        (WTF::String::String):
     10        (WTF::String::operator BString):
     11
    1122010-12-02  Geoffrey Garen  <ggaren@apple.com>
    213
  • trunk/JavaScriptCore/wtf/haiku/StringHaiku.cpp

    • Property svn:eol-style set to native
    r73266 r73268  
    2626#include "config.h"
    2727#include "PlatformString.h"
    28 #include <wtf/text/CString.h>
    2928
    3029#include <String.h>
     30#include <wtf/text/CString.h>
    3131
    3232namespace WTF {
     
    4949}
    5050
    51 } // namespace WebCore
    52 
     51} // namespace WTF
  • trunk/WebCore/ChangeLog

    r73267 r73268  
     12010-12-03  Patrick Gansterer  <paroga@webkit.org>
     2
     3        Reviewed by Andreas Kling.
     4
     5        Move StringHaiku.cpp into wtf directory
     6        https://bugs.webkit.org/show_bug.cgi?id=50057
     7
     8        * platform/text/haiku/StringHaiku.cpp: Removed.
     9
    1102010-12-03  Jessie Berlin  <jberlin@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.