Why doesnt this remove MC work?

var ok:oklol = new oklol();
function LOL():void {
this.addChild(ok);
ok.addEventListener(Event.ENTER_FRAME,LOL2);

}
function LOL2(event:Event):void {
this.removeChild(event.target);
}
LOL();

1118: Implicit coercion of a value with static type Object to a possibly unrelated type flash.display:DisplayObject.