[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

mrowe at apple.com mrowe at apple.com
Wed Dec 22 15:06:52 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4170214476f5fe67968a6eeeb961cf6fa3f27534
Author: mrowe at apple.com <mrowe at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 28 02:37:00 2010 +0000

    Build fix.
    
    * UIProcess/API/mac/PageClientImpl.mm: Reference the file using the correct case.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70738 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 00f72e0..58da044 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-27  Mark Rowe  <mrowe at apple.com>
+
+        Build fix.
+
+        * UIProcess/API/mac/PageClientImpl.mm: Reference the file using the correct case.
+
 2010-10-27  Anders Carlsson  <andersca at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/WebKit2/UIProcess/API/mac/PageClientImpl.mm b/WebKit2/UIProcess/API/mac/PageClientImpl.mm
index d623ade..0f25121 100644
--- a/WebKit2/UIProcess/API/mac/PageClientImpl.mm
+++ b/WebKit2/UIProcess/API/mac/PageClientImpl.mm
@@ -35,7 +35,7 @@
 #import <WebCore/Cursor.h>
 #import <WebCore/FloatRect.h>
 #import <WebCore/FoundationExtras.h>
-#import <webCore/KeyboardEvent.h>
+#import <WebCore/KeyboardEvent.h>
 #import <wtf/PassOwnPtr.h>
 #import <wtf/text/CString.h>
 #import <wtf/text/WTFString.h>
@@ -44,7 +44,7 @@ using namespace WebCore;
 
 @interface WebEditCommandObjC : NSObject
 {
-    RefPtr<WebKit::WebEditCommandProxy> m_command;   
+    RefPtr<WebKit::WebEditCommandProxy> m_command;
 }
 
 - (id)initWithWebEditCommandProxy:(PassRefPtr<WebKit::WebEditCommandProxy>)command;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list