mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 912955 - Remove some implicitJSContext annotations. r=bz.
--HG-- extra : rebase_source : 406dd7104924cb6767b2a6cbb0d05afae493ba52
This commit is contained in:
parent
19e398d030
commit
eb3a8d8225
@ -187,7 +187,7 @@ DOMInterfaces = {
|
||||
|
||||
'CanvasRenderingContext2D': {
|
||||
'implicitJSContext': [
|
||||
'createImageData', 'getImageData', 'mozDash'
|
||||
'createImageData', 'getImageData'
|
||||
],
|
||||
'resultNotAddRefed': [ 'canvas', 'measureText' ],
|
||||
'binaryNames': {
|
||||
@ -844,7 +844,6 @@ DOMInterfaces = {
|
||||
|
||||
'OfflineAudioContext': {
|
||||
'nativeType': 'mozilla::dom::AudioContext',
|
||||
'implicitJSContext': [ 'createBuffer' ],
|
||||
'resultNotAddRefed': [ 'destination', 'listener' ],
|
||||
},
|
||||
|
||||
@ -1246,7 +1245,6 @@ DOMInterfaces = {
|
||||
'nativeOwnership': 'refcounted',
|
||||
},
|
||||
{
|
||||
'implicitJSContext': [ 'createObjectURL', 'revokeObjectURL' ],
|
||||
'workers': True,
|
||||
}],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user