Bug 53713

Summary: Get rid of timestamps in UpdateInfo
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

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>