| Index: tracing/tracing/value/ui/histogram_span.html
|
| diff --git a/tracing/tracing/value/ui/histogram_span.html b/tracing/tracing/value/ui/histogram_span.html
|
| index 25cedd0854a77ac9e0298a8d38b6f439de542bee..45140bb84dd2ef763f525637b4812a9e49de94f2 100644
|
| --- a/tracing/tracing/value/ui/histogram_span.html
|
| +++ b/tracing/tracing/value/ui/histogram_span.html
|
| @@ -62,7 +62,7 @@ Polymer({
|
| },
|
|
|
| ready: function() {
|
| - this.$.container.appendChild(this.chart_);
|
| + Polymer.dom(this.$.container).appendChild(this.chart_);
|
| },
|
|
|
| // TODO(polymer): Convert to Polymer property.
|
|
|