mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
9253dd3ab3
no reviewer, not part of product, just a test
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;
|
|
};
|
|
|