From 6fb8c59f0c787433899aa6f0eb2db3eb967746e3 Mon Sep 17 00:00:00 2001 From: "ddkilzer@apple.com" Date: Tue, 6 Jan 2009 14:06:25 +0000 Subject: [PATCH] BUILD FIX (r39634): Fix build for non-SVG builds (Wx) * css/CSSPropertyNames.in: Added 'pointer-events'. * css/SVGCSSPropertyNames.in: Commented out pointer-events since it's now a plain CSS property. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@39648 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebCore/ChangeLog | 8 ++++++++ WebCore/css/CSSPropertyNames.in | 1 + WebCore/css/SVGCSSPropertyNames.in | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index 24d9529a8c1..61f99828b32 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,11 @@ +2009-01-06 David Kilzer + + BUILD FIX (r39634): Fix build for non-SVG builds (Wx) + + * css/CSSPropertyNames.in: Added 'pointer-events'. + * css/SVGCSSPropertyNames.in: Commented out pointer-events + since it's now a plain CSS property. + 2009-01-06 Simon Hausmann Reviewed by Lars Knoll. diff --git a/WebCore/css/CSSPropertyNames.in b/WebCore/css/CSSPropertyNames.in index 06000a56793..3ca14bcc712 100644 --- a/WebCore/css/CSSPropertyNames.in +++ b/WebCore/css/CSSPropertyNames.in @@ -94,6 +94,7 @@ page page-break-after page-break-before page-break-inside +pointer-events position quotes resize diff --git a/WebCore/css/SVGCSSPropertyNames.in b/WebCore/css/SVGCSSPropertyNames.in index e1ca112ee54..965fbbf1263 100644 --- a/WebCore/css/SVGCSSPropertyNames.in +++ b/WebCore/css/SVGCSSPropertyNames.in @@ -14,7 +14,7 @@ flood-opacity lighting-color stop-color stop-opacity -pointer-events +# pointer-events color-interpolation color-interpolation-filters color-profile -- GitLab