[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

ggaren at apple.com ggaren at apple.com
Fri Jan 21 15:18:40 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit c6fb47ecb7879b76b1a0d0a74f6df3d6c272173f
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 11 00:05:24 2011 +0000

    Try to fix Windows build.
    
    * WebJavaScriptCollector.cpp: Updated for rename to Heap.*. (Didn't catch
    this one before because it was miscapitalized.)
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75445 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/win/ChangeLog b/WebKit/win/ChangeLog
index e07224a..c80f091 100644
--- a/WebKit/win/ChangeLog
+++ b/WebKit/win/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-10  Geoffrey Garen  <ggaren at apple.com>
+
+        Try to fix Windows build.
+
+        * WebJavaScriptCollector.cpp: Updated for rename to Heap.*. (Didn't catch
+        this one before because it was miscapitalized.)
+
 2011-01-09  Xianzhu Wang <phnixwxz at gmail.com>
 
         Reviewed by Darin Fisher.
diff --git a/WebKit/win/WebJavaScriptCollector.cpp b/WebKit/win/WebJavaScriptCollector.cpp
index 6646d09..42a9da1 100644
--- a/WebKit/win/WebJavaScriptCollector.cpp
+++ b/WebKit/win/WebJavaScriptCollector.cpp
@@ -28,8 +28,8 @@
 #include "WebJavaScriptCollector.h"
 
 #pragma warning(push, 0)
+#include <JavaScriptCore/Heap.h>
 #include <JavaScriptCore/JSGlobalData.h>
-#include <JavaScriptCore/collector.h>
 #include <WebCore/GCController.h>
 #include <WebCore/JSDOMWindow.h>
 #include <runtime/JSLock.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list