[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

dglazkov at chromium.org dglazkov at chromium.org
Thu Oct 29 20:32:14 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 8b1308aa215f7341ca1c84f5a2c6a0265345870b
Author: dglazkov at chromium.org <dglazkov at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 22 23:48:44 2009 +0000

    2009-09-22  Dimitri Glazkov  <dglazkov at chromium.org>
    
            No review, rolling out r48639.
            http://trac.webkit.org/changeset/48639
    
            * bindings/v8/V8GCController.cpp:
            (WebCore::ObjectGrouperVisitor::visitDOMWrapper):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48657 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 8b90aac..5194e59 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2009-09-22  Dimitri Glazkov  <dglazkov at chromium.org>
+
+        No review, rolling out r48639.
+        http://trac.webkit.org/changeset/48639
+
+        * bindings/v8/V8GCController.cpp:
+        (WebCore::ObjectGrouperVisitor::visitDOMWrapper):
+
 2009-09-22  Dumitru Daniliuc  <dumi at chromium.org>
 
         Reviewed by Dimitri Glazkov.
diff --git a/WebCore/bindings/v8/V8GCController.cpp b/WebCore/bindings/v8/V8GCController.cpp
index e688acb..1b7c5ad 100644
--- a/WebCore/bindings/v8/V8GCController.cpp
+++ b/WebCore/bindings/v8/V8GCController.cpp
@@ -272,11 +272,6 @@ public:
 
     void visitDOMWrapper(Node* node, v8::Persistent<v8::Object> wrapper)
     {
-        // If the wrapper is clean it will not be detectable if it
-        // goes away and is recreated later so we don't make an effort
-        // to keep it alive here.
-        if (!wrapper->IsDirty())
-            return;
 
         // If the node is in document, put it in the ownerDocument's object group.
         //

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list