зеркало из https://github.com/mozilla/gecko-dev.git
Fix for bug #79177: nsIEditorShell editor property should not be [noscript]
Removed the [noscript] notation on the editor attribute. editor/idl/nsIEditorShell.idl r/sr=sfraser@netscape.com
This commit is contained in:
Родитель
729a670d51
Коммит
0eba0b4b07
|
@ -46,7 +46,7 @@ interface nsIEditorShell : nsISupports
|
|||
attribute nsIDOMWindowInternal contentWindow;
|
||||
attribute wstring editorType;
|
||||
|
||||
[noscript] readonly attribute nsIEditor editor;
|
||||
readonly attribute nsIEditor editor;
|
||||
|
||||
%{C++
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче