Index: trunk/Source/core/dom/Element.h |
=================================================================== |
--- trunk/Source/core/dom/Element.h (revision 164117) |
+++ trunk/Source/core/dom/Element.h (working copy) |
@@ -367,7 +367,6 @@ |
virtual void accessKeyAction(bool /*sendToAnyEvent*/) { } |
virtual bool isURLAttribute(const Attribute&) const { return false; } |
- bool isJavaScriptURLAttribute(const Attribute&) const; |
virtual bool isHTMLContentAttribute(const Attribute&) const { return false; } |
KURL getURLAttribute(const QualifiedName&) const; |
@@ -678,6 +677,8 @@ |
void detachAttrNodeFromElementWithValue(Attr*, const AtomicString& value); |
void detachAttrNodeAtIndex(Attr*, size_t index); |
+ bool isJavaScriptURLAttribute(const Attribute&) const; |
+ |
RefPtr<ElementData> m_elementData; |
}; |