Bug 24921 - remove include of HTMLFormElement.h from Document.h
Summary: remove include of HTMLFormElement.h from Document.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-29 08:45 PDT by Darin Adler
Modified: 2019-02-06 09:03 PST (History)
2 users (show)

See Also:


Attachments
patch (84.38 KB, patch)
2009-03-29 09:05 PDT, Darin Adler
zwarich: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2009-03-29 08:45:04 PDT
At the moment, any change to HTMLFormElement.h recompiles every file that includes Document.h. That's no good, and this is easy to fix.
Comment 1 Darin Adler 2009-03-29 09:05:36 PDT
Created attachment 29045 [details]
patch
Comment 2 Cameron Zwarich (cpst) 2009-03-29 09:55:45 PDT
Comment on attachment 29045 [details]
patch

r=me
Comment 3 Darin Adler 2009-03-29 12:27:28 PDT
http://trac.webkit.org/changeset/42084
Comment 4 Lucas Forschler 2019-02-06 09:03:55 PST
Mass moving XML DOM bugs to the "DOM" Component.