Summary: | [BREWMP] Port PlatformKeyboardEvent | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Kwang Yul Seo <skyul> | ||||
Component: | Platform | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | commit-queue | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Other | ||||||
OS: | Other | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 33564 | ||||||
Attachments: |
|
Description
Kwang Yul Seo
2010-02-10 04:16:02 PST
Created attachment 48488 [details]
Patch
Comment on attachment 48488 [details]
Patch
I'm not sure this makes sense:
#if PLATFORM(BREWMP)
67 typedef unsigned short uint16;
68 typedef unsigned long int uint32;
69 #define AEEEvent uint16
70 #endif
Seems we should include whatever header defines AEEvent instead. Is AEEvent really a #define? Or is it actually a typedef?
(In reply to comment #2) > (From update of attachment 48488 [details]) > I'm not sure this makes sense: > #if PLATFORM(BREWMP) > 67 typedef unsigned short uint16; > 68 typedef unsigned long int uint32; > 69 #define AEEEvent uint16 > 70 #endif > > Seems we should include whatever header defines AEEvent instead. Is AEEvent > really a #define? Or is it actually a typedef? AEEvent is actually defined to uint16 in AEEEvent.h. #define AEEEvent uint16 Comment on attachment 48488 [details]
Patch
OK.
Comment on attachment 48488 [details] Patch Clearing flags on attachment: 48488 Committed r54930: <http://trac.webkit.org/changeset/54930> All reviewed patches have been landed. Closing bug. |