| Index: tracing/tracing/base/sinebow_color_generator.html
|
| diff --git a/tracing/tracing/base/sinebow_color_generator.html b/tracing/tracing/base/sinebow_color_generator.html
|
| index c6aba3c02014b743030a597bf44bac1318805a37..8d5d388e8d685e1078de791f4a239c834cc49db1 100644
|
| --- a/tracing/tracing/base/sinebow_color_generator.html
|
| +++ b/tracing/tracing/base/sinebow_color_generator.html
|
| @@ -34,8 +34,9 @@ tr.exportTo('tr.b', function() {
|
|
|
| SinebowColorGenerator.prototype = {
|
| colorForKey: function(key) {
|
| - if (!this.keyToColor[key])
|
| + if (!this.keyToColor[key]) {
|
| this.keyToColor[key] = this.nextColor();
|
| + }
|
| return this.keyToColor[key];
|
| },
|
|
|
|
|