Fix incorrect renaming of RETQUEST

pull/1/head
Timothy Pearson 11 years ago
parent bd558a1684
commit 8aa20fb7fc

@ -56,7 +56,7 @@ public class CSSMediaRule extends CSSRule {
rule collection, the rule will be added to the end of the media rule collection, the rule will be added to the end of the media
block. block.
\exception DOMException \exception DOMException
HIERARCHY_RETQUEST_ERR: Raised if the rule cannot be inserted at HIERARCHY_REQUEST_ERR: Raised if the rule cannot be inserted at
the specified index. e.g. if an <code>\@import</code> rule is the specified index. e.g. if an <code>\@import</code> rule is
inserted after a standard rule set or other at-rule. inserted after a standard rule set or other at-rule.
INDEX_SIZE_ERR: Raised if the specified index is not a valid INDEX_SIZE_ERR: Raised if the specified index is not a valid

@ -50,7 +50,7 @@ public class CSSRule implements QtSupport {
public native String cssText(); public native String cssText();
/** /**
see cssText see cssText
HIERARCHY_RETQUEST_ERR: Raised if the rule cannot be inserted HIERARCHY_REQUEST_ERR: Raised if the rule cannot be inserted
at this point in the style sheet. at this point in the style sheet.
NO_MODIFICATION_ALLOWED_ERR: Raised if this style sheet is NO_MODIFICATION_ALLOWED_ERR: Raised if this style sheet is
readonly. readonly.

@ -155,7 +155,7 @@ public class Range implements QtSupport {
/** /**
Moves the contents of a range from the containing document or Moves the contents of a range from the containing document or
document fragment to a new DocumentFragment. document fragment to a new DocumentFragment.
HIERARCHY_RETQUEST_ERR: Raised if a DocumentType node would be HIERARCHY_REQUEST_ERR: Raised if a DocumentType node would be
extracted into the new DocumentFragment. extracted into the new DocumentFragment.
@return A DocumentFragment containing the extracted contents. @return A DocumentFragment containing the extracted contents.
@ -177,7 +177,7 @@ public class Range implements QtSupport {
WRONG_DOCUMENT_ERR: Raised if <code>newNode</code> and the WRONG_DOCUMENT_ERR: Raised if <code>newNode</code> and the
container of the start of the Range were not created from the container of the start of the Range were not created from the
same document. same document.
HIERARCHY_RETQUEST_ERR: Raised if the container of the start of HIERARCHY_REQUEST_ERR: Raised if the container of the start of
the Range is of a type that does not allow children of the type the Range is of a type that does not allow children of the type
of <code>newNode</code> or if <code>newNode</code> is an of <code>newNode</code> or if <code>newNode</code> is an
ancestor of the container . ancestor of the container .
@ -191,7 +191,7 @@ public class Range implements QtSupport {
WRONG_DOCUMENT_ERR: Raised if <code>newParent</code> and the WRONG_DOCUMENT_ERR: Raised if <code>newParent</code> and the
container of the start of the Range were not created from the container of the start of the Range were not created from the
same document. same document.
HIERARCHY_RETQUEST_ERR: Raised if the container of the start of HIERARCHY_REQUEST_ERR: Raised if the container of the start of
the Range is of a type that does not allow children of the type the Range is of a type that does not allow children of the type
of <code>newParent</code> or if <code>newParent</code> is of <code>newParent</code> or if <code>newParent</code> is
an ancestor of the container or if <code>node</code> would an ancestor of the container or if <code>node</code> would

@ -245,7 +245,7 @@ public class TDEIO {
public static final int MSG_RESUME = 108; public static final int MSG_RESUME = 108;
public static final int MSG_SLAVE_STATUS = 109; public static final int MSG_SLAVE_STATUS = 109;
public static final int MSG_SLAVE_ACK = 110; public static final int MSG_SLAVE_ACK = 110;
public static final int MSG_NET_RETQUEST = 111; public static final int MSG_NET_REQUEST = 111;
public static final int MSG_NET_DROP = 112; public static final int MSG_NET_DROP = 112;
public static final int MSG_NEED_SUBURL_DATA = 113; public static final int MSG_NEED_SUBURL_DATA = 113;
public static final int MSG_CANRESUME = 114; public static final int MSG_CANRESUME = 114;

Loading…
Cancel
Save