[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Wed Apr 7 23:31:59 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit d7b3d6c700ccec28204a6df4090d948f747cb6b6
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 11 21:10:11 2009 +0000

    2009-11-11  Yaar Schnitman  <yaar at chromium.org>
    
            Reviewed by Dimitri Glazkov.
    
            Tiny path fixes in Chromium API includes.
    
            https://bugs.webkit.org/show_bug.cgi?id=31369
    
            * public/linux/WebSandboxSupport.h: Fixed path.
            * src/WebBindings.cpp: Fixed path.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50836 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 5b4f131..8cf5c4e 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,14 @@
+2009-11-11  Yaar Schnitman  <yaar at chromium.org>
+
+        Reviewed by Dimitri Glazkov.
+
+        Tiny path fixes in Chromium API includes.
+
+        https://bugs.webkit.org/show_bug.cgi?id=31369
+
+        * public/linux/WebSandboxSupport.h: Fixed path.
+        * src/WebBindings.cpp: Fixed path.
+
 2009-11-11  Nate Chapin  <japhet at chromium.org>
 
         Reviewed by Dimitri Glazkov.
diff --git a/WebKit/chromium/public/linux/WebSandboxSupport.h b/WebKit/chromium/public/linux/WebSandboxSupport.h
index 1612626..5edceb2 100644
--- a/WebKit/chromium/public/linux/WebSandboxSupport.h
+++ b/WebKit/chromium/public/linux/WebSandboxSupport.h
@@ -31,8 +31,8 @@
 #ifndef WebSandboxSupport_h
 #define WebSandboxSupport_h
 
-#include "webkit/api/public/WebCommon.h"
-#include "webkit/api/public/WebString.h"
+#include "../WebCommon.h"
+#include "../WebString.h"
 
 namespace WebKit {
 
diff --git a/WebKit/chromium/src/WebBindings.cpp b/WebKit/chromium/src/WebBindings.cpp
index 73993b6..5b9f57c 100644
--- a/WebKit/chromium/src/WebBindings.cpp
+++ b/WebKit/chromium/src/WebBindings.cpp
@@ -33,8 +33,9 @@
 
 #include "npruntime_impl.h"
 #include "npruntime_priv.h"
-#include "webkit/api/public/WebDragData.h"
-#include "webkit/api/public/WebRange.h"
+
+#include "WebDragData.h"
+#include "WebRange.h"
 
 #if USE(V8)
 #include "ChromiumDataObject.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list