diff -r 4f2f89ce4247 -r 303757a437d3 WebCore/generated/JSDocument.h --- a/WebCore/generated/JSDocument.h Fri Sep 17 09:02:29 2010 +0300 +++ b/WebCore/generated/JSDocument.h Mon Oct 04 01:32:07 2010 +0300 @@ -124,6 +124,7 @@ JSC::EncodedJSValue JSC_HOST_CALL jsDocumentPrototypeFunctionQueryCommandSupported(JSC::ExecState*); JSC::EncodedJSValue JSC_HOST_CALL jsDocumentPrototypeFunctionQueryCommandValue(JSC::ExecState*); JSC::EncodedJSValue JSC_HOST_CALL jsDocumentPrototypeFunctionGetElementsByName(JSC::ExecState*); +JSC::EncodedJSValue JSC_HOST_CALL jsDocumentPrototypeFunctionNodesFromRect(JSC::ExecState*); JSC::EncodedJSValue JSC_HOST_CALL jsDocumentPrototypeFunctionElementFromPoint(JSC::ExecState*); JSC::EncodedJSValue JSC_HOST_CALL jsDocumentPrototypeFunctionCaretRangeFromPoint(JSC::ExecState*); JSC::EncodedJSValue JSC_HOST_CALL jsDocumentPrototypeFunctionGetSelection(JSC::ExecState*);