return Value(new XMLHttpRequestConstructorImp(exec, m_part->document()));
case XMLSerializer:
return Value(new XMLSerializerConstructorImp(exec));
+ case Focus:
+ case Blur:
+ case Close:
+ return lookupOrCreateFunction<WindowFunc>(exec,p,this,entry->value,entry->params,entry->attr);
case Alert:
case Confirm:
case Prompt:
#if APPLE_CHANGES
case Print:
#endif
- case Focus:
- case Blur:
- case Close:
case Scroll: // compatibility
case ScrollBy:
case ScrollTo:
case MoveTo:
case ResizeBy:
case ResizeTo:
- return lookupOrCreateFunction<WindowFunc>(exec,p,this,entry->value,entry->params,entry->attr);
case CaptureEvents:
case ReleaseEvents:
case AddEventListener: