Bug 22107 - Fix compilation of WTF::AVLTree
Summary: Fix compilation of WTF::AVLTree
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-06 10:56 PST by Simon Hausmann
Modified: 2008-11-06 11:31 PST (History)
0 users

See Also:


Attachments
Patch to fix compilation (2.37 KB, patch)
2008-11-06 10:57 PST, Simon Hausmann
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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)