diff options
Diffstat (limited to 'khtml/html/htmltokenizer.h')
-rw-r--r-- | khtml/html/htmltokenizer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khtml/html/htmltokenizer.h b/khtml/html/htmltokenizer.h index 8e36353b0..2197a5083 100644 --- a/khtml/html/htmltokenizer.h +++ b/khtml/html/htmltokenizer.h @@ -76,8 +76,8 @@ namespace khtml { { DOMStringImpl *value = 0; NodeImpl::Id tid = 0; - if(buffer->unicode()) { - tid = buffer->unicode(); + if(buffer->tqunicode()) { + tid = buffer->tqunicode(); value = v.implementation(); } else if ( !attrName.isEmpty() && attrName != "/" ) { |