Changeset 56408 in webkit


Ignore:
Timestamp:
Mar 23, 2010 12:23:48 PM (14 years ago)
Author:
Joseph Pecoraro
Message:

2010-03-22 Joseph Pecoraro <Joseph Pecoraro>

Reviewed by David Kilzer.

Upstream iPhone KeyEvent platform code and share with Mac platform
https://bugs.webkit.org/show_bug.cgi?id=35870

  • platform/iphone/KeyEventCodesIPhone.h: Improper comment for #endif.
  • platform/iphone/KeyEventIPhone.mm: Fixed headers.
Location:
trunk/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r56407 r56408  
     12010-03-22  Joseph Pecoraro  <joepeck@webkit.org>
     2
     3        Reviewed by David Kilzer.
     4
     5        Upstream iPhone KeyEvent platform code and share with Mac platform
     6        https://bugs.webkit.org/show_bug.cgi?id=35870
     7
     8        * platform/iphone/KeyEventCodesIPhone.h: Improper comment for #endif.
     9        * platform/iphone/KeyEventIPhone.mm: Fixed headers.
     10
    1112010-03-23  David Hyatt  <hyatt@apple.com>
    212
  • trunk/WebCore/platform/iphone/KeyEventCodesIPhone.h

    r56360 r56408  
    119119};
    120120
    121 #endif !KeyEventCodesIPhone_h
     121#endif // KeyEventCodesIPhone_h
  • trunk/WebCore/platform/iphone/KeyEventIPhone.mm

    r56363 r56408  
    11/*
    2  * Copyright (C) 2004, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
     2 * Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2929#if PLATFORM(IPHONE)
    3030
    31 #import "KeyEventCodesIPhone.h"
     31#import "KeyEventCocoa.h"
    3232#import "Logging.h"
    3333#import "WebEvent.h"
    34 #import <wtf/ASCIICType.h>
    3534
    3635using namespace WTF;
Note: See TracChangeset for help on using the changeset viewer.