From bf994171a17689ea90e82d87bc938f227f5ee775 Mon Sep 17 00:00:00 2001 From: "clopez@igalia.com" Date: Wed, 2 Nov 2016 21:57:51 +0000 Subject: [PATCH] Clean wrong comment about compositing on the UI process. https://bugs.webkit.org/show_bug.cgi?id=164339 Reviewed by Michael Catanzaro. * wtf/Platform.h: The comment about compositing on the UI process was added on r109302 but was not removed properly when the Qt port was removed from trunk. USE_PROTECTION_SPACE_AUTH_CALLBACK has nothing to do with it. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@208305 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Source/WTF/ChangeLog | 12 ++++++++++++ Source/WTF/wtf/Platform.h | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Source/WTF/ChangeLog b/Source/WTF/ChangeLog index 605b94c..8043bd2 100644 --- a/Source/WTF/ChangeLog +++ b/Source/WTF/ChangeLog @@ -1,3 +1,15 @@ +2016-11-02 Carlos Alberto Lopez Perez + + Clean wrong comment about compositing on the UI process. + https://bugs.webkit.org/show_bug.cgi?id=164339 + + Reviewed by Michael Catanzaro. + + * wtf/Platform.h: The comment about compositing on the UI process + was added on r109302 but was not removed properly when the Qt port + was removed from trunk. + USE_PROTECTION_SPACE_AUTH_CALLBACK has nothing to do with it. + 2016-11-02 Alex Christensen Remove Battery Status API from the tree diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h index a20ed80..e8f3a4b 100644 --- a/Source/WTF/wtf/Platform.h +++ b/Source/WTF/wtf/Platform.h @@ -949,7 +949,6 @@ #define USE_TEXTURE_MAPPER_GL 1 #endif -/* Compositing on the UI-process in WebKit2 */ #if PLATFORM(COCOA) #define USE_PROTECTION_SPACE_AUTH_CALLBACK 1 #endif -- 1.8.3.1