Bug 120761 - Fix unused parameter warning in WebKitAccessibleInterfaceText.cpp
Summary: Fix unused parameter warning in WebKitAccessibleInterfaceText.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jinwoo Song
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-05 01:20 PDT by Jinwoo Song
Modified: 2013-09-05 02:00 PDT (History)
8 users (show)

See Also:


Attachments
Patch (1.70 KB, patch)
2013-09-05 01:22 PDT, Jinwoo Song
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.