Changeset 20470 in webkit


Ignore:
Timestamp:
Mar 24, 2007 6:26:13 AM (17 years ago)
Author:
bdash
Message:

Fix incorrect radar number.

Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r20469 r20470  
     12007-03-25  Mark Rowe  <mrowe@apple.com>
     2
     3        Fix incorrect radar number.
     4
     5        * platform/network/mac/ResourceHandleMac.mm:
     6        (-[WebCoreResourceHandleAsDelegate connection:willCacheResponse:]):
     7
    182007-03-23  Nikolas Zimmermann  <zimmermann@kde.org>
    29
  • trunk/WebCore/platform/network/mac/ResourceHandleMac.mm

    r19702 r20470  
    384384#ifndef NDEBUG
    385385    if (isInitializingConnection)
    386         LOG_ERROR("connection:willCacheResponse: was called inside of [NSURLConnection initWithRequest:delegate:] (40676250)");
     386        LOG_ERROR("connection:willCacheResponse: was called inside of [NSURLConnection initWithRequest:delegate:] (4067625)");
    387387#endif
    388388    if (!m_handle)
Note: See TracChangeset for help on using the changeset viewer.