[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

apavlov at chromium.org apavlov at chromium.org
Fri Feb 26 22:27:02 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 0c67fa6f43a606448fa0f46ab8a4cf8400584819
Author: apavlov at chromium.org <apavlov at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Feb 22 13:02:47 2010 +0000

    2010-02-22  Alexander Pavlov  <apavlov at chromium.org>
    
            Not reviewed: mac build fix
    
            * bindings/js/ScriptDebugServer.cpp:
            (WebCore::ScriptDebugServer::ScriptDebugServer):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55078 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index e2dcd55..3deda6a 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,12 @@
 2010-02-22  Alexander Pavlov  <apavlov at chromium.org>
 
+        Not reviewed: mac build fix
+
+        * bindings/js/ScriptDebugServer.cpp:
+        (WebCore::ScriptDebugServer::ScriptDebugServer):
+
+2010-02-22  Alexander Pavlov  <apavlov at chromium.org>
+
         Reviewed by Pavel Feldman.
 
         Web Inspector: there should be a way to "deactivate" or "skip" all breakpoints while debugging.
diff --git a/WebCore/bindings/js/ScriptDebugServer.cpp b/WebCore/bindings/js/ScriptDebugServer.cpp
index dd48229..c7d023b 100644
--- a/WebCore/bindings/js/ScriptDebugServer.cpp
+++ b/WebCore/bindings/js/ScriptDebugServer.cpp
@@ -70,9 +70,9 @@ ScriptDebugServer::ScriptDebugServer()
     , m_pauseOnNextStatement(false)
     , m_paused(false)
     , m_doneProcessingDebuggerEvents(true)
+    , m_breakpointsActivated(true)
     , m_pauseOnCallFrame(0)
     , m_recompileTimer(this, &ScriptDebugServer::recompileAllJSFunctions)
-    , m_breakpointsActivated(true)
 {
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list