[Webkit-unassigned] [Bug 51063] REGRESSION (WebKit2): No context menu appears when right-clicking on windowless Flash plugin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 22 09:35:53 PDT 2011


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





--- Comment #22 from Adam Roben (:aroben) <aroben at apple.com>  2011-04-22 09:35:53 PST ---
(From update of attachment 90581)
View in context: https://bugs.webkit.org/attachment.cgi?id=90581&action=review

>>> Source/WebCore/platform/win/PEImage.cpp:54
>>> +{
>> 
>> Maybe you should ASSERT(isValid()) here, and/or return 0 if !isValid().
> 
> This function can operate just fine on invalid modules, though of course it is meaningless. I think I'll add an assertion to try to bring the meaninglessness to people's attention.

Actually, I can't add that assertion because this function is called from the constructor, before the PEImage's validity has been determined.

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