Changeset 64544 in webkit


Ignore:
Timestamp:
Aug 3, 2010 4:08:07 AM (14 years ago)
Author:
andreip@google.com
Message:

2010-08-03 Andrei Popescu <andreip@google.com>

Unreviewed, build fix.

[IndexedDB] Chromium build is broken due to typo in WebCore.gypi:3501
https://bugs.webkit.org/show_bug.cgi?id=43408

Add missing ' in WebCore.gypi:3501.

  • WebCore.gypi:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r64543 r64544  
     12010-08-03  Andrei Popescu  <andreip@google.com>
     2
     3        Unreviewed, build fix.
     4
     5        [IndexedDB] Chromium build is broken due to typo in WebCore.gypi:3501
     6        https://bugs.webkit.org/show_bug.cgi?id=43408
     7
     8        Add missing ' in WebCore.gypi:3501.
     9
     10        * WebCore.gypi:
     11
    1122010-07-30  Andrei Popescu  <andreip@dhcp-172-16-14-12.lon.corp.google.com>
    213
  • trunk/WebCore/WebCore.gypi

    r64543 r64544  
    34993499            'storage/IDBCallbacks.h',
    35003500            'storage/IDBDatabase.h',
    3501             'storage/IDBDatabase.cpp,
     3501            'storage/IDBDatabase.cpp',
    35023502            'storage/IDBDatabaseError.h',
    35033503            'storage/IDBDatabaseException.h',
Note: See TracChangeset for help on using the changeset viewer.