Bug 102406 - Fix an erroneous comment about the operators required by binarySearch
Summary: Fix an erroneous comment about the operators required by binarySearch
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-15 09:48 PST by Maciej Stachowiak
Modified: 2012-11-15 10:16 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.48 KB, patch)
2012-11-15 09:49 PST, Maciej Stachowiak
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 2012-11-15 09:48:35 PST
Fix an erroneous comment about the operators required by binarySearch
Comment 1 Maciej Stachowiak 2012-11-15 09:49:13 PST
Created attachment 174470 [details]
Patch
Comment 2 Anders Carlsson 2012-11-15 09:55:13 PST
Comment on attachment 174470 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=174470&action=review

> Source/WTF/ChangeLog:8
> +        Additional information of the change such as approach, rationale. Please add per-function descriptions below (OOPS!).

OOPS!
Comment 3 Maciej Stachowiak 2012-11-15 10:16:04 PST
Committed r134791: <http://trac.webkit.org/changeset/134791>