[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

benm at google.com benm at google.com
Thu Oct 29 20:50:35 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 12321d784f37c33492553564c73a230483b40794
Author: benm at google.com <benm at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 23 12:45:03 2009 +0000

    Adds missing UnusedParam.h includes, required when INSPECTOR is not enabled.
    https://bugs.webkit.org/show_bug.cgi?id=30677
    
    Patch by Steve Block <steveblock at google.com> on 2009-10-23
    Reviewed by Eric Seidel.
    
    Build fix, no new tests required.
    
    * page/Console.cpp: Modified. Added UnusedParam.h include.
    * workers/WorkerContext.cpp: Modified. Added UnusedParam.h include.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49976 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 0a0d62d..2e69124 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2009-10-23  Steve Block  <steveblock at google.com>
+
+        Reviewed by Eric Seidel.
+
+        Adds missing UnusedParam.h includes, required when INSPECTOR is not enabled.
+        https://bugs.webkit.org/show_bug.cgi?id=30677
+
+        Build fix, no new tests required.
+
+        * page/Console.cpp: Modified. Added UnusedParam.h include.
+        * workers/WorkerContext.cpp: Modified. Added UnusedParam.h include.
+
 2009-10-23  Girish Ramakrishnan  <girish at forwardbias.in>
 
         Reviewed by Holger Freyther.
diff --git a/WebCore/page/Console.cpp b/WebCore/page/Console.cpp
index 79613d3..5fc17ee 100644
--- a/WebCore/page/Console.cpp
+++ b/WebCore/page/Console.cpp
@@ -46,6 +46,7 @@
 
 #include "ScriptCallStack.h"
 #include <stdio.h>
+#include <wtf/UnusedParam.h>
 
 namespace WebCore {
 
diff --git a/WebCore/workers/WorkerContext.cpp b/WebCore/workers/WorkerContext.cpp
index f4d795b..9a88309 100644
--- a/WebCore/workers/WorkerContext.cpp
+++ b/WebCore/workers/WorkerContext.cpp
@@ -49,6 +49,7 @@
 #include "WorkerThreadableLoader.h"
 #include "XMLHttpRequestException.h"
 #include <wtf/RefPtr.h>
+#include <wtf/UnusedParam.h>
 
 #if ENABLE(NOTIFICATIONS)
 #include "NotificationCenter.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list