Repository: flex-sdk
Updated Branches:
  refs/heads/develop 386c8bb00 -> 991f2c294


fixed warning

Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/991f2c29
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/991f2c29
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/991f2c29

Branch: refs/heads/develop
Commit: 991f2c294422da189c0f80f63829623895995da6
Parents: 386c8bb
Author: Andy Dufilie <[email protected]>
Authored: Mon Jan 11 22:47:37 2016 -0500
Committer: Andy Dufilie <[email protected]>
Committed: Mon Jan 11 22:47:37 2016 -0500

----------------------------------------------------------------------
 frameworks/projects/framework/src/mx/binding/Binding.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/991f2c29/frameworks/projects/framework/src/mx/binding/Binding.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/binding/Binding.as 
b/frameworks/projects/framework/src/mx/binding/Binding.as
index 15bef54..a8c569a 100644
--- a/frameworks/projects/framework/src/mx/binding/Binding.as
+++ b/frameworks/projects/framework/src/mx/binding/Binding.as
@@ -426,7 +426,7 @@ public class Binding
         catch(error:Error)
         {
                        if (error is ItemPendingError) {
-                   error.addResponder(new EvalBindingResponder(this, object));
+                   (error as ItemPendingError).addResponder(new 
EvalBindingResponder(this, object));
                    if (BindingManager.debugDestinationStrings[destString])
                    {
                        trace("Binding: destString = " + destString + ", error 
= " + error);

Reply via email to