git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Unreviewed build fixes.
[WebKit-https.git]
/
Websites
/
perf.webkit.org
/
public
/
v2
/
manifest.js
diff --git
a/Websites/perf.webkit.org/public/v2/manifest.js
b/Websites/perf.webkit.org/public/v2/manifest.js
index 9d03bf232f83f94e62511bc8d9b62b6836affb21..4059b2fc3c05e9de10775cf24f2e4add3ce4daca 100755
(executable)
--- a/
Websites/perf.webkit.org/public/v2/manifest.js
+++ b/
Websites/perf.webkit.org/public/v2/manifest.js
@@
-34,7
+34,7
@@
App.Metric = App.NameLabelModel.extend({
}.property('name', 'test'),
fullName: function ()
{
- return this.get('path').join(' \u220b ') /* &
in
; */
+ return this.get('path').join(' \u220b ') /* &
ni
; */
+ ' : ' + this.get('label');
}.property('path', 'label'),
});