From 1bf1084f2b10c3b47fd1a588d85d21ed0eb41d0c Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 27 Jun 2017 06:07:23 +0000 Subject: webkitgtk-2.16.5 --- Source/WebKit2/UIProcess/StatisticsRequest.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/WebKit2/UIProcess/StatisticsRequest.h') diff --git a/Source/WebKit2/UIProcess/StatisticsRequest.h b/Source/WebKit2/UIProcess/StatisticsRequest.h index bf9c37bbe..c5f03c887 100644 --- a/Source/WebKit2/UIProcess/StatisticsRequest.h +++ b/Source/WebKit2/UIProcess/StatisticsRequest.h @@ -35,7 +35,7 @@ namespace WebKit { struct StatisticsData; -typedef GenericCallback DictionaryCallback; +typedef GenericCallback DictionaryCallback; enum StatisticsRequestType { StatisticsRequestTypeWebContent = 0x00000001, @@ -61,7 +61,7 @@ private: HashSet m_outstandingRequests; RefPtr m_callback; - RefPtr m_responseDictionary; + RefPtr m_responseDictionary; }; } // namespace WebKit -- cgit v1.2.1