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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 14:24:59 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 0118b091506547ee60a64ff180462403d7707b30
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 8 02:03:18 2010 +0000

    2010-10-07  Eric Uhrhane  <ericu at chromium.org>
    
            Reviewed by Jian Li
    
            [V8] Add FileWriter to active DOM map
            https://bugs.webkit.org/show_bug.cgi?id=47380
    
            It's an ActiveDOMObject; it needs to be in the map.
    
            * bindings/scripts/CodeGeneratorV8.pm:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69370 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 2e8597d..c9bd926 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-10-07  Eric Uhrhane  <ericu at chromium.org>
+
+        Reviewed by Jian Li
+
+        [V8] Add FileWriter to active DOM map
+        https://bugs.webkit.org/show_bug.cgi?id=47380
+
+        It's an ActiveDOMObject; it needs to be in the map.
+
+        * bindings/scripts/CodeGeneratorV8.pm:
+
 2010-10-07  Nico Weber  <thakis at chromium.org>
 
         Reviewed by James Robinson.
diff --git a/WebCore/bindings/scripts/CodeGeneratorV8.pm b/WebCore/bindings/scripts/CodeGeneratorV8.pm
index 4524d2b..18e80e4 100644
--- a/WebCore/bindings/scripts/CodeGeneratorV8.pm
+++ b/WebCore/bindings/scripts/CodeGeneratorV8.pm
@@ -2556,6 +2556,7 @@ sub IsActiveDomType
     return 1 if $type eq "SharedWorker";
     return 1 if $type eq "IDBRequest";
     return 1 if $type eq "FileReader";
+    return 1 if $type eq "FileWriter";
     return 0;
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list