forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 23
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
ASSERT_WITH_SECURITY_IMPLICATION FAILED: !object || object->isMeter() in WebCore::toRenderMeter #15
Comments
At a first glance, I couldn't find we using it, but I guess @dakerfp knows about it better. |
This should solve it https://gist.github.com/qrwteyrutiyoup/5850304, but the guys are having a holiday today, so probably it won' t be reviewed until tomorrow. |
qrwteyrutiyoup
added a commit
that referenced
this issue
Jun 25, 2013
…Meter() We return true if that's the case, like other ports do. This avoids a problem with ASSERT_WITH_SECURITY_IMPLICATION FAILED: !object || object->isMeter() in WebCore::toRenderMeter, as reported in Issue #15 on GitHub. Reviewed by: Daker Fernandes Pinheiro
Thanks for reporting this problem. Closing the issue as ffa508e has landed. |
This was referenced Jul 15, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The condition ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isMeter()) in WebCore::toRenderMeter fails on the following test:
`
This assertion check was introduced in r140640. According to the comments probably we made a bad cast mistake somewhere. Furthermore it seems that the problem is nix-specific.
The text was updated successfully, but these errors were encountered: