summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/Shared/UpdateInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Shared/UpdateInfo.h')
-rw-r--r--Source/WebKit2/Shared/UpdateInfo.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/WebKit2/Shared/UpdateInfo.h b/Source/WebKit2/Shared/UpdateInfo.h
index 2ceb164..7b5454e 100644
--- a/Source/WebKit2/Shared/UpdateInfo.h
+++ b/Source/WebKit2/Shared/UpdateInfo.h
@@ -41,14 +41,11 @@ class UpdateInfo {
WTF_MAKE_NONCOPYABLE(UpdateInfo);
public:
- UpdateInfo() : timestamp(0) { }
+ UpdateInfo() { }
void encode(CoreIPC::ArgumentEncoder*) const;
static bool decode(CoreIPC::ArgumentDecoder*, UpdateInfo&);
- // The timestamp of this update.
- double timestamp;
-
// The size of the web view.
WebCore::IntSize viewSize;