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
Web Inspector: ES6: Show Symbol properties on Objects
[WebKit-https.git]
/
Source
/
WebInspectorUI
/
UserInterface
/
Views
/
TypePropertiesSection.js
diff --git
a/Source/WebInspectorUI/UserInterface/Views/TypePropertiesSection.js
b/Source/WebInspectorUI/UserInterface/Views/TypePropertiesSection.js
index
9e28d52
..
02af481
100644
(file)
--- a/
Source/WebInspectorUI/UserInterface/Views/TypePropertiesSection.js
+++ b/
Source/WebInspectorUI/UserInterface/Views/TypePropertiesSection.js
@@
-90,7
+90,7
@@
WebInspector.TypePropertiesSection.PropertyComparator = function(propertyA, prop
if (b.indexOf("__proto__") !== -1)
return -1;
if (a === b)
- return
1
;
+ return
0
;
var diff = 0;
var chunk = /^\d+|^\D+/;