Commit 1b5950b5 authored by paroga@webkit.org's avatar paroga@webkit.org

2011-03-26 Patrick Gansterer <paroga@webkit.org>

        Unreviewed build fix for !ENABLE(DOM_STORAGE).

        * storage/StorageTracker.cpp:
            Added #if ENABLE(DOM_STORAGE) like in the other storage files.

git-svn-id: svn://svn.chromium.org/blink/trunk@82050 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 5ce21734
2011-03-26 Patrick Gansterer <paroga@webkit.org>
Unreviewed build fix for !ENABLE(DOM_STORAGE).
* storage/StorageTracker.cpp:
Added #if ENABLE(DOM_STORAGE) like in the other storage files.
2011-03-26 Kwang Yul Seo <skyul@company100.net>
Reviewed by Benjamin Poulain.
......@@ -26,6 +26,8 @@
#include "config.h"
#include "StorageTracker.h"
#if ENABLE(DOM_STORAGE)
#include "DatabaseThread.h"
#include "FileSystem.h"
#include "LocalStorageTask.h"
......@@ -533,3 +535,5 @@ void StorageTracker::setIsActive(bool flag)
}
} // namespace WebCore
#endif // ENABLE(DOM_STORAGE)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment