diff options
Diffstat (limited to 'src/3rdparty/webkit/WebCore/html/HTMLScriptElement.cpp')
-rw-r--r-- | src/3rdparty/webkit/WebCore/html/HTMLScriptElement.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/3rdparty/webkit/WebCore/html/HTMLScriptElement.cpp b/src/3rdparty/webkit/WebCore/html/HTMLScriptElement.cpp index 636c579..58c3b03 100644 --- a/src/3rdparty/webkit/WebCore/html/HTMLScriptElement.cpp +++ b/src/3rdparty/webkit/WebCore/html/HTMLScriptElement.cpp @@ -220,6 +220,11 @@ String HTMLScriptElement::forAttributeValue() const return getAttribute(forAttr).string(); } +String HTMLScriptElement::eventAttributeValue() const +{ + return getAttribute(eventAttr).string(); +} + void HTMLScriptElement::dispatchLoadEvent() { ASSERT(!m_data.haveFiredLoadEvent()); |