Commit 3eb0327 1 parent c4e1980 commit 3eb0327 Copy full SHA for 3eb0327
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ def frame_table
497
497
address : [ -1 ] * size ,
498
498
inlineDepth : [ 0 ] * size ,
499
499
category : categories ,
500
- subcategory : nil ,
500
+ subcategory : none ,
501
501
func : funcs ,
502
502
nativeSymbol : none ,
503
503
innerWindowID : none ,
Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ def assert_valid_firefox_profile(profile)
62
62
assert_equal frame_length , thread [ "frameTable" ] [ "innerWindowID" ] . length
63
63
assert_equal frame_length , thread [ "frameTable" ] [ "func" ] . length
64
64
assert_equal frame_length , thread [ "frameTable" ] [ "category" ] . length
65
+ assert_equal frame_length , thread [ "frameTable" ] [ "subcategory" ] . length
66
+ assert_equal [ ] , thread [ "frameTable" ] [ "subcategory" ] . compact
65
67
assert_equal frame_length , thread [ "frameTable" ] [ "inlineDepth" ] . length
66
68
assert_equal frame_length , thread [ "frameTable" ] [ "address" ] . length
67
69
You can’t perform that action at this time.
0 commit comments