Bug 154394

Summary: Fix unused-const-variable warning on non Cocoa platforms
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, esprehn+autocc, gyuyoung.kim
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 145121    
Attachments:
Description Flags
Patch none

Csaba Osztrogonác
Reported Thursday, February 18, 2016 2:03:51 PM UTC
./../Source/WebCore/html/HTMLPlugInImageElement.cpp:73:19: warning: unused variable 'removeSnapshotTimerDelay' [-Wunused-const-variable] static const auto removeSnapshotTimerDelay = std::chrono::milliseconds { 1500 }; ^
Attachments
Patch (1.35 KB, patch)
2016-02-18 06:05 PST, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 Thursday, February 18, 2016 2:05:17 PM UTC
WebKit Commit Bot
Comment 2 Thursday, February 18, 2016 8:59:24 PM UTC
Comment on attachment 271656 [details] Patch Clearing flags on attachment: 271656 Committed r196773: <http://trac.webkit.org/changeset/196773>
WebKit Commit Bot
Comment 3 Thursday, February 18, 2016 8:59:29 PM UTC
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.