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

Error in Source/WebCore/mdv/ScriptValueBinding.cpp #18

Open
arv opened this issue Jan 3, 2013 · 1 comment
Open

Error in Source/WebCore/mdv/ScriptValueBinding.cpp #18

arv opened this issue Jan 3, 2013 · 1 comment
Assignees

Comments

@arv
Copy link
Collaborator

arv commented Jan 3, 2013

Source/WebCore/mdv/ScriptValueBinding.cpp line 147

if (pathValues.hasNoValue() || !result.isObject())
    return false;

should be

if (pathValues.hasNoValue() || !pathValues.isObject())
    return false;

I guess if I return a delegate with a non object this is observable

@ghost ghost assigned ajklein Jan 3, 2013
@rafaelw
Copy link
Collaborator

rafaelw commented Jan 4, 2013

Thanks. Fixed.

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

No branches or pull requests

3 participants