[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 14:58:48 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit dc92904f5bb216f26dc5187af12be79f6be4127e
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 26 20:37:19 2010 +0000

    2010-10-26  Pavel Feldman  <pfeldman at chromium.org>
    
            Reviewed by Timothy Hatcher.
    
            Web Inspector: console does not work after two reloads.
            https://bugs.webkit.org/show_bug.cgi?id=48318
    
            * inspector/InspectorController.cpp:
            (WebCore::InspectorController::disconnectFrontend):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70566 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 1376185..da7dee5 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-10-26  Pavel Feldman  <pfeldman at chromium.org>
+
+        Reviewed by Timothy Hatcher.
+
+        Web Inspector: console does not work after two reloads.
+        https://bugs.webkit.org/show_bug.cgi?id=48318
+
+        * inspector/InspectorController.cpp:
+        (WebCore::InspectorController::disconnectFrontend):
+
 2010-10-26  Pavel Podivilov  <podivilov at chromium.org>
 
         Reviewed by Pavel Feldman.
diff --git a/WebCore/inspector/InspectorController.cpp b/WebCore/inspector/InspectorController.cpp
index 97aeb48..3febf45 100644
--- a/WebCore/inspector/InspectorController.cpp
+++ b/WebCore/inspector/InspectorController.cpp
@@ -576,8 +576,6 @@ void InspectorController::disconnectFrontend()
     if (!m_frontend)
         return;
 
-    setConsoleMessagesEnabled(false);
-
     m_frontend.clear();
 
     InspectorInstrumentation::frontendDeleted();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list