summaryrefslogtreecommitdiffstats
path: root/WebKit/mac/WebView/WebFrameInternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/mac/WebView/WebFrameInternal.h')
-rw-r--r--WebKit/mac/WebView/WebFrameInternal.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/WebKit/mac/WebView/WebFrameInternal.h b/WebKit/mac/WebView/WebFrameInternal.h
index 473e691..10a3015 100644
--- a/WebKit/mac/WebView/WebFrameInternal.h
+++ b/WebKit/mac/WebView/WebFrameInternal.h
@@ -63,30 +63,9 @@ namespace WebCore {
typedef WebCore::HistoryItem WebCoreHistoryItem;
-WebCore::CSSStyleDeclaration* core(DOMCSSStyleDeclaration *);
-DOMCSSStyleDeclaration *kit(WebCore::CSSStyleDeclaration*);
-
WebCore::Frame* core(WebFrame *);
WebFrame *kit(WebCore::Frame *);
-WebCore::Element* core(DOMElement *);
-DOMElement *kit(WebCore::Element*);
-
-WebCore::Node* core(DOMNode *);
-DOMNode *kit(WebCore::Node*);
-
-WebCore::Document* core(DOMDocument *);
-DOMDocument *kit(WebCore::Document*);
-
-WebCore::DocumentFragment* core(DOMDocumentFragment *);
-DOMDocumentFragment *kit(WebCore::DocumentFragment*);
-
-WebCore::HTMLElement* core(DOMHTMLElement *);
-DOMHTMLElement *kit(WebCore::HTMLElement*);
-
-WebCore::Range* core(DOMRange *);
-DOMRange *kit(WebCore::Range*);
-
WebCore::Page* core(WebView *);
WebView *kit(WebCore::Page*);