[Webkit-unassigned] [Bug 26842] New: Build fix when ENABLE_DATABASE is off

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 30 07:52:07 PDT 2009


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

           Summary: Build fix when ENABLE_DATABASE is off
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


ScriptObjectQuarantine.cpp won't compile as Database.h is missing when
ENABLE_DATABASE is off. 

Move #include "Database.h" into ENABLE(DATABASE) guard so toggling
ENALBE_DATABASE off does not break builds.


-- 
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