[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

podivilov at chromium.org podivilov at chromium.org
Sun Feb 20 23:42:50 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 88024c4745fd825212ac0a527b93fcc864d5e2bb
Author: podivilov at chromium.org <podivilov at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 24 14:05:06 2011 +0000

    2011-01-24  Pavel Podivilov  <podivilov at chromium.org>
    
            Unreviewed, build fix  for r76509.
    
            * bindings/js/ScriptDebugServer.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76510 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 8795002..0532933 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2011-01-24  Pavel Podivilov  <podivilov at chromium.org>
 
+        Unreviewed, build fix  for r76509.
+
+        * bindings/js/ScriptDebugServer.h:
+
+2011-01-24  Pavel Podivilov  <podivilov at chromium.org>
+
         Reviewed by Yury Semikhatsky.
 
         Web Inspector: set breakpoints by line:column.
diff --git a/Source/WebCore/bindings/js/ScriptDebugServer.h b/Source/WebCore/bindings/js/ScriptDebugServer.h
index 622d49b..c0b44c7 100644
--- a/Source/WebCore/bindings/js/ScriptDebugServer.h
+++ b/Source/WebCore/bindings/js/ScriptDebugServer.h
@@ -151,7 +151,7 @@ private:
     bool m_breakpointsActivated;
     JavaScriptCallFrame* m_pauseOnCallFrame;
     RefPtr<JavaScriptCallFrame> m_currentCallFrame;
-    SourceIdToBreakpointsMap m_sourceIdToScriptBreakpoints;
+    SourceIdToBreakpointsMap m_sourceIdToBreakpoints;
     Timer<ScriptDebugServer> m_recompileTimer;
 };
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list