[Webkit-unassigned] [Bug 63503] [Chromium] Pass an optional WebNode that is the node receiving the context menu action.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 29 07:23:38 PDT 2011


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





--- Comment #6 from Pavel Feldman <pfeldman at chromium.org>  2011-06-29 07:23:38 PST ---
(From update of attachment 98843)
View in context: https://bugs.webkit.org/attachment.cgi?id=98843&action=review

> Source/WebKit/chromium/src/WebFrameImpl.cpp:291
> +    if (coreNode->hasTagName(HTMLNames::objectTag) || coreNode->hasTagName(HTMLNames::embedTag)) {

This call fails with coreNode == 0 in the "Copy" branch.

-- 
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