Bug 23133 - Fix svg disabled build.
Summary: Fix svg disabled build.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-06 01:52 PST by zalan
Modified: 2009-01-06 06:39 PST (History)
0 users

See Also:


Attachments
move 'pointer-events' property (1.30 KB, patch)
2009-01-06 01:56 PST, zalan
no flags Details | Formatted Diff | Diff
original + linker fix (5.78 KB, patch)
2009-01-06 04:55 PST, zalan
ddkilzer: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2009-01-06 01:52:10 PST
Move 'pointer-events' from SVGCSSPropertyNames.in to CSSPropertyNames.in

In https://bugs.webkit.org/show_bug.cgi?id=11395, 'pointer-events' property was moved out of the SVG CSS and added to the general CSS.  *PropertyNames.in files need to reflect this change.
Comment 1 zalan 2009-01-06 01:56:29 PST
Created attachment 26455 [details]
move 'pointer-events' property
Comment 2 zalan 2009-01-06 04:55:58 PST
Created attachment 26457 [details]
original + linker fix
Comment 3 David Kilzer (:ddkilzer) 2009-01-06 06:31:07 PST
Comment on attachment 26457 [details]
original + linker fix

r=me

Thanks!  I'll land this now.
Comment 4 David Kilzer (:ddkilzer) 2009-01-06 06:39:56 PST
$ git svn dcommit
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/css/CSSPrimitiveValueMappings.h
Committed r39650

http://trac.webkit.org/changeset/39650

See also:  http://trac.webkit.org/changeset/39648