summaryrefslogtreecommitdiff
path: root/UICaboodle/BrowserView.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-12-09 09:18:04 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:09:05 +0000
commitfe468f45e509f1e3bc2d0491160f44491df5a67b (patch)
tree7dd1f05c055ad92415006c32d76ecd6a7648e993 /UICaboodle/BrowserView.h
parentb0ad8dee056b2ad8a987a47f9235076b6b3f6a19 (diff)
Fixed HTML error handling and enhanced pinstriping.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r--UICaboodle/BrowserView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h
index 3dcdb93..a37d326 100644
--- a/UICaboodle/BrowserView.h
+++ b/UICaboodle/BrowserView.h
@@ -41,6 +41,8 @@
UIProgressIndicator *indicator_;
IndirectDelegate *indirect_;
NSURLAuthenticationChallenge *challenge_;
+
+ bool error_;
NSURLRequest *request_;
NSNumber *confirm_;