git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2006-05-13 Rob Buis <buis@kde.org>
[WebKit-https.git]
/
WebCore
/
css
/
cssparser.h
diff --git
a/WebCore/css/cssparser.h
b/WebCore/css/cssparser.h
index fc9cae4d050bdc9dc939c5d89f486c4f65aa69c0..d68a7e26408027e1e87d96ba5ad9285785bfe70f 100644
(file)
--- a/
WebCore/css/cssparser.h
+++ b/
WebCore/css/cssparser.h
@@
-55,6
+55,7
@@
namespace WebCore {
struct Value {
int id;
+ bool isInt;
union {
double fValue;
int iValue;