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

jorlow at chromium.org jorlow at chromium.org
Wed Apr 7 23:32:28 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit fc0de6a33b0578f077eaa721947b98ae80ff0bd9
Author: jorlow at chromium.org <jorlow at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 12 00:55:14 2009 +0000

    Not reviewed.  Build fix.  Will be cleaned up in subsequent patch once we know exaclty what's going on.
    
    Patch by Jeremy Orlow <jorlow at chromium.org> on 2009-11-11
    * src/WebBindings.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50849 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 2a48317..e363e30 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,9 @@
+2009-11-11  Jeremy Orlow  <jorlow at chromium.org>
+
+        Not reviewed.  Build fix.  Will be cleaned up in subsequent patch once we know exaclty what's going on.
+
+        * src/WebBindings.cpp:
+
 2009-11-11  Drew Wilson  <atwilson at chromium.org>
 
         Reviewed by Dimitri Glazkov.
diff --git a/WebKit/chromium/src/WebBindings.cpp b/WebKit/chromium/src/WebBindings.cpp
index 5b9f57c..0bc67b6 100644
--- a/WebKit/chromium/src/WebBindings.cpp
+++ b/WebKit/chromium/src/WebBindings.cpp
@@ -34,8 +34,8 @@
 #include "npruntime_impl.h"
 #include "npruntime_priv.h"
 
-#include "WebDragData.h"
-#include "WebRange.h"
+#include "../public/WebDragData.h"
+#include "../public/WebRange.h"
 
 #if USE(V8)
 #include "ChromiumDataObject.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list