summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/inspector/front-end/ProfileDataGridTree.js
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/front-end/ProfileDataGridTree.js')
-rw-r--r--Source/WebCore/inspector/front-end/ProfileDataGridTree.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/inspector/front-end/ProfileDataGridTree.js b/Source/WebCore/inspector/front-end/ProfileDataGridTree.js
index adf34f1..7988674 100644
--- a/Source/WebCore/inspector/front-end/ProfileDataGridTree.js
+++ b/Source/WebCore/inspector/front-end/ProfileDataGridTree.js
@@ -50,7 +50,7 @@ WebInspector.ProfileDataGridNode.prototype = {
{
function formatMilliseconds(time)
{
- return Number.secondsToString(time / 1000, WebInspector.UIString, !Preferences.samplingCPUProfiler);
+ return Number.secondsToString(time / 1000, !Preferences.samplingCPUProfiler);
}
var data = {};