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

Description Csaba Osztrogonác 2016-02-18 06:03:51 PST
./../Source/WebCore/html/HTMLPlugInImageElement.cpp:73:19: warning: unused variable 'removeSnapshotTimerDelay' [-Wunused-const-variable]
static const auto removeSnapshotTimerDelay = std::chrono::milliseconds { 1500 };
                  ^
Comment 1 Csaba Osztrogonác 2016-02-18 06:05:17 PST
Created attachment 271656 [details]
Patch
Comment 2 WebKit Commit Bot 2016-02-18 12:59:24 PST
Comment on attachment 271656 [details]
Patch

Clearing flags on attachment: 271656

Committed r196773: <http://trac.webkit.org/changeset/196773>
Comment 3 WebKit Commit Bot 2016-02-18 12:59:29 PST
All reviewed patches have been landed.  Closing bug.