Changeset 50980 in webkit


Ignore:
Timestamp:
Nov 13, 2009 4:39:40 PM (14 years ago)
Author:
eric@webkit.org
Message:

2009-11-13 Eric Seidel <eric@webkit.org>

No review, build fix only.

Fix Windows and Chromium builds after http://trac.webkit.org/changeset/50977.

Unify TextBoundaries implementations by only relying on WTF Unicode abstractions
https://bugs.webkit.org/show_bug.cgi?id=31468

  • WebCore.gypi: Rename TextBoundariesICU -> TextBoundaries
  • WebCore.vcproj/WebCore.vcproj: Rename TextBoundariesICU -> TextBoundaries
Location:
trunk/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r50979 r50980  
     12009-11-13  Eric Seidel  <eric@webkit.org>
     2
     3        No review, build fix only.
     4
     5        Fix Windows and Chromium builds after http://trac.webkit.org/changeset/50977.
     6
     7        Unify TextBoundaries implementations by only relying on WTF Unicode abstractions
     8        https://bugs.webkit.org/show_bug.cgi?id=31468
     9
     10        * WebCore.gypi: Rename TextBoundariesICU -> TextBoundaries
     11        * WebCore.vcproj/WebCore.vcproj: Rename TextBoundariesICU -> TextBoundaries
     12
    1132009-11-12  Jeremy Orlow  <jorlow@chromium.org>
    214
  • trunk/WebCore/WebCore.gypi

    r50968 r50980  
    25822582            'platform/text/StringImpl.h',
    25832583            'platform/text/TextBoundaries.h',
    2584             'platform/text/TextBoundariesICU.cpp',
     2584            'platform/text/TextBoundaries.cpp',
    25852585            'platform/text/TextBreakIterator.h',
    25862586            'platform/text/TextBreakIteratorICU.cpp',
  • trunk/WebCore/WebCore.vcproj/WebCore.vcproj

    r50968 r50980  
    2517925179                                </File>
    2518025180                                <File
    25181                                         RelativePath="..\platform\text\TextBoundariesICU.cpp"
     25181                                        RelativePath="..\platform\text\TextBoundaries.cpp"
    2518225182                                        >
    2518325183                                </File>
Note: See TracChangeset for help on using the changeset viewer.