Bug 919603 followup. Make sure EventTarget has a [Global] descendant, so it actually works right. r=peterv pending, because CLOSED TREE

This commit is contained in:
Boris Zbarsky 2013-09-25 16:07:08 -04:00
parent c766c7c19d
commit 5cded4e7a5

View File

@ -7,7 +7,8 @@
// Dummy bindings that we need to force generation of things that
// aren't actually referenced anywhere in IDL yet but are used in C++.
interface DummyInterface {
[Global]
interface DummyInterface : EventTarget {
readonly attribute OnErrorEventHandlerNonNull onErrorEventHandler;
FilePropertyBag fileBag();
InspectorRGBTriple rgbTriple();