⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 184052 in webkit


Ignore:
Timestamp:
May 10, 2015, 1:28:16 PM (11 years ago)
Author:
Darin Adler
Message:

Fix build.

  • Platform/mac/MenuUtilities.mm: Added includes that were somehow omitted in what

I committed before.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r184047 r184052  
     12015-05-10  Darin Adler  <darin@apple.com>
     2
     3        Fix build.
     4
     5        * Platform/mac/MenuUtilities.mm: Added includes that were somehow omitted in what
     6        I committed before.
     7
    182015-05-10  Darin Adler  <darin@apple.com>
    29
  • trunk/Source/WebKit2/Platform/mac/MenuUtilities.mm

    r184047 r184052  
    2828
    2929#import "StringUtilities.h"
     30#import <WebCore/DataDetectorsSPI.h>
    3031#import <WebCore/LocalizedStrings.h>
    31 #import <WebCore/SoftLinking.h>
    3232#import <objc/runtime.h>
    3333
     
    105105    return menu;
    106106}
     107
    107108#endif
    108109
Note: See TracChangeset for help on using the changeset viewer.