308309310311312313314315
fail("TypeError description should not be empty"); } } private static boolean isIE8() { UserAgent userAgent = GWT.create(UserAgent.class); return userAgent.getCompileTimeValue().equals("ie8"); }