Bug 22107

Summary: Fix compilation of WTF::AVLTree
Product: WebKit Reporter: Simon Hausmann <hausmann>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch to fix compilation none

Description Simon Hausmann 2008-11-06 10:56:56 PST
Some functions in AVLTree call get_lt and get_gt with a second argument that does not exist.
Comment 1 Simon Hausmann 2008-11-06 10:57:24 PST
Created attachment 24948 [details]
Patch to fix compilation
Comment 2 Darin Adler 2008-11-06 11:19:42 PST
Comment on attachment 24948 [details]
Patch to fix compilation

> +        * wtf/AVLTree.h:
> +        (JSC::::remove):
> +        (JSC::::subst):

This ChangeLog entry looks strange. I know it was produced by prepare-ChangeLog, but we shouldn't check in strange log entries just because the script made them.

r=me
Comment 3 Simon Hausmann 2008-11-06 11:30:57 PST
Thanks, landed with corrected changelog in r38190
Comment 4 Simon Hausmann 2008-11-06 11:31:17 PST
Comment on attachment 24948 [details]
Patch to fix compilation

(clearing review after landing)