Index: tracing/tracing/extras/chrome/blame_context/blame_context.html |
diff --git a/tracing/tracing/extras/chrome/blame_context/blame_context.html b/tracing/tracing/extras/chrome/blame_context/blame_context.html |
index 13579138a50033a967c457547f8a12b47b7ff2fe..8de586cef5d77ea45f3e7f7cd712e60ed3aac48e 100644 |
--- a/tracing/tracing/extras/chrome/blame_context/blame_context.html |
+++ b/tracing/tracing/extras/chrome/blame_context/blame_context.html |
@@ -41,8 +41,9 @@ tr.exportTo('tr.e.chrome', function() { |
* Returns the parent in the context tree. |
*/ |
get parentContext() { |
- if (this.args.parent instanceof BlameContextSnapshot) |
+ if (this.args.parent instanceof BlameContextSnapshot) { |
return this.args.parent; |
+ } |
return undefined; |
}, |