[Webkit-unassigned] [Bug 31178] New: ObjC DOM build suceeds a second time after public API failure
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 5 11:06:08 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=31178
Summary: ObjC DOM build suceeds a second time after public API
failure
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.6
Status: NEW
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: timothy at hatcher.name
CC: timothy at hatcher.name
>From bug 29972:
> The first build runs CodeGeneratorObjC.pm to generate the ObjC bindings, and
> then checks if public interfaces changed (PublicDOMInterfaces.h). Since the API
> of DOMHTMLAnchorElement changed, the script simply dies. (CodeGeneratorObjC.pm
> line 297).
>
> The second time, the ObjC bindings are already generated, so there is no check
> of SDK API, and the build succeeds.
We likely need to remove the generated file that has the API failure, so it
keeps getting rebuilt until resolved.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list