RESOLVED FIXED 108374
Use OS() and PLATFORM() macros in WebCorePrefix.h for readability
https://bugs.webkit.org/show_bug.cgi?id=108374
Summary Use OS() and PLATFORM() macros in WebCorePrefix.h for readability
David Kilzer (:ddkilzer)
Reported 2013-01-30 13:23:03 PST
Use OS() and PLATFORM() macros in WebCorePrefix.h for readability
Attachments
Patch v1 (2.55 KB, patch)
2013-01-30 13:24 PST, David Kilzer (:ddkilzer)
no flags
Patch v1 with bug URL (2.55 KB, patch)
2013-01-30 13:30 PST, David Kilzer (:ddkilzer)
no flags
David Kilzer (:ddkilzer)
Comment 1 2013-01-30 13:24:03 PST
Created attachment 185548 [details] Patch v1
WebKit Review Bot
Comment 2 2013-01-30 13:26:16 PST
Attachment 185548 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/WebCorePrefix.h']" exit_code: 1 Source/WebCore/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
David Kilzer (:ddkilzer)
Comment 3 2013-01-30 13:27:59 PST
I didn't replace __APPLE__ since I wasn't sure if we wanted OS(DARWIN) here or PLATFORM(APPLE) per discussion in Bug 108007.
David Kilzer (:ddkilzer)
Comment 4 2013-01-30 13:30:07 PST
Created attachment 185549 [details] Patch v1 with bug URL
Build Bot
Comment 5 2013-01-30 22:04:50 PST
Comment on attachment 185549 [details] Patch v1 with bug URL Attachment 185549 [details] did not pass win-ews (win): Output: http://queues.webkit.org/results/16217980
David Kilzer (:ddkilzer)
Comment 6 2013-01-31 12:25:29 PST
(In reply to comment #5) > (From update of attachment 185549 [details]) > Attachment 185549 [details] did not pass win-ews (win): > Output: http://queues.webkit.org/results/16217980 This seems bogus: Running build-dumprendertree Compiling DumpRenderTree failed! Failed to execute Tools/Scripts/old-run-webkit-tests at Tools/Scripts/run-webkit-tests line 106.
Laszlo Gombos
Comment 7 2013-01-31 12:30:48 PST
Comment on attachment 185549 [details] Patch v1 with bug URL lgtm.
WebKit Review Bot
Comment 8 2013-01-31 12:54:02 PST
Comment on attachment 185549 [details] Patch v1 with bug URL Clearing flags on attachment: 185549 Committed r141468: <http://trac.webkit.org/changeset/141468>
WebKit Review Bot
Comment 9 2013-01-31 12:54:06 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.