Bug 129587 - HysteresisTimer should use WebCore::Timer
Summary: HysteresisTimer should use WebCore::Timer
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-02 17:04 PST by Gavin Barraclough
Modified: 2014-03-02 17:28 PST (History)
0 users

See Also:


Attachments
Fix (2.23 KB, patch)
2014-03-02 17:07 PST, Gavin Barraclough
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2014-03-02 17:04:34 PST
<rdar://problem/16206980>
Comment 1 Gavin Barraclough 2014-03-02 17:07:40 PST
Created attachment 225617 [details]
Fix
Comment 2 Gavin Barraclough 2014-03-02 17:19:00 PST
Transmitting file data ...
Committed revision 164959.
Comment 3 Darin Adler 2014-03-02 17:28:33 PST
Comment on attachment 225617 [details]
Fix

View in context: https://bugs.webkit.org/attachment.cgi?id=225617&action=review

> Source/WebCore/platform/UserActivity.h:33
> +#include <wtf/Runloop.h>

Needs to be a capital L.