[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 11:32:10 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 70686c7738e5dd6a2bb4c7f9f7d02e78a791fb30
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 28 17:17:09 2010 +0000

    2010-07-28  Pavel Feldman  <pfeldman at chromium.org>
    
            Reviewed by Dimitri Glazkov.
    
            Chromium DevTools: [REGRESSION] sourceURL is not respected.
    
            https://bugs.webkit.org/show_bug.cgi?id=43124
    
            * src/js/DebuggerScript.js:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64211 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index a50d966..71bbe02 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,13 @@
+2010-07-28  Pavel Feldman  <pfeldman at chromium.org>
+
+        Reviewed by Dimitri Glazkov.
+
+        Chromium DevTools: [REGRESSION] sourceURL is not respected.
+
+        https://bugs.webkit.org/show_bug.cgi?id=43124
+
+        * src/js/DebuggerScript.js:
+
 2010-07-28  Andrei Popescu  <andreip at google.com>
 
         Reviewed by Jeremy Orlow.
diff --git a/WebKit/chromium/src/js/DebuggerScript.js b/WebKit/chromium/src/js/DebuggerScript.js
index cc37fd4..51787f6 100644
--- a/WebKit/chromium/src/js/DebuggerScript.js
+++ b/WebKit/chromium/src/js/DebuggerScript.js
@@ -83,7 +83,7 @@ DebuggerScript._formatScript = function(script)
         scriptWorldType = DebuggerScript.ScriptWorldType.ExtensionsWorld;
     return {
         id: script.id,
-        name: script.name,
+        name: script.nameOrSourceURL(),
         source: script.source,
         lineOffset: DebuggerScript._v8ToWebkitLineNumber(script.line_offset),
         lineCount: script.lineCount(),

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list