Changeset 202605 in webkit


Ignore:
Timestamp:
Jun 28, 2016 8:53:16 PM (8 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r202598.
https://bugs.webkit.org/show_bug.cgi?id=159244

broke the build. (Requested by keith_miller on #webkit).

Reverted changeset:

"Try to fix the build."
http://trac.webkit.org/changeset/202598

Location:
trunk/Source/WebKit2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r202598 r202605  
     12016-06-28  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r202598.
     4        https://bugs.webkit.org/show_bug.cgi?id=159244
     5
     6        broke the build. (Requested by keith_miller on #webkit).
     7
     8        Reverted changeset:
     9
     10        "Try to fix the build."
     11        http://trac.webkit.org/changeset/202598
     12
    1132016-06-28  Tim Horton  <timothy_horton@apple.com>
    214
  • trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm

    r202598 r202605  
    162162#endif
    163163
    164 #import <WebKitAdditions/WKWebViewAdditionsBefore.mm>
    165 
    166164#if PLATFORM(MAC)
    167165#import "WKTextFinderClient.h"
     
    388386#endif
    389387
    390 #if !USE(APPLE_INTERNAL_SDK)
    391 - (void)_setIsBlankBeforeFirstNonEmptyLayout:(BOOL)isBlank
    392 {
    393 }
    394 #endif
    395 
    396388- (void)_initializeWithConfiguration:(WKWebViewConfiguration *)configuration
    397389{
     
    17601752    return !areEssentiallyEqualAsFloat(contentZoomScale(self), 1);
    17611753}
     1754
     1755#if !USE(APPLE_INTERNAL_SDK)
     1756- (void)_setIsBlankBeforeFirstNonEmptyLayout:(BOOL)isBlank
     1757{
     1758}
     1759#endif
    17621760
    17631761#pragma mark - UIScrollViewDelegate
     
    46364634
    46374635#if USE(APPLE_INTERNAL_SDK)
    4638 #import <WebKitAdditions/WKWebViewAdditionsAfter.mm>
     4636#import <WebKitAdditions/WKWebViewAdditions.mm>
    46394637#endif
    46404638
  • trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewInternal.h

    r202598 r202605  
    119119- (void)_updateForceAlwaysUserScalable;
    120120
     121- (void)_setIsBlankBeforeFirstNonEmptyLayout:(BOOL)isBlank;
     122
    121123@property (nonatomic, readonly) BOOL _isBackground;
    122124
Note: See TracChangeset for help on using the changeset viewer.