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

pfeldman at chromium.org pfeldman at chromium.org
Wed Dec 22 12:03:18 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 7fb6182228daa8b536541f521a8357eac77755ff
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 13 06:35:44 2010 +0000

    2010-08-12  Pavel Feldman  <pfeldman at chromium.org>
    
            Not reviewed. Fixed typo in inspector js.
            Follow up to r65300.
    
            * inspector/front-end/inspector.js:
            (WebInspector.log.isLogAvailable):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65301 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 54ac14e..aa36e53 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,13 @@
 2010-08-12  Pavel Feldman  <pfeldman at chromium.org>
 
+        Not reviewed. Fixed typo in inspector js.
+        Follow up to r65300.
+
+        * inspector/front-end/inspector.js:
+        (WebInspector.log.isLogAvailable):
+
+2010-08-12  Pavel Feldman  <pfeldman at chromium.org>
+
         Reviewed by Yury Semikhatsky.
 
         Web Inspector: Make getPrototypes return objects, not names.
diff --git a/WebCore/inspector/front-end/inspector.js b/WebCore/inspector/front-end/inspector.js
index e73df01..cf5eda3 100644
--- a/WebCore/inspector/front-end/inspector.js
+++ b/WebCore/inspector/front-end/inspector.js
@@ -1470,7 +1470,7 @@ WebInspector.log = function(message, messageLevel)
     // return indication if we can actually log a message
     function isLogAvailable()
     {
-        return WebInspector.ConsoleMessage && WebInspector.ObjectProxy && self.console;
+        return WebInspector.ConsoleMessage && WebInspector.RemoteObject && self.console;
     }
 
     // flush the queue of pending messages

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list