diff options
Diffstat (limited to 'webkit/glue/dom_operations_private.h')
-rw-r--r-- | webkit/glue/dom_operations_private.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/webkit/glue/dom_operations_private.h b/webkit/glue/dom_operations_private.h index f8ca7a6..69676f4 100644 --- a/webkit/glue/dom_operations_private.h +++ b/webkit/glue/dom_operations_private.h @@ -9,9 +9,6 @@ namespace WebCore { class AtomicString; class Document; class Element; -class HTMLLinkElement; -class HTMLMetaElement; -class HTMLOptionElement; class Node; class QualifiedName; class String; @@ -26,12 +23,6 @@ class WebFrameImpl; namespace webkit_glue { -// If node is an HTML node with a tag name of name it is casted and returned. -// If node is not an HTML node or the tag name is not name NULL is returned. -WebCore::HTMLLinkElement* CastToHTMLLinkElement(WebCore::Node* node); -WebCore::HTMLMetaElement* CastToHTMLMetaElement(WebCore::Node* node); -WebCore::HTMLOptionElement* CastToHTMLOptionElement(WebCore::Node* node); - // If element is HTML:IFrame or HTML:Frame, then return the WebFrameImpl // object corresponding to the content frame, otherwise return NULL. // The parameter is_frame_element indicates whether the input element |