Changeset 44922 in webkit for trunk/JavaScriptCore/wtf


Ignore:
Timestamp:
Jun 21, 2009, 3:46:47 PM (16 years ago)
Author:
[email protected]
Message:

2009-06-21 David Levin <[email protected]>

Reviewed by NOBODY (speculative build fix for windows).

Simply removed some whitespace form this file to make windows build wtf and
hopefully copy the new MessageQueque.h so that WebCore picks it up.

  • wtf/Assertions.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Assertions.cpp

    r44765 r44922  
    5555        CFStringRef cfFormat = CFStringCreateWithCString(NULL, format, kCFStringEncodingUTF8);
    5656        CFStringRef str = CFStringCreateWithFormatAndArguments(NULL, NULL, cfFormat, args);
    57        
     57
    5858        int length = CFStringGetMaximumSizeForEncoding(CFStringGetLength(str), kCFStringEncodingUTF8);
    5959        char* buffer = (char*)malloc(length + 1);
Note: See TracChangeset for help on using the changeset viewer.