Index: src/Concurrency/KeywordsNew.cpp
===================================================================
--- src/Concurrency/KeywordsNew.cpp	(revision 41d3c8d53e47a61467628191045f040de3226cb8)
+++ src/Concurrency/KeywordsNew.cpp	(revision 18f7858ea013d58a6e3cd0b6bfc61801c6f018c1)
@@ -1333,9 +1333,9 @@
 
 		// construct the current try
-		currentTry = new ast::TryStmt( 
-			location, 
-			currTryBody, 
-			{}, 
-			new ast::FinallyStmt( location, currFinallyBody )
+		currentTry = new ast::TryStmt(
+			location,
+			currTryBody,
+			{},
+			new ast::FinallyClause( location, currFinallyBody )
 		);
 		if ( i == 0 ) outerTry = currentTry;
@@ -1351,5 +1351,5 @@
 		lastBody->push_back( body );
 		newBody->push_front( outerTry );
-	}	
+	}
 
 	// monitor_guard_t __guard = { __monitors, # };
