summaryrefslogtreecommitdiff
path: root/src/core/document.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-03-24 20:09:59 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2012-03-24 20:09:59 +0000
commit2b87c816994f68f9cc4ae22bcd31b6b3a203623a (patch)
treee1a8f5e06bb901721836053e0b659c961e1f48ba /src/core/document.h
parente8949416b4a1f7102cd4d8bf3e6003e946b97c43 (diff)
downloadlibdom-2b87c816994f68f9cc4ae22bcd31b6b3a203623a.tar.gz
libdom-2b87c816994f68f9cc4ae22bcd31b6b3a203623a.tar.bz2
Store 'class' string as dom_string instead of lwc_string.
svn path=/trunk/libdom/; revision=13616
Diffstat (limited to 'src/core/document.h')
-rw-r--r--src/core/document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/document.h b/src/core/document.h
index f79c9a9..a53c358 100644
--- a/src/core/document.h
+++ b/src/core/document.h
@@ -52,7 +52,7 @@ struct dom_document {
dom_string *id_name; /**< The ID attribute's name */
- lwc_string *class_string; /**< The string "class". */
+ dom_string *class_string; /**< The string "class". */
dom_document_event_internal dei;
/**< The DocumentEVent interface */