summaryrefslogtreecommitdiff
path: root/UICaboodle/BrowserView.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2010-07-30 11:15:08 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:14:01 +0000
commitebffe5ce84afa3a899197eb2dce8babbf32efc8c (patch)
tree47108edf31593b3281c6634e334e4a9a50160631 /UICaboodle/BrowserView.h
parent16a3730f6d24c1c313e25b864103d895b41efd83 (diff)
Commit the webview_ -> document_ change.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r--UICaboodle/BrowserView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h
index bd956b8..4d30ef7 100644
--- a/UICaboodle/BrowserView.h
+++ b/UICaboodle/BrowserView.h
@@ -47,7 +47,7 @@
RVBookHook
> {
UIScroller *scroller_;
- UIWebDocumentView *webview_;
+ UIWebDocumentView *document_;
UIProgressIndicator *indicator_;
IndirectDelegate *indirect_;
NSURLAuthenticationChallenge *challenge_;