Changeset 20821 for S60/trunk/WebCore
- Timestamp:
- 04/10/07 13:11:22 (21 months ago)
- Location:
- S60/trunk/WebCore
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
khtml/css/cssparser.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
S60/trunk/WebCore/ChangeLog
r20750 r20821 1 w3liu, reviewed by <yongjun.zhang@nokia.com> 2 DESC: [S60] LXUU-6Z4HBB: GCF-AE-Browsing-S60-SPPR50.31: Fail in GCF test case: 45.15.30 Encoding Priority 1 3 http://bugs.webkit.org/show_bug.cgi?id=13321 4 5 WARNING: NO TEST CASES ADDED OR CHANGED 6 7 * khtml/css/cssparser.cpp: 8 (CSSParser::parseSheet): 9 1 10 yongjzha <yongjun.zhang@nokia.com> 2 11 -
S60/trunk/WebCore/khtml/css/cssparser.cpp
r14720 r20821 167 167 styleElement = sheet; 168 168 defaultNamespace = anyNamespace; // Reset the default namespace. 169 170 setupParser ("", string, ""); 169 DOMString strippedStr(string.string().stripWhiteSpace()); 170 171 setupParser ("", strippedStr, ""); 171 172 172 173 #ifdef CSS_DEBUG