| Index: tracing/tracing/extras/chrome/blame_context/frame_tree_node.html
|
| diff --git a/tracing/tracing/extras/chrome/blame_context/frame_tree_node.html b/tracing/tracing/extras/chrome/blame_context/frame_tree_node.html
|
| index 9bfff297749bd07c89ccb4c4a6a5f666d80acf00..6dfc4e0771e4e183f06b25d32d2bbc1098343640 100644
|
| --- a/tracing/tracing/extras/chrome/blame_context/frame_tree_node.html
|
| +++ b/tracing/tracing/extras/chrome/blame_context/frame_tree_node.html
|
| @@ -27,8 +27,9 @@ tr.exportTo('tr.e.chrome', function() {
|
| __proto__: BlameContextSnapshot.prototype,
|
|
|
| get renderFrame() {
|
| - if (this.args.renderFrame instanceof tr.e.chrome.RenderFrameSnapshot)
|
| + if (this.args.renderFrame instanceof tr.e.chrome.RenderFrameSnapshot) {
|
| return this.args.renderFrame;
|
| + }
|
| return undefined;
|
| },
|
|
|
|
|