| Index: Source/devtools/front_end/timeline/CountersGraph.js
|
| diff --git a/Source/devtools/front_end/timeline/CountersGraph.js b/Source/devtools/front_end/timeline/CountersGraph.js
|
| index 29804e8bf30e651d1ef95e140fd070d75287034a..1c8fc07ee3b8d218c2a5031fa2f001d9bfdb0ad1 100644
|
| --- a/Source/devtools/front_end/timeline/CountersGraph.js
|
| +++ b/Source/devtools/front_end/timeline/CountersGraph.js
|
| @@ -388,7 +388,7 @@ WebInspector.CountersGraph.CounterUI = function(memoryCountersPane, title, curre
|
| this._value = memoryCountersPane._currentValuesBar.createChild("span", "memory-counter-value");
|
| this._value.style.color = graphColor;
|
| this.graphColor = graphColor;
|
| - this.limitColor = WebInspector.Color.parse(graphColor).setAlpha(0.3).toString(WebInspector.Color.Format.RGBA);
|
| + this.limitColor = WebInspector.Color.parse(graphColor).setAlpha(0.3).asString(WebInspector.Color.Format.RGBA);
|
| this.graphYValues = [];
|
| this._verticalPadding = 10;
|
|
|
|
|