[Webkit-unassigned] [Bug 17325] New: Remove PLATFORM ifdefs from HTMLFormElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 12 01:33:48 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17325

           Summary: Remove PLATFORM ifdefs from HTMLFormElement
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: oliver at apple.com


Remove PLATFORM ifdefs from HTMLFormElement

html/HTMLFormElement.cpp:45:#if PLATFORM(QT)
html/HTMLFormElement.cpp:49:#if PLATFORM(WX)
html/HTMLFormElement.cpp:54:#if PLATFORM(WIN_OS)
html/HTMLFormElement.cpp:210:#if PLATFORM(DARWIN)
html/HTMLFormElement.cpp:230:#if PLATFORM(QT)
html/HTMLFormElement.cpp:232:#elif PLATFORM(WX)
html/HTMLFormElement.cpp:234:#elif PLATFORM(WIN_OS)

There is no reason why we need these there.  We need a random number platform
abstraction and a way to do filename operations.  Both belong in platform/ not
in HTMLFormElement.cpp


-- 
Configure bugmail: http://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