[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

steveblock at google.com steveblock at google.com
Fri Feb 26 22:17:40 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 84a6799aff0efda98bd892c4a3fa37f77a350c84
Author: steveblock at google.com <steveblock at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Feb 11 13:27:30 2010 +0000

    2010-02-11  Steve Block  <steveblock at google.com>
    
            Reviewed by Jeremy Orlow.
    
            Updates Android V8 Makefile to generate XPath header required by V8Proxy.cpp
            https://bugs.webkit.org/show_bug.cgi?id=34814
    
            No new tests, build fix only.
    
            * Android.derived.v8bindings.mk:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54652 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/Android.derived.v8bindings.mk b/WebCore/Android.derived.v8bindings.mk
index fa89e95..346c0fa 100644
--- a/WebCore/Android.derived.v8bindings.mk
+++ b/WebCore/Android.derived.v8bindings.mk
@@ -516,6 +516,7 @@ GEN := \
     $(intermediates)/bindings/V8XMLHttpRequestProgressEvent.h \
     $(intermediates)/bindings/V8XMLHttpRequestUpload.h \
     $(intermediates)/bindings/V8XMLSerializer.h \
+    $(intermediates)/bindings/V8XPathException.h \
     $(intermediates)/bindings/V8XPathNSResolver.h
 
 $(GEN): PRIVATE_PATH := $(LOCAL_PATH)
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index d7fc22b..ab8ab17 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,16 @@
 2010-02-11  Steve Block  <steveblock at google.com>
 
+        Reviewed by Jeremy Orlow.
+
+        Updates Android V8 Makefile to generate XPath header required by V8Proxy.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=34814
+
+        No new tests, build fix only.
+
+        * Android.derived.v8bindings.mk:
+
+2010-02-11  Steve Block  <steveblock at google.com>
+
         Reviewed by Nate Chapin.
 
         Update Android V8 Makefile to generate Inspector headers required by V8 ScriptObject.cpp

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list