Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index eb5161a4f7471f0a56d237a4fa78683d91add2df..55e105a7caa1d0d33d28ad33f986947fcbffb3b9 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -365,6 +365,7 @@ public: |
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; |
@@ -674,8 +675,6 @@ private: |
void detachAttrNodeFromElementWithValue(Attr*, const AtomicString& value); |
void detachAttrNodeAtIndex(Attr*, size_t index); |
- bool isJavaScriptURLAttribute(const Attribute&) const; |
- |
RefPtr<ElementData> m_elementData; |
}; |