Changeset 48353 in webkit for trunk/JavaScriptCore/pcre


Ignore:
Timestamp:
Sep 14, 2009, 5:45:27 AM (16 years ago)
Author:
[email protected]
Message:

[Qt] Build fix for windows build.

Patch by Csaba Osztrogonac <[email protected]> on 2009-09-14
Reviewed by Tor Arne Vestbø.

JavaScriptCore

  • JavaScriptCore.pri: Correct a logic error.
  • pcre/dftables: Add missing paranthesis for tmpdir function.

WebKitTools:

  • Scripts/bisect-builds: Add missing paranthesis for tmpdir function.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/pcre/dftables

    r44357 r48353  
    245245    my ($fh, $tempFile) = tempfile(
    246246        basename($0) . "-XXXXXXXX",
    247         DIR => File::Spec->tmpdir,
     247        DIR => File::Spec->tmpdir(),
    248248        SUFFIX => ".in",
    249249        UNLINK => 0,
Note: See TracChangeset for help on using the changeset viewer.