Bug 120286

Summary: [GTK] Fix compile warning in WebKitDOMCustom
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Trivial fix pnormand: review+

Description Carlos Garcia Campos 2013-08-26 00:30:19 PDT
../../Source/WebCore/bindings/gobject/WebKitDOMCustom.cpp: In function 'void* webkit_dom_html_element_get_item_type(WebKitDOMHTMLElement*)':
../../Source/WebCore/bindings/gobject/WebKitDOMCustom.cpp:235:1: warning: no return statement in function returning non-void [-Wreturn-type]
Comment 1 Carlos Garcia Campos 2013-08-26 00:31:47 PDT
Created attachment 209620 [details]
Trivial fix
Comment 2 Carlos Garcia Campos 2013-08-26 00:44:18 PDT
Committed r154588: <http://trac.webkit.org/changeset/154588>