Changeset 49889 in webkit for trunk/JavaScriptCore/runtime


Ignore:
Timestamp:
Oct 20, 2009, 2:56:00 PM (16 years ago)
Author:
[email protected]
Message:

Windows build fix: updated variable name.

Patch by Geoffrey Garen <[email protected]> on 2009-10-20

  • runtime/DatePrototype.cpp:

(JSC::formatLocaleDate):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/DatePrototype.cpp

    r49886 r49889  
    255255{
    256256    GregorianDateTime gregorianDateTime;
    257     const bool notUTC = false;
     257    const bool outputIsUTC = false;
    258258    if (!dateObject->getGregorianDateTime(outputIsUTC, gregorianDateTime))
    259259        return jsNontrivialString(exec, "Invalid Date");
Note: See TracChangeset for help on using the changeset viewer.