[Webkit-unassigned] [Bug 101399] [BlackBerry] Crash in InRegionScrollerPrivate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 7 08:12:12 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=101399





--- Comment #7 from Antonio Gomes <tonikitoo at webkit.org>  2012-11-07 08:13:45 PST ---
(From update of attachment 172656)
View in context: https://bugs.webkit.org/attachment.cgi?id=172656&action=review

> Source/WebKit/blackberry/Api/InRegionScroller.cpp:105
>      ASSERT(scrollableArea);
> -    Node* node = scrollableArea->layer()->enclosingElement();
> -    if (node && node->document() == documentGoingAway)
> +    if (scrollableArea->document() == documentGoingAway)

maybe the fix could be test Node::isInDocument (what ever the name is) first instead.

But ok, will leave it as is :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list