gecko/dom/bindings/mozwebidlcodegen/test/Parent.webidl
Gregory Szorc c97cea6fe6 Bug 928195 - Part 3: Consolidate all WebIDL Python logic into mozwebidl module; r=bz, froydnj
--HG--
extra : rebase_source : 050f1c3eb3bccdf369164be4e58c59fa71c19060
2013-11-18 13:02:11 -08:00

4 lines
42 B
Plaintext

interface Parent {
void MethodFoo();
};