⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changes between Version 13 and Version 14 of DOMInJavaScript


Ignore:
Timestamp:
Oct 2, 2012, 10:15:32 AM (14 years ago)
Author:
abarth@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DOMInJavaScript

    v13 v14  
    1616Node* Node::nextSibling()
    1717{
    18     m_wrapper->getPropertyAtKnownOffset(kNextSiblingOffset)->impl();
     18    return m_wrapper->getPropertyAtKnownOffset(kNextSiblingOffset)->impl();
    1919}
    2020