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

pfeldman at chromium.org pfeldman at chromium.org
Thu Oct 29 20:47:22 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 02bae19fad020c589bd5ea1e5a9753e83b529cdc
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 19 01:20:14 2009 +0000

    2009-10-18  Pavel Feldman  <pfeldman at chromium.org>
    
            Not reviewed: touching WebCore so that it
            initiated inspector frontend deployment on Windows.
    
            Web Inspector: frontend files are not deployed in Windows
            incremental build.
    
            * inspector/InspectorDOMAgent.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49761 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 9888b52..65edf36 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,16 @@
 2009-10-18  Pavel Feldman  <pfeldman at chromium.org>
 
+        Not reviewed: touching WebCore so that it
+        initiated inspector frontend deployment on Windows.
+
+        Web Inspector: frontend files are not deployed in Windows
+        incremental build.
+
+        * inspector/InspectorDOMAgent.cpp:
+        (WebCore::InspectorDOMAgent::unbind):
+
+2009-10-18  Pavel Feldman  <pfeldman at chromium.org>
+
         Reviewed by Timothy Hatcher.
 
         Web Inspector: Title of dir(["test", "test2"]) should be Array
diff --git a/WebCore/inspector/InspectorDOMAgent.cpp b/WebCore/inspector/InspectorDOMAgent.cpp
index f6c2d46..1dd3a71 100644
--- a/WebCore/inspector/InspectorDOMAgent.cpp
+++ b/WebCore/inspector/InspectorDOMAgent.cpp
@@ -224,6 +224,7 @@ void InspectorDOMAgent::unbind(Node* node, NodeToIdMap* nodesMap)
     int id = nodesMap->get(node);
     if (!id)
         return;
+
     m_idToNode.remove(id);
     nodesMap->remove(node);
     bool childrenRequested = m_childrenRequested.contains(id);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list