mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
8b681bc06c
Apply the following script sed -i ' /JS_ASSERT(/ { s/JS_ASSERT(/MOZ_ASSERT(/; :b; s/ \\$/\\/; /;/ { p; d; }; n; s/^/ /; b b; }; s/JS_ASSERT (/MOZ_ASSERT(/; ' Except where the JS_ASSERT macro does not end with a semi-colon, where empty lines are in the middle of the macro, and where the backslahes are always the same-length after the expression. |
||
---|---|---|
.. | ||
JavaScriptBase.h | ||
JavaScriptChild.cpp | ||
JavaScriptChild.h | ||
JavaScriptLogging.h | ||
JavaScriptParent.cpp | ||
JavaScriptParent.h | ||
JavaScriptShared.cpp | ||
JavaScriptShared.h | ||
JavaScriptTypes.ipdlh | ||
moz.build | ||
PJavaScript.ipdl | ||
WrapperAnswer.cpp | ||
WrapperAnswer.h | ||
WrapperOwner.cpp | ||
WrapperOwner.h |