Changeset 132996 in webkit


Ignore:
Timestamp:
Oct 31, 2012, 1:15:53 AM (13 years ago)
Author:
[email protected]
Message:

Unreviewed, fix header sorting in r132992.

  • WebProcess/Plugins/PDF/PDFPluginAnnotation.mm:
  • WebProcess/Plugins/PDF/PDFPluginTextAnnotation.mm:
Location:
trunk/Source/WebKit2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r132994 r132996  
     12012-10-31  Tim Horton  <[email protected]>
     2
     3        Unreviewed, fix header sorting in r132992.
     4
     5        * WebProcess/Plugins/PDF/PDFPluginAnnotation.mm:
     6        * WebProcess/Plugins/PDF/PDFPluginTextAnnotation.mm:
     7
    182012-10-31  Tim Horton  <[email protected]>
    29
  • trunk/Source/WebKit2/WebProcess/Plugins/PDF/PDFPluginAnnotation.mm

    r132994 r132996  
    3030
    3131#import "PDFKitImports.h"
    32 #import <PDFKit/PDFKit.h>
    3332#import "PDFLayerControllerDetails.h"
    3433#import "PDFPlugin.h"
    3534#import "PDFPluginChoiceAnnotation.h"
    3635#import "PDFPluginTextAnnotation.h"
    37 #import <WebCore/ColorMac.h>
     36#import <PDFKit/PDFKit.h>
    3837#import <WebCore/CSSPrimitiveValue.h>
    3938#import <WebCore/CSSPropertyNames.h>
     39#import <WebCore/ColorMac.h>
    4040#import <WebCore/HTMLElement.h>
    4141#import <WebCore/HTMLInputElement.h>
  • trunk/Source/WebKit2/WebProcess/Plugins/PDF/PDFPluginTextAnnotation.mm

    r132992 r132996  
    3030
    3131#import "PDFKitImports.h"
     32#import "PDFLayerControllerDetails.h"
    3233#import <PDFKit/PDFKit.h>
    33 #import "PDFLayerControllerDetails.h"
    34 #import <WebCore/ColorMac.h>
    3534#import <WebCore/CSSPrimitiveValue.h>
    3635#import <WebCore/CSSPropertyNames.h>
     36#import <WebCore/ColorMac.h>
    3737#import <WebCore/HTMLElement.h>
    3838#import <WebCore/HTMLInputElement.h>
Note: See TracChangeset for help on using the changeset viewer.