no reviewer, not part of product, just a test git-svn-id: svn://10.0.0.236/trunk@51102 18797224-902f-48f8-a5cc-f745e15eee43
14 lines
228 B
Plaintext
14 lines
228 B
Plaintext
|
|
#include "nsISupports.idl"
|
|
#include "domstubs.idl"
|
|
%{C++
|
|
#include "nsIDOMNode.h"
|
|
%}
|
|
|
|
|
|
[scriptable, uuid(2842a0ba-4bd8-11d3-ac84-00a0c900d445)]
|
|
interface nsIDOMViewerElement : nsISupports {
|
|
attribute nsISupports object;
|
|
};
|
|
|