summaryrefslogtreecommitdiff
path: root/src/utils/resource_mgr.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-08-26 23:00:23 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-08-26 23:00:23 +0000
commit229af12d7ab2c071a6888eb8ffc49bb0bbeb9ddd (patch)
tree78100a859a1bf8fbb9d2166dd0843c49c98c53c3 /src/utils/resource_mgr.h
parent5c109b370a014e49387320fa23bb589e4d4e36f1 (diff)
downloadlibdom-229af12d7ab2c071a6888eb8ffc49bb0bbeb9ddd.tar.gz
libdom-229af12d7ab2c071a6888eb8ffc49bb0bbeb9ddd.tar.bz2
Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failures. Most importantly, it actually compiles now.
svn path=/trunk/dom/; revision=10717
Diffstat (limited to 'src/utils/resource_mgr.h')
-rw-r--r--src/utils/resource_mgr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/resource_mgr.h b/src/utils/resource_mgr.h
index b58f665..608df53 100644
--- a/src/utils/resource_mgr.h
+++ b/src/utils/resource_mgr.h
@@ -13,7 +13,6 @@
#include "hashtable.h"
-struct lwc_context_s;
struct lwc_string_s;
struct dom_string;
@@ -23,7 +22,6 @@ struct dom_string;
typedef struct dom_resource_mgr {
dom_alloc alloc;
void *pw;
- struct lwc_context_s *ctx;
} dom_resource_mgr;
void *_dom_resource_mgr_alloc(struct dom_resource_mgr *res, void *ptr,