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

Fix callback interfaces #352

Merged
merged 3 commits into from
Jan 21, 2018
Merged

Conversation

saschanaz
Copy link
Contributor

@saschanaz saschanaz commented Jan 10, 2018

Fixes #351.

Callback interfaces including WebKitEntriesCallback have incorrect signatures so this fixes them.

IMO the WebKit-specific types should ultimately excluded, but anyway this change will help future WebIDL works. (NodeFilter is a callback interface by standard specification)

@mhegazy
Copy link
Contributor

mhegazy commented Jan 20, 2018

do we need to remove EventListenerObject now? also EventListenerOrEventListenerObject.

@saschanaz
Copy link
Contributor Author

We don't need it, good catch!

@saschanaz saschanaz closed this Jan 21, 2018
@saschanaz saschanaz reopened this Jan 21, 2018
@mhegazy mhegazy merged commit 8d6230f into microsoft:master Jan 21, 2018
@mhegazy
Copy link
Contributor

mhegazy commented Jan 21, 2018

thanks!

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.

Wrong signature for WebKitEntriesCallback/WebKitErrorCallback/WebKitFileCallback
2 participants