Bug 338870 - imgIDecoderObserver is scriptable but inherits from the non-scriptable interface imgIContainerObserver. r=pavlov

This commit is contained in:
pedemont%us.ibm.com 2006-06-27 16:03:34 +00:00
Родитель 980e7b0f7b
Коммит bfd98396db
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -54,7 +54,7 @@ interface gfxIImageFrame;
* @author Stuart Parmenter <pavlov@netscape.com> * @author Stuart Parmenter <pavlov@netscape.com>
* @version 0.1 * @version 0.1
*/ */
[uuid(53102f15-0f53-4939-957e-aea353ad2700)] [scriptable, uuid(53102f15-0f53-4939-957e-aea353ad2700)]
interface imgIContainerObserver : nsISupports interface imgIContainerObserver : nsISupports
{ {
[noscript] void frameChanged(in imgIContainer aContainer, [noscript] void frameChanged(in imgIContainer aContainer,