Upstream AudioDestiantionIOS.
Created attachment 196191 [details] Patch
Attachment 196191 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/WebCore.xcodeproj/project.pbxproj', u'Source/WebCore/platform/audio/ios/AudioDestinationIOS.cpp', u'Source/WebCore/platform/audio/ios/AudioDestinationIOS.h']" exit_code: 1 Source/WebCore/platform/audio/ios/AudioDestinationIOS.cpp:43: Alphabetical sorting problem. [build/include_order] [4] Source/WebCore/platform/audio/ios/AudioDestinationIOS.cpp:148: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebCore/platform/audio/ios/AudioDestinationIOS.cpp:149: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebCore/platform/audio/ios/AudioDestinationIOS.cpp:150: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebCore/platform/audio/ios/AudioDestinationIOS.cpp:151: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebCore/platform/audio/ios/AudioDestinationIOS.cpp:152: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebCore/platform/audio/ios/AudioDestinationIOS.cpp:167: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Source/WebCore/platform/audio/ios/AudioDestinationIOS.cpp:271: Use std::min() or std::min<type>() instead of the MIN() macro. [runtime/max_min_macros] [4] Total errors found: 8 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
The style errors will be resolved in bug 113813.
Comment on attachment 196191 [details] Patch r=me if you fix the style complaints.
Comment on attachment 196191 [details] Patch r=me if you fix the style issues, either before or after landing.
Comment on attachment 196191 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=196191&action=review > Source/WebCore/ChangeLog:3 > + Upstream AudioDestiantionIOS. Please fix.
(In reply to comment #6) > (From update of attachment 196191 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=196191&action=review > > > Source/WebCore/ChangeLog:3 > > + Upstream AudioDestiantionIOS. > > Please fix. Whoops. Will do.
Committed r147493: <http://trac.webkit.org/changeset/147493>