Chromium Code Reviews
DescriptionCorrect handling of return types for callbacks.
Actually, all WebKit cares about is if callback threw an exception or not.
So return type of callbacks should be actually ignored.
As of now it is always bool for WebKit IDLs, but sometimes it gets overridden
to void by supplemental IDLs.
R=podivilov@chromium.org
BUG=3016
Committed: https://code.google.com/p/dart/source/detail?r=12440
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||