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+

Anders Carlsson
Reported 2011-02-03 14:05:06 PST
Get rid of timestamps in UpdateInfo
Attachments
Patch (12.69 KB, patch)
2011-02-03 14:06 PST, Anders Carlsson
mitz: review+
Anders Carlsson
Comment 1 2011-02-03 14:06:28 PST
mitz
Comment 2 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)
Anders Carlsson
Comment 3 2011-02-03 14:19:58 PST
Note You need to log in before you can comment on or make changes to this bug.