Bug 120761

Summary: Fix unused parameter warning in WebKitAccessibleInterfaceText.cpp
Product: WebKit Reporter: Jinwoo Song <jinwoo7.song>
Component: WebKit Misc.Assignee: Jinwoo Song <jinwoo7.song>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, cfleizach, commit-queue, dmazzoni, galpeter, jdiggs, mario
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Jinwoo Song 2013-09-05 01:20:06 PDT
Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceText.cpp:874:25: warning: unused parameter ‘coreObject’ [-Wunused-parameter]
Comment 1 Jinwoo Song 2013-09-05 01:22:49 PDT
Created attachment 210588 [details]
Patch
Comment 2 Peter Gal 2013-09-05 01:28:27 PDT
Ahh... I was just about to do this (the same way) :)
Comment 3 WebKit Commit Bot 2013-09-05 01:59:59 PDT
Comment on attachment 210588 [details]
Patch

Clearing flags on attachment: 210588

Committed r155107: <http://trac.webkit.org/changeset/155107>
Comment 4 WebKit Commit Bot 2013-09-05 02:00:02 PDT
All reviewed patches have been landed.  Closing bug.