Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Unified Diff: tracing/tracing/extras/chrome/blame_context/frame_tree_node.html

Issue 2776653002: [ESLint] Fix violations when enabling curly rule in eslint. (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
},

Powered by Google App Engine
This is Rietveld 408576698