Bug 53713 - Get rid of timestamps in UpdateInfo
Summary: Get rid of timestamps in UpdateInfo
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-03 14:05 PST by Anders Carlsson
Modified: 2011-02-03 14:19 PST (History)
0 users

See Also:


Attachments
Patch (12.69 KB, patch)
2011-02-03 14:06 PST, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2011-02-03 14:05:06 PST
Get rid of timestamps in UpdateInfo
Comment 1 Anders Carlsson 2011-02-03 14:06:28 PST
Created attachment 81111 [details]
Patch
Comment 2 mitz 2011-02-03 14:13:13 PST
Comment on attachment 81111 [details]
Patch

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

> Source/WebKit2/Shared/UpdateInfo.h:44
> -    UpdateInfo() : timestamp(0) { }
> +    UpdateInfo() { }

No need for this empty constructor.

> Source/WebKit2/UIProcess/DrawingAreaProxyImpl.cpp:54
> +    , m_lastDidSetSizeSequenceNumber(false)

This should be (0)
Comment 3 Anders Carlsson 2011-02-03 14:19:58 PST
Committed r77533: <http://trac.webkit.org/changeset/77533>