[Webkit-unassigned] [Bug 24608] New: Missing include in KURLGoogle.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 15 09:01:28 PDT 2009


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

           Summary: Missing include in KURLGoogle.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: craig.schlenter at gmail.com


KURLGoogle.cpp uses printf when #ifndef NDEBUG is true which in turn means that
stdio.h should be included in that situation. Found with gcc 4.4.0

I'll attach a patch.


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