[Webkit-unassigned] [Bug 26859] New: StorageNamespace.cpp build issue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 30 13:56:16 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26859

           Summary: StorageNamespace.cpp build issue
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.maxime at gmail.com


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.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list