Bug 912955 - Remove some implicitJSContext annotations. r=bz.

--HG--
extra : rebase_source : 406dd7104924cb6767b2a6cbb0d05afae493ba52
This commit is contained in:
Peter Van der Beken 2013-08-23 11:22:29 +02:00
parent 19e398d030
commit eb3a8d8225

View File

@ -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,
}],