mshtml: Remove superfluous semicolon.
This commit is contained in:
parent
8a5838274b
commit
c25e5d642a
@ -195,7 +195,7 @@ static nsresult NSAPI handle_node_insert(nsIDOMEventListener *iface, nsIDOMEvent
|
|||||||
nsDOMEventListener_AddRef, \
|
nsDOMEventListener_AddRef, \
|
||||||
nsDOMEventListener_Release, \
|
nsDOMEventListener_Release, \
|
||||||
handler, \
|
handler, \
|
||||||
};
|
}
|
||||||
|
|
||||||
static const nsIDOMEventListenerVtbl blur_vtbl = EVENTLISTENER_VTBL(handle_blur);
|
static const nsIDOMEventListenerVtbl blur_vtbl = EVENTLISTENER_VTBL(handle_blur);
|
||||||
static const nsIDOMEventListenerVtbl focus_vtbl = EVENTLISTENER_VTBL(handle_focus);
|
static const nsIDOMEventListenerVtbl focus_vtbl = EVENTLISTENER_VTBL(handle_focus);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user