gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-2195-ge04f9e2
Date: Mon, 24 Aug 2015 11:12:58 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  e04f9e25c68ba879e82d206716eae76fc4542cb8 (commit)
      from  88f86a3c63171283388f3644008763f2e6ab851b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=e04f9e25c68ba879e82d206716eae76fc4542cb8


commit e04f9e25c68ba879e82d206716eae76fc4542cb8
Author: Nutchanon Wetchasit <address@hidden>
Date:   Mon Aug 24 12:57:12 2015 +0200

    Do not check for "this" pointer in static TextField.getFontList()
    
    See https://savannah.gnu.org/patch/?8723
    
    Signed-off-by: Sandro Santilli <address@hidden>

diff --git a/libcore/asobj/TextField_as.cpp b/libcore/asobj/TextField_as.cpp
index 58aded3..ffbd843 100644
--- a/libcore/asobj/TextField_as.cpp
+++ b/libcore/asobj/TextField_as.cpp
@@ -591,9 +591,6 @@ textfield_getDepth(const fn_call& fn)
 as_value
 textfield_getFontList(const fn_call& fn)
 {
-    TextField* text = ensure<IsDisplayObject<TextField> >(fn);
-    UNUSED(text);
-
     LOG_ONCE(log_unimpl(_("TextField.getFontList()")));
 
     return as_value();

-----------------------------------------------------------------------

Summary of changes:
 libcore/asobj/TextField_as.cpp |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]