Changeset 50962 in webkit


Ignore:
Timestamp:
Nov 13, 2009 12:29:54 PM (14 years ago)
Author:
eric@webkit.org
Message:

2009-11-13 İsmail Dönmez <ismail@namtrac.org>

Reviewed by Antti Koivisto.

Fix typo, ce_time.cpp should be ce_time.c

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r50927 r50962  
     12009-11-13  İsmail Dönmez  <ismail@namtrac.org>
     2
     3        Reviewed by Antti Koivisto.
     4
     5        Fix typo, ce_time.cpp should be ce_time.c
     6
     7        * JavaScriptCore.pri:
     8
    192009-11-12  Steve VanDeBogart  <vandebo@chromium.org>
    210
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r50703 r50962  
    6262
    6363wince* {
    64     SOURCES += $$QT_SOURCE_TREE/src/3rdparty/ce-compat/ce_time.cpp
     64    SOURCES += $$QT_SOURCE_TREE/src/3rdparty/ce-compat/ce_time.c
    6565    DEFINES += WINCEBASIC
    6666}
Note: See TracChangeset for help on using the changeset viewer.