You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/06/02 19:05:44 UTC

[41/50] [abbrv] git commit: [flex-falcon] [refs/heads/develop] - re-apply 20011b7a70a17e80a8e2652fb88eeb2f12b6b5b1 from Flex SDK

re-apply 20011b7a70a17e80a8e2652fb88eeb2f12b6b5b1 from Flex SDK


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/9a5caec7
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/9a5caec7
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/9a5caec7

Branch: refs/heads/develop
Commit: 9a5caec71222fcd3ca627cd4528008556e931ed4
Parents: a405e8a
Author: Alex Harui <ah...@apache.org>
Authored: Mon Jun 1 17:03:31 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Jun 1 17:03:31 2015 -0700

----------------------------------------------------------------------
 debugger/src/flex/tools/debugger/cli/DebugCLI.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/9a5caec7/debugger/src/flex/tools/debugger/cli/DebugCLI.java
----------------------------------------------------------------------
diff --git a/debugger/src/flex/tools/debugger/cli/DebugCLI.java b/debugger/src/flex/tools/debugger/cli/DebugCLI.java
index 52453fb..6e2997b 100644
--- a/debugger/src/flex/tools/debugger/cli/DebugCLI.java
+++ b/debugger/src/flex/tools/debugger/cli/DebugCLI.java
@@ -4392,7 +4392,7 @@ public class DebugCLI implements Runnable, SourceLocator
 
     private int parseFileName(String partialFileName) throws NoMatchException, AmbiguousException
     {
-        SourceFile[] sourceFiles = m_fileInfo.getFiles(partialFileName);
+        SourceFile[] sourceFiles = m_fileInfo.getFiles(partialFileName, m_activeIsolate);
         int nSourceFiles = sourceFiles.length;
 
         if (nSourceFiles == 0)