Remove more Mountain Lion code from WebKit
Created attachment 245650 [details] Patch
Comment on attachment 245650 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=245650&action=review > Source/WebKit/mac/WebView/WebFrameView.mm:103 > +#if !PLATFORM(IOS) I think this should be #if PLATFORM(MAC). > Source/WebKit/mac/WebView/WebFrameView.mm:549 > +#if !PLATFORM(IOS) I think this should be #if PLATFORM(MAC). > Source/WebKit/mac/WebView/WebPreferences.mm:2356 > +#if !PLATFORM(IOS) I think this should be #if PLATFORM(MAC). > Source/WebKit/mac/WebView/WebView.mm:2204 > +#if !PLATFORM(IOS) I think this should be #if PLATFORM(MAC).
Fixed all of these. Thanks! http://trac.webkit.org/changeset/179376 (In reply to comment #2) > Comment on attachment 245650 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=245650&action=review > > > Source/WebKit/mac/WebView/WebFrameView.mm:103 > > +#if !PLATFORM(IOS) > > I think this should be #if PLATFORM(MAC). > > > Source/WebKit/mac/WebView/WebFrameView.mm:549 > > +#if !PLATFORM(IOS) > > I think this should be #if PLATFORM(MAC). > > > Source/WebKit/mac/WebView/WebPreferences.mm:2356 > > +#if !PLATFORM(IOS) > > I think this should be #if PLATFORM(MAC). > > > Source/WebKit/mac/WebView/WebView.mm:2204 > > +#if !PLATFORM(IOS) > > I think this should be #if PLATFORM(MAC).