Changeset 79888 in webkit


Ignore:
Timestamp:
Feb 28, 2011 11:42:28 AM (13 years ago)
Author:
Laszlo Gombos
Message:

2011-02-28 Laszlo Gombos <Laszlo Gombos>

Reviewed by Dan Bernstein.

Cleanup the include guard form an Objective-C files
https://bugs.webkit.org/show_bug.cgi?id=55379

Normally Objective-C files do not need include guard.
r76916 introduced an include guard in EmptyProtocolDefinitions.h.
The guard is no longer needed after r76991.

No new tests as there is no new functionality.

  • platform/mac/EmptyProtocolDefinitions.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r79887 r79888  
     12011-02-28  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        Reviewed by Dan Bernstein.
     4
     5        Cleanup the include guard form an Objective-C files
     6        https://bugs.webkit.org/show_bug.cgi?id=55379
     7
     8        Normally Objective-C files do not need include guard.
     9        r76916 introduced an include guard in EmptyProtocolDefinitions.h.
     10        The guard is no longer needed after r76991.
     11
     12        No new tests as there is no new functionality.
     13
     14        * platform/mac/EmptyProtocolDefinitions.h:
     15
    1162011-02-28  Pavel Podivilov  <podivilov@chromium.org>
    217
  • trunk/Source/WebCore/platform/mac/EmptyProtocolDefinitions.h

    r76916 r79888  
    2424 */
    2525
    26 #ifndef EmptyProtocolDefinitions_h
    27 #define EmptyProtocolDefinitions_h
    28 
    2926#if defined(__OBJC__)
    3027
     
    5148
    5249#endif /* defined(__OBJC__) */
    53 
    54 #endif /* EmptyProtocolDefinitions_h */
Note: See TracChangeset for help on using the changeset viewer.