Changeset 176289 in webkit
- Timestamp:
- Nov 18, 2014, 2:57:43 PM (12 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/API/Cocoa/WKWebViewConfiguration.mm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r176288 r176289 1 2014-11-18 Eric Carlson <eric.carlson@apple.com> 2 3 Unreviewed build fix after r176283. 4 5 * UIProcess/API/Cocoa/WKWebViewConfiguration.mm: 6 1 7 2014-11-18 Tim Horton <timothy_horton@apple.com> 2 8 -
trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.mm
r176283 r176289 247 247 } 248 248 249 #if PLATFORM(IOS) 249 250 - (BOOL) _allowsAlternateFullscreen 250 251 { … … 256 257 _allowsAlternateFullscreen = allowed; 257 258 } 259 #endif 258 260 259 261 @end
Note:
See TracChangeset
for help on using the changeset viewer.