Changeset 235957 in webkit


Ignore:
Timestamp:
Sep 12, 2018, 3:47:26 PM (7 years ago)
Author:
achristensen@apple.com
Message:

Fix an internal build after r235935
https://bugs.webkit.org/show_bug.cgi?id=188996

  • Carbon/HIWebView.mm:

(Draw):
r235935 fixed a mismatched macro with deprecated functions below it. To quickly fix the build, I'm just going to restore the imbalance.

Location:
trunk/Source/WebKitLegacy/mac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKitLegacy/mac/Carbon/HIWebView.mm

    r235935 r235957  
    326326        GetPortBounds(port, &portRect);
    327327        CreateCGContextForPort(port, &inContext);
    328         ALLOW_DEPRECATED_DECLARATIONS_END
    329328        SyncCGContextOriginWithPort(inContext, port);
    330329        CGContextTranslateCTM(inContext, 0, (portRect.bottom - portRect.top));
  • trunk/Source/WebKitLegacy/mac/ChangeLog

    r235935 r235957  
     12018-09-12  Alex Christensen  <achristensen@webkit.org>
     2
     3        Fix an internal build after r235935
     4        https://bugs.webkit.org/show_bug.cgi?id=188996
     5
     6        * Carbon/HIWebView.mm:
     7        (Draw):
     8        r235935 fixed a mismatched macro with deprecated functions below it.  To quickly fix the build, I'm just going to restore the imbalance.
     9
    1102018-09-12  Guillaume Emont  <guijemont@igalia.com>
    211
Note: See TracChangeset for help on using the changeset viewer.