IFRAME_IS_USER
#define IFRAME_IS_USER(f) ((f)->cs == USER_CODE_SELECTOR \
#define IFRAME_IS_USER(f) (((f)->cs & DPL_USER) == DPL_USER)