mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
No bug - Fix 'test_object_actor.html | property 'className' - got Function, expected function', r=me
This commit is contained in:
parent
376088a3d7
commit
91e0f879a3
@ -92,14 +92,14 @@ function onAttach(aState, aResponse)
|
||||
name: "getterAndSetter",
|
||||
get: {
|
||||
type: "function",
|
||||
className: "function",
|
||||
className: "Function",
|
||||
displayString: /function fooGet/,
|
||||
actor: /[a-z]/,
|
||||
inspectable: false,
|
||||
},
|
||||
set: {
|
||||
type: "function",
|
||||
className: "function",
|
||||
className: "Function",
|
||||
displayString: /function fooSet/,
|
||||
actor: /[a-z]/,
|
||||
inspectable: false,
|
||||
@ -137,7 +137,7 @@ function onAttach(aState, aResponse)
|
||||
name: "omgfn",
|
||||
value: {
|
||||
type: "function",
|
||||
className: "function",
|
||||
className: "Function",
|
||||
displayString: /function _omgfn/,
|
||||
actor: /[a-z]/,
|
||||
inspectable: false,
|
||||
|
Loading…
Reference in New Issue
Block a user