Bug 46514 - Add WTF::StringHasher::createBlobHash
Summary: Add WTF::StringHasher::createBlobHash
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Patrick R. Gansterer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-24 14:29 PDT by Patrick R. Gansterer
Modified: 2010-09-26 22:28 PDT (History)
1 user (show)

See Also:


Attachments
Patch (5.35 KB, patch)
2010-09-24 14:37 PDT, Patrick R. Gansterer
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick R. Gansterer 2010-09-24 14:29:35 PDT
see patch
Comment 1 Patrick R. Gansterer 2010-09-24 14:37:36 PDT
Created attachment 68751 [details]
Patch
Comment 2 Adam Barth 2010-09-26 21:47:57 PDT
Comment on attachment 68751 [details]
Patch

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

Holy copy/paste code batman.

> JavaScriptCore/wtf/StringHashFunctions.h:139
> +        COMPILE_ASSERT(!(length % 4), length_must_be_a_multible_of_four);

multible => multiple
Comment 3 WebKit Commit Bot 2010-09-26 22:28:27 PDT
Comment on attachment 68751 [details]
Patch

Clearing flags on attachment: 68751

Committed r68369: <http://trac.webkit.org/changeset/68369>
Comment 4 WebKit Commit Bot 2010-09-26 22:28:32 PDT
All reviewed patches have been landed.  Closing bug.