Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[EFL] REGRESSION after r153432: some accessibility tests crash.
https://bugs.webkit.org/show_bug.cgi?id=119333 Patch by Mario Sanchez Prada <mario.prada@samsung.com> on 2013-08-07 Reviewed by Darin Adler. Use a RefPtr to store a reference to the parent element of an AccessibilityUIElement instead of the raw pointer, so we never derefence a function from an invalid pointer. * WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp: (WTR::attributesOfElement): Use a RefPtr instead of a raw pointer. Canonical link: https://commits.webkit.org/137511@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@153798 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information