Changeset 104022 in webkit


Ignore:
Timestamp:
Jan 4, 2012 1:36:57 AM (12 years ago)
Author:
mihnea@adobe.com
Message:

[Mac]Fix build after changeset 103997
https://bugs.webkit.org/show_bug.cgi?id=75530

Reviewed by Andreas Kling.

Source/WebKit/mac:

  • WebView/WebFrame.mm:
  • WebView/WebHTMLView.mm:
  • WebView/WebPDFView.mm:
  • WebView/WebView.mm:

Source/WebKit2:

  • UIProcess/API/mac/WKView.mm:
Location:
trunk/Source
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/mac/ChangeLog

    r103975 r104022  
     12012-01-04  Mihnea Ovidenie  <mihnea@adobe.com>
     2
     3        [Mac]Fix build after changeset 103997
     4        https://bugs.webkit.org/show_bug.cgi?id=75530
     5
     6        Reviewed by Andreas Kling.
     7
     8        * WebView/WebFrame.mm:
     9        * WebView/WebHTMLView.mm:
     10        * WebView/WebPDFView.mm:
     11        * WebView/WebView.mm:
     12
    1132012-01-03  Jon Lee  <jonlee@apple.com>
    214
  • trunk/Source/WebKit/mac/WebView/WebFrame.mm

    r103643 r104022  
    7777#import <WebCore/LegacyWebArchive.h>
    7878#import <WebCore/Page.h>
    79 #import <WebCore/PlatformEventFactory.h>
     79#import <WebCore/PlatformEventFactoryMac.h>
    8080#import <WebCore/PluginData.h>
    8181#import <WebCore/PrintContext.h>
  • trunk/Source/WebKit/mac/WebView/WebHTMLView.mm

    r103910 r104022  
    105105#import <WebCore/MIMETypeRegistry.h>
    106106#import <WebCore/Page.h>
    107 #import <WebCore/PlatformEventFactory.h>
     107#import <WebCore/PlatformEventFactoryMac.h>
    108108#import <WebCore/Range.h>
    109109#import <WebCore/RenderWidget.h>
  • trunk/Source/WebKit/mac/WebView/WebPDFView.mm

    r103643 r104022  
    5959#import <WebCore/KeyboardEvent.h>
    6060#import <WebCore/MouseEvent.h>
    61 #import <WebCore/PlatformEventFactory.h>
     61#import <WebCore/PlatformEventFactoryMac.h>
    6262#import <WebCore/RuntimeApplicationChecks.h>
    6363#import <WebCore/WebNSAttributedStringExtras.h>
  • trunk/Source/WebKit/mac/WebView/WebView.mm

    r103910 r104022  
    145145#import <WebCore/PageCache.h>
    146146#import <WebCore/PageGroup.h>
    147 #import <WebCore/PlatformEventFactory.h>
     147#import <WebCore/PlatformEventFactoryMac.h>
    148148#import <WebCore/ProgressTracker.h>
    149149#import <WebCore/RenderView.h>
  • trunk/Source/WebKit2/ChangeLog

    r104017 r104022  
     12012-01-04  Mihnea Ovidenie  <mihnea@adobe.com>
     2
     3        [Mac]Fix build after changeset 103997
     4        https://bugs.webkit.org/show_bug.cgi?id=75530
     5
     6        Reviewed by Andreas Kling.
     7
     8        * UIProcess/API/mac/WKView.mm:
     9
    1102012-01-03  Carlos Garcia Campos  <cgarcia@igalia.com>
    211
  • trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm

    r103859 r104022  
    6868#import <WebCore/KeyboardEvent.h>
    6969#import <WebCore/LocalizedStrings.h>
    70 #import <WebCore/PlatformEventFactory.h>
     70#import <WebCore/PlatformEventFactoryMac.h>
    7171#import <WebCore/PlatformScreen.h>
    7272#import <WebCore/Region.h>
Note: See TracChangeset for help on using the changeset viewer.