Bug 23133

Summary: Fix svg disabled build.
Product: WebKit Reporter: zalan <zalan>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
move 'pointer-events' property
none
original + linker fix ddkilzer: review+

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