Module: wine Branch: master Commit: 12bc6e0cc718d3127df4c3be523f9d4812dd6503 URL: http://source.winehq.org/git/wine.git/?a=commit;h=12bc6e0cc718d3127df4c3be52...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Mar 12 12:14:10 2012 +0100
jscript: Removed no longer needed caller argument from jsdisp_propput_name and jsdisp_propget.
---
dlls/jscript/array.c | 8 ++++---- dlls/jscript/dispex.c | 12 ++++++------ dlls/jscript/engine.c | 8 ++++---- dlls/jscript/error.c | 8 ++++---- dlls/jscript/function.c | 18 +++++++++--------- dlls/jscript/global.c | 8 ++++---- dlls/jscript/jscript.h | 4 ++-- dlls/jscript/regexp.c | 14 +++++++------- 8 files changed, 40 insertions(+), 40 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=12bc6e0cc718d3127df4c3...