Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

size attribute must be unsigned long #97

Merged
merged 1 commit into from
Feb 6, 2014
Merged

Conversation

toyoshim
Copy link
Contributor

@toyoshim toyoshim commented Feb 6, 2014

size should not be signed value, and WebIDL does not allow to use
int for Number. long is the right type.
also readonly should be declared before the attribute.

size should not be signed value, and WebIDL does not allow to use
int for Number. long is the right type.
also readonly should be declared before the attribute.
cwilso added a commit that referenced this pull request Feb 6, 2014
size attribute must be unsigned long
@cwilso cwilso merged commit 2f9f9a4 into WebAudio:gh-pages Feb 6, 2014
@toyoshim toyoshim deleted the ul_size branch October 21, 2014 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants