Bug 1019191 part 2. Remove WebIDL quickstubs for EventTarget, since the only remaining xpconnect EventTargets with classinfo are globals, and we never call PostCreatePrototype on globals. r=peterv

This commit is contained in:
Boris Zbarsky 2014-10-22 11:40:46 -04:00
parent 49585cec43
commit c151a4ed40

View File

@ -50,7 +50,4 @@ customIncludes = [
]
newBindingProperties = {
# Once the last entry here goes away, we can make the sNativePropertyHooks
# of bindings static.
'nsIDOMEventTarget': '&mozilla::dom::EventTargetBinding::sNativePropertyHooks->mNativeProperties',
}