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

Unified Diff: tracing/tracing/ui/analysis/single_object_snapshot_sub_view.html

Issue 1929693002: [polymer] Fixes bad regexp replaces for Polymer.dom(...) (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | tracing/tracing/ui/analysis/single_thread_time_slice_sub_view.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/analysis/single_object_snapshot_sub_view.html
diff --git a/tracing/tracing/ui/analysis/single_object_snapshot_sub_view.html b/tracing/tracing/ui/analysis/single_object_snapshot_sub_view.html
index cf6dc1743c3e3b8b87cc2cfd86fcb28eebaf0570..b9d2c87f94ee4c285732049d03bbd8bf255d5664 100644
--- a/tracing/tracing/ui/analysis/single_object_snapshot_sub_view.html
+++ b/tracing/tracing/ui/analysis/single_object_snapshot_sub_view.html
@@ -127,7 +127,7 @@ Polymer({
var objectViewEl = document.createElement('tr-ui-a-generic-object-view');
objectViewEl.object = snapshot.args;
- aPolymer.dom(rgsEl).appendChild(objectViewEl);
+ Polymer.dom(argsEl).appendChild(objectViewEl);
}
});
</script>
« no previous file with comments | « no previous file | tracing/tracing/ui/analysis/single_thread_time_slice_sub_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698