summaryrefslogtreecommitdiff
path: root/UICaboodle/BrowserView.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-09-01 15:06:17 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:08:28 +0000
commitfacbc56de5a9dd53b0ce257f414cf9b9beee2229 (patch)
tree61865058481f39105c72c55ce5e20f859ed656cf /UICaboodle/BrowserView.h
parentbaf809427ec626c43618a5337507fc1760338576 (diff)
Porting, webkit stability.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r--UICaboodle/BrowserView.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h
index caafaa5..7a227d0 100644
--- a/UICaboodle/BrowserView.h
+++ b/UICaboodle/BrowserView.h
@@ -7,18 +7,20 @@
@class UIProgressIndicator;
@class UIScroller;
-@class UIWebView;
+@class UIDocumentWebView;
@class WebView;
@class Database;
+@class IndirectDelegate;
@interface BrowserView : RVPage {
_transient Database *database_;
UIScroller *scroller_;
- UIWebView *webview_;
+ UIWebDocumentView *webview_;
NSMutableArray *urls_;
UIProgressIndicator *indicator_;
+ IndirectDelegate *indirect_;
NSString *title_;
bool loading_;