Changeset 43514 in webkit


Ignore:
Timestamp:
May 11, 2009 2:36:03 PM (15 years ago)
Author:
beidson@apple.com
Message:

2009-05-11 Brady Eidson <beidson@apple.com>

Fix Windows build

  • platform/network/cf/ResourceHandleCFNet.cpp: (WebCore::createCFURLResponseWithDefaultMIMEType):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r43513 r43514  
     12009-05-11  Brady Eidson  <beidson@apple.com>
     2
     3        Fix Windows build
     4
     5        * platform/network/cf/ResourceHandleCFNet.cpp:
     6        (WebCore::createCFURLResponseWithDefaultMIMEType):
     7
    182009-05-11  Nate Chapin  <japhet@google.com>
    29
  • trunk/WebCore/platform/network/cf/ResourceHandleCFNet.cpp

    r43511 r43514  
    101101{
    102102    // We should never be applying the default MIMEType if we told the networking layer to do content sniffing for this URL.
    103     ASSERT(!ResourceHandle::shouldContentSniffURL(CFURLResponseGetURL(response));
     103    ASSERT(!ResourceHandle::shouldContentSniffURL(CFURLResponseGetURL(response)));
    104104   
    105105    return CFURLResponseCreate(kCFAllocatorDefault, CFURLResponseGetURL(response), (CFStringRef)ResourceHandle::defaultMIMEType(),
Note: See TracChangeset for help on using the changeset viewer.