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

bweinstein at apple.com bweinstein at apple.com
Wed Apr 7 23:09:18 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 2930dea07701bb25ff30627c87fb26eda3c3a6d4
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 27 18:37:08 2009 +0000

    Rubber-stamped by Tim Hatcher.
    
    Removed an extra console.log from ElementsTreeOutline.
    
    * inspector/front-end/ElementsTreeOutline.js:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50163 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index b83eaec..c753dc2 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-27  Brian Weinstein  <bweinstein at apple.com>
+
+        Rubber-stamped by Tim Hatcher.
+        
+        Removed an extra console.log from ElementsTreeOutline.
+
+        * inspector/front-end/ElementsTreeOutline.js:
+
 2009-10-27  Keishi Hattori  <casey.hattori at gmail.com>
 
         Reviewed by Timothy Hatcher.
diff --git a/WebCore/inspector/front-end/ElementsTreeOutline.js b/WebCore/inspector/front-end/ElementsTreeOutline.js
index e95b11c..be01647 100644
--- a/WebCore/inspector/front-end/ElementsTreeOutline.js
+++ b/WebCore/inspector/front-end/ElementsTreeOutline.js
@@ -838,7 +838,7 @@ WebInspector.ElementsTreeElement.prototype = {
                     if (node.parentNode && node.parentNode.nodeName.toLowerCase() == "script") {
                         var newNode = document.createElement("span");
                         newNode.textContent = node.textContent;
-                        console.log(node);
+
                         var javascriptSyntaxHighlighter = new WebInspector.JavaScriptSourceSyntaxHighlighter(null, null);
                         javascriptSyntaxHighlighter.syntaxHighlightNode(newNode);
                         

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list