Revision: 3895
Author: mikesamuel
Date: Fri Dec 4 16:22:19 2009
Log: Edited wiki page through web user interface.
http://code.google.com/p/google-caja/source/detail?r=3895
Modified:
/wiki/FinallySkipped.wiki
=======================================
--- /wiki/FinallySkipped.wiki Fri Dec 4 16:22:00 2009
+++ /wiki/FinallySkipped.wiki Fri Dec 4 16:22:19 2009
@@ -1,4 +1,4 @@
-#summary {{{finally}}} blocks can fail to execute in one script block and
control still proceed to another.
+#summary finally blocks can fail to execute in one script block and
control still proceed to another.
== Effect ==
Object can be observed in an inconsistent state if they can be tricked
into calling out to code that causes an exception that is never caught.