[Webkit-unassigned] [Bug 27543] Add platform/wince/ files for WINCE port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 12 12:12:22 PDT 2009


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


George Staikos <staikos at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #34379|review?                     |review-
               Flag|                            |




--- Comment #55 from George Staikos <staikos at kde.org>  2009-08-12 12:12:19 PDT ---
(From update of attachment 34379)

> +    m_platformDescription = new PlatformMenuItemDescriptionType;
> +    if (!m_platformDescription)
> +        return;

   Don't think we should be checking for null here.

> +void ContextMenuItem::setSubMenu(ContextMenu* subMenu)
> +{
> +    if (!m_platformDescription)
> +        return;

  In fact can we remove all of these checks?

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