diff options
Diffstat (limited to 'WebCore/storage/SessionStorage.cpp')
-rw-r--r-- | WebCore/storage/SessionStorage.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/storage/SessionStorage.cpp b/WebCore/storage/SessionStorage.cpp index e70227a..c10a1be 100644 --- a/WebCore/storage/SessionStorage.cpp +++ b/WebCore/storage/SessionStorage.cpp @@ -26,6 +26,8 @@ #include "config.h" #include "SessionStorage.h" +#if ENABLE(DOM_STORAGE) + #include "EventNames.h" #include "Frame.h" #include "FrameTree.h" @@ -73,3 +75,6 @@ PassRefPtr<StorageArea> SessionStorage::storageArea(SecurityOrigin* origin) } } + +#endif // ENABLE(DOM_STORAGE) + |