Changeset 275522 in webkit


Ignore:
Timestamp:
Apr 6, 2021 9:06:23 AM (3 years ago)
Author:
achristensen@apple.com
Message:

Remove definition used for staging change with internal repo
https://bugs.webkit.org/show_bug.cgi?id=224196

  • Shared/Cocoa/DefaultWebBrowserChecks.h:

This definition was used to help me land the patch without breaking the internal build.
Now that I've used it to adapt to the open source changes, I can remove it.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r275520 r275522  
     12021-04-06  Alex Christensen  <achristensen@webkit.org>
     2
     3        Remove definition used for staging change with internal repo
     4        https://bugs.webkit.org/show_bug.cgi?id=224196
     5
     6        * Shared/Cocoa/DefaultWebBrowserChecks.h:
     7        This definition was used to help me land the patch without breaking the internal build.
     8        Now that I've used it to adapt to the open source changes, I can remove it.
     9
    1102021-04-06  Aditya Keerthi  <akeerthi@apple.com>
    211
  • trunk/Source/WebKit/Shared/Cocoa/DefaultWebBrowserChecks.h

    r275486 r275522  
    4747bool isParentProcessAFullWebBrowser(AuxiliaryProcess&);
    4848
    49 #define WEBKIT_PARENT_PROCESS_FULL_WEB_BROWSER_PARAMETER_AUXILIARY_PROCESS 1
    50 
    5149} // namespace WebKit
Note: See TracChangeset for help on using the changeset viewer.