Remove unneeded 'nativeOwnership': 'refcounted' annotations, no bug

This commit is contained in:
David Zbarsky 2013-07-26 13:20:22 -07:00
parent d76ef26a9a
commit e6b60b3b6b

View File

@ -93,10 +93,6 @@ DOMInterfaces = {
'nativeType': 'mozilla::dom::file::ArchiveRequest', 'nativeType': 'mozilla::dom::file::ArchiveRequest',
}, },
'AudioBuffer': {
'nativeOwnership': 'refcounted',
},
'AudioChannelManager': { 'AudioChannelManager': {
'nativeType': 'mozilla::dom::system::AudioChannelManager', 'nativeType': 'mozilla::dom::system::AudioChannelManager',
'headerFile': 'AudioChannelManager.h' 'headerFile': 'AudioChannelManager.h'
@ -157,14 +153,6 @@ DOMInterfaces = {
'headerFile': 'DOMCameraManager.h' 'headerFile': 'DOMCameraManager.h'
}, },
'CanvasGradient' : {
'nativeOwnership': 'refcounted'
},
'CanvasPattern' : {
'nativeOwnership': 'refcounted'
},
'CanvasRenderingContext2D': { 'CanvasRenderingContext2D': {
'implicitJSContext': [ 'implicitJSContext': [
'createImageData', 'getImageData', 'mozDash' 'createImageData', 'getImageData', 'mozDash'
@ -653,7 +641,6 @@ DOMInterfaces = {
'MimeType': { 'MimeType': {
'headerFile' : 'nsMimeTypeArray.h', 'headerFile' : 'nsMimeTypeArray.h',
'nativeType': 'nsMimeType', 'nativeType': 'nsMimeType',
'nativeOwnership': 'refcounted',
'resultNotAddRefed': [ 'enabledPlugin' ] 'resultNotAddRefed': [ 'enabledPlugin' ]
}, },
@ -780,10 +767,6 @@ DOMInterfaces = {
'headerFile': 'nsPerformance.h' 'headerFile': 'nsPerformance.h'
}, },
'PeriodicWave' : {
'nativeOwnership': 'refcounted'
},
'Plugin': { 'Plugin': {
'headerFile' : 'nsPluginArray.h', 'headerFile' : 'nsPluginArray.h',
'nativeType': 'nsPluginElement', 'nativeType': 'nsPluginElement',
@ -850,26 +833,9 @@ DOMInterfaces = {
'nativeType': 'nsCSSStyleSheet', 'nativeType': 'nsCSSStyleSheet',
}, },
'SVGAngle' : {
'nativeOwnership': 'refcounted'
},
'SVGAnimatedAngle' : {
'nativeOwnership': 'refcounted'
},
'SVGAnimatedBoolean' : {
'nativeOwnership': 'refcounted'
},
'SVGAnimatedLength' : {
'nativeOwnership': 'refcounted'
},
'SVGAnimatedLengthList': { 'SVGAnimatedLengthList': {
'nativeType': 'mozilla::DOMSVGAnimatedLengthList', 'nativeType': 'mozilla::DOMSVGAnimatedLengthList',
'headerFile': 'DOMSVGAnimatedLengthList.h', 'headerFile': 'DOMSVGAnimatedLengthList.h',
'nativeOwnership': 'refcounted',
}, },
'SVGAnimatedNumberList': { 'SVGAnimatedNumberList': {