Changeset 14934 in webkit


Ignore:
Timestamp:
Jun 20, 2006 6:42:48 PM (18 years ago)
Author:
beidson
Message:

Reviewed by Maciej

Fixed capitalization mistake that I made, someone else fixed, then I accidentally made it go back to the old way

  • icon/SQLStatement.cpp:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r14933 r14934  
     12006-06-20  Brady Eidson  <beidson@apple.com>
     2
     3        Reviewed by Maciej
     4
     5        Fixed capitalization mistake that I made, someone else fixed, then I accidentally made it go back to the old way
     6
     7        * icon/SQLStatement.cpp:
     8
    192006-06-20  Brady Eidson  <beidson@apple.com>
    210
  • trunk/WebCore/icon/SQLStatement.cpp

    r14933 r14934  
    2626#include "SQLDatabase.h"
    2727
    28 #include <wtf/assertions.h>
     28#include <wtf/Assertions.h>
    2929#include "Logging.h"
    3030
Note: See TracChangeset for help on using the changeset viewer.