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

ap at apple.com ap at apple.com
Wed Dec 22 16:08:58 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c910ba52a64582392d2083053dcd8678067fc535
Author: ap at apple.com <ap at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 19 00:46:23 2010 +0000

            Windows build fix.
    
            https://bugs.webkit.org/show_bug.cgi?id=49762
            Stylesheet wrappers are not GC protected
    
            * bindings/js/JSBindingsAllInOne.cpp: Added new custom binding files.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72348 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 71cce69..d337e63 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-11-18  Alexey Proskuryakov  <ap at apple.com>
+
+        Windows build fix.
+
+        https://bugs.webkit.org/show_bug.cgi?id=49762
+        Stylesheet wrappers are not GC protected
+
+        * bindings/js/JSBindingsAllInOne.cpp: Added new custom binding files.
+
 2010-11-18  Dave Hyatt  <hyatt at apple.com>
 
         Reviewed by Dan Bernstein.
diff --git a/WebCore/bindings/js/JSBindingsAllInOne.cpp b/WebCore/bindings/js/JSBindingsAllInOne.cpp
index e46b050..27c7ad5 100644
--- a/WebCore/bindings/js/JSBindingsAllInOne.cpp
+++ b/WebCore/bindings/js/JSBindingsAllInOne.cpp
@@ -82,10 +82,12 @@
 #include "JSHTMLFrameElementCustom.cpp"
 #include "JSHTMLFrameSetElementCustom.cpp"
 #include "JSHTMLInputElementCustom.cpp"
+#include "JSHTMLLinkElementCustom.cpp"
 #include "JSHTMLObjectElementCustom.cpp"
 #include "JSHTMLOptionsCollectionCustom.cpp"
 #include "JSHTMLOutputElementCustom.cpp"
 #include "JSHTMLSelectElementCustom.cpp"
+#include "JSHTMLStyleElementCustom.cpp"
 #include "JSHistoryCustom.cpp"
 #include "JSImageConstructor.cpp"
 #include "JSImageDataCustom.cpp"
@@ -111,6 +113,7 @@
 #include "JSDOMPluginCustom.cpp"
 #include "JSPluginElementFunctions.cpp"
 #include "JSPopStateEventCustom.cpp"
+#include "JSProcessingInstructionCustom.cpp"
 #include "JSSQLResultSetRowListCustom.cpp"
 #include "JSSQLTransactionCustom.cpp"
 #include "JSSQLTransactionSyncCustom.cpp"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list