Bug 67872 - DelayNode delay buffer is not correctly wrapping around
Summary: DelayNode delay buffer is not correctly wrapping around
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: Chris Rogers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-09 16:14 PDT by Chris Rogers
Modified: 2011-09-12 11:54 PDT (History)
1 user (show)

See Also:


Attachments
Patch (6.03 KB, patch)
2011-09-09 16:16 PDT, Chris Rogers
kbr: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Rogers 2011-09-09 16:14:41 PDT
DelayNode delay buffer is not correctly wrapping around
Comment 1 Chris Rogers 2011-09-09 16:16:12 PDT
Created attachment 106934 [details]
Patch
Comment 2 Kenneth Russell 2011-09-10 14:45:15 PDT
Comment on attachment 106934 [details]
Patch

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

The test case is awesome. r=me

> LayoutTests/webaudio/delaynode.html:37
> +    }

Even though this is just a layout test, WebKit style is no braces for single-line statements.

> LayoutTests/webaudio/delaynode.html:82
> +    }

Braces on single-line statements.
Comment 3 Chris Rogers 2011-09-12 11:54:09 PDT
Committed r94969: <http://trac.webkit.org/changeset/94969>