зеркало из https://github.com/mozilla/pjs.git
as per jst review of dom part of 66318 added what was in this file a native descriptor. it is not necessary any more
This commit is contained in:
Родитель
d8ad0a43f1
Коммит
5396a38c24
|
@ -25,11 +25,9 @@
|
|||
|
||||
%{ C++
|
||||
#include "nsIPresContext.h"
|
||||
#include "nsIDOMEvent.h"
|
||||
%}
|
||||
|
||||
[ptr] native nsIPresContext(nsIPresContext);
|
||||
[ptr] native nsIDOMEvent(nsIDOMEvent);
|
||||
native nsEvent(nsEvent);
|
||||
[ptr] native nsEventPtr(nsEvent);
|
||||
native nsEventStatus(nsEventStatus);
|
||||
|
|
|
@ -25,11 +25,9 @@
|
|||
|
||||
%{ C++
|
||||
#include "nsIPresContext.h"
|
||||
#include "nsIDOMEvent.h"
|
||||
%}
|
||||
|
||||
[ptr] native nsIPresContext(nsIPresContext);
|
||||
[ptr] native nsIDOMEvent(nsIDOMEvent);
|
||||
native nsEvent(nsEvent);
|
||||
[ptr] native nsEventPtr(nsEvent);
|
||||
native nsEventStatus(nsEventStatus);
|
||||
|
|
Загрузка…
Ссылка в новой задаче