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

eric at webkit.org eric at webkit.org
Thu Apr 8 01:24:37 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 754606c474164ecaba0e6b6e84d97b2f56ee306d
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 26 09:40:37 2010 +0000

    2010-01-26  Garret Kelly  <gdk at chromium.org>
    
            Reviewed by Eric Seidel.
    
            Add missing declaration for the feMorphology SVG element.
            https://bugs.webkit.org/show_bug.cgi?id=34151
    
            * bindings/v8/V8DOMWrapper.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53843 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 47c0d6e..6b41e3a 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-01-26  Garret Kelly  <gdk at chromium.org>
+
+        Reviewed by Eric Seidel.
+
+        Add missing declaration for the feMorphology SVG element.
+        https://bugs.webkit.org/show_bug.cgi?id=34151
+
+        * bindings/v8/V8DOMWrapper.cpp:
+
 2010-01-26  Andras Becsi  <abecsi at inf.u-szeged.hu>
 
         Unreviewed build fix.
diff --git a/WebCore/bindings/v8/V8DOMWrapper.cpp b/WebCore/bindings/v8/V8DOMWrapper.cpp
index 96d060d..d5d01cd 100644
--- a/WebCore/bindings/v8/V8DOMWrapper.cpp
+++ b/WebCore/bindings/v8/V8DOMWrapper.cpp
@@ -849,6 +849,7 @@ V8ClassIndex::V8WrapperType V8DOMWrapper::htmlElementType(HTMLElement* element)
     macro(feImage, FEIMAGE) \
     macro(feMerge, FEMERGE) \
     macro(feMergeNode, FEMERGENODE) \
+    macro(feMorphology, FEMORPHOLOGY) \
     macro(feOffset, FEOFFSET) \
     macro(fePointLight, FEPOINTLIGHT) \
     macro(feSpecularLighting, FESPECULARLIGHTING) \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list