Changeset 84232 in webkit


Ignore:
Timestamp:
Apr 19, 2011 2:04:47 AM (13 years ago)
Author:
hans@chromium.org
Message:

2011-04-19 Hans Wennborg <hans@chromium.org>

Reviewed by Tony Gentilcore.

IndexedDB: Remove accidental header include directive from LevelDB backend.
https://bugs.webkit.org/show_bug.cgi?id=58872

No new functionality, no new tests.

  • storage/IDBLevelDBBackingStore.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r84228 r84232  
     12011-04-19  Hans Wennborg  <hans@chromium.org>
     2
     3        Reviewed by Tony Gentilcore.
     4
     5        IndexedDB: Remove accidental header include directive from LevelDB backend.
     6        https://bugs.webkit.org/show_bug.cgi?id=58872
     7
     8        No new functionality, no new tests.
     9
     10        * storage/IDBLevelDBBackingStore.cpp:
     11
    1122011-04-19  Herczeg Zoltan  <zherczeg@webkit.org>
    213
  • trunk/Source/WebCore/storage/IDBLevelDBBackingStore.cpp

    r84149 r84232  
    3939#include "LevelDBSlice.h"
    4040#include "SecurityOrigin.h"
    41 #include <string>
    4241
    4342#ifndef INT64_MAX
Note: See TracChangeset for help on using the changeset viewer.