-1:000000000000 | 0:5f10ed109f87 |
---|---|
1 /* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ | |
2 /* vim: set ts=2 sw=2 et tw=80: */ | |
3 /* This Source Code Form is subject to the terms of the Mozilla Public | |
4 * License, v. 2.0. If a copy of the MPL was not distributed with this | |
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | |
6 #include "domstubs.idl" | |
7 | |
8 [scriptable, uuid(0ccbcf19-d1b4-489e-984c-cd8c43672bb9)] | |
9 interface nsIDOMDOMConstructor : nsISupports | |
10 { | |
11 AString toString(); | |
12 }; | |
13 |