summaryrefslogtreecommitdiffstats
path: root/webkit/glue/dom_operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/dom_operations.h')
-rw-r--r--webkit/glue/dom_operations.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/webkit/glue/dom_operations.h b/webkit/glue/dom_operations.h
index 593af06..26dbabe 100644
--- a/webkit/glue/dom_operations.h
+++ b/webkit/glue/dom_operations.h
@@ -12,12 +12,6 @@
#include "googleurl/src/gurl.h"
#include "webkit/glue/password_form_dom_manager.h"
-namespace WebCore {
-class Element;
-class HTMLInputElement;
-class Node;
-}
-
namespace WebKit {
class WebView;
}
@@ -132,11 +126,6 @@ bool ElementDoesAutoCompleteForElementWithId(WebKit::WebView* view,
// Returns the number of animations currently running.
int NumberOfActiveAnimations(WebKit::WebView* view);
-// Returns the passed element/node casted to an HTMLInputElement if it is one,
-// NULL if it is not an HTMLInputElement.
-WebCore::HTMLInputElement* ElementToHTMLInputElement(WebCore::Element* element);
-WebCore::HTMLInputElement* NodeToHTMLInputElement(WebCore::Node* node);
-
} // namespace webkit_glue
#endif // WEBKIT_GLUE_DOM_OPERATIONS_H__