From 2daae5fd11344eaa88a0d92b0f6d65f8d2255c00 Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Thu, 2 Jun 2011 12:07:03 +0100 Subject: Merge WebKit at r84325: Initial merge by git. Change-Id: Ic1a909300ecc0a13ddc6b4e784371d2ac6e3d59b --- Source/WebCore/platform/win/LoggingWin.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/WebCore/platform/win/LoggingWin.cpp') diff --git a/Source/WebCore/platform/win/LoggingWin.cpp b/Source/WebCore/platform/win/LoggingWin.cpp index 1d051ae..5e9fbda 100644 --- a/Source/WebCore/platform/win/LoggingWin.cpp +++ b/Source/WebCore/platform/win/LoggingWin.cpp @@ -88,6 +88,7 @@ void InitializeLoggingChannelsIfNecessary() initializeWithUserDefault(LogHistory); initializeWithUserDefault(LogPageCache); initializeWithUserDefault(LogPlatformLeaks); + initializeWithUserDefault(LogResourceLoading); initializeWithUserDefault(LogNetwork); initializeWithUserDefault(LogFTP); initializeWithUserDefault(LogThreading); @@ -95,6 +96,8 @@ void InitializeLoggingChannelsIfNecessary() initializeWithUserDefault(LogMedia); initializeWithUserDefault(LogPlugins); initializeWithUserDefault(LogArchives); + initializeWithUserDefault(LogProgress); + initializeWithUserDefault(LogFileAPI); } } // namespace WebCore -- cgit v1.1