No subject


Wed Aug 1 07:28:53 PDT 2012


Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:1236 does
        soupMessage ? soupMessage->method : "(none)"));
but soupMessage was already verified to be non-NULL at line 1226


Source/WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.cpp:741 checks if inputElement is NULL, but inputElement is just a cast of coreNode which was already verified to be non-NULL at line 737.


Source/WebCore/accessibility/gtk/WebKitAccessibleWrapperAtk.cpp:430 calls parent->children(), but line 427 suggests that parent might be NULL.


Source/WebCore/platform/gtk/ClipboardGtk.cpp:122 might be missing a "break;" (likewise the case below that one).


Source/WebKit2/UIProcess/gtk/WebPopupMenuProxyGtk.cpp:87 calls m_client->currentlyProcessedMouseDownEvent(), but then later at line 108 checks if m_client is NULL

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