RESOLVED FIXED 26859
StorageNamespace.cpp build issue
https://bugs.webkit.org/show_bug.cgi?id=26859
Summary StorageNamespace.cpp build issue
Maxime Simon
Reported 2009-06-30 13:56:16 PDT
In WebCore/storage/StorageNamespace.cpp, namespace WebCore is closed after the #endif (which starts before the namespace). So if #if ENABLE(DOM_STORAGE) is true there is no problem, but if not it causes the build to fail.
Attachments
Patch for this bug (1.58 KB, patch)
2009-06-30 14:07 PDT, Maxime Simon
eric: review+
Maxime Simon
Comment 1 2009-06-30 14:07:15 PDT
Created attachment 32093 [details] Patch for this bug
Eric Seidel (no email)
Comment 2 2009-06-30 14:42:46 PDT
Comment on attachment 32093 [details] Patch for this bug LGTM.
Jan Alonzo
Comment 3 2009-06-30 19:16:26 PDT
(In reply to comment #2) > (From update of attachment 32093 [details] [review]) > LGTM. > Landed in r45413.
Note You need to log in before you can comment on or make changes to this bug.