Changeset 61663 in webkit


Ignore:
Timestamp:
Jun 22, 2010 11:44:40 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-06-22 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.

Run clean-header-guards to fix some header guards
https://bugs.webkit.org/show_bug.cgi?id=41044

No functional changes, thus no tests.

This entire change was generated by running
clean-header-guards, and then reverting changes
to files which shouldn't be changed. Those which
are left all should be updated.

Some of these changes are just fixing 755 permissions
to be 644, since it seems various files have the wrong
execute bit which don't need it. clean-header-guards
made those (welcome) permission fixes unintentionally.

  • bindings/v8/custom/V8HTMLAudioElementConstructor.h:
  • bindings/v8/custom/V8HTMLImageElementConstructor.h:
  • bindings/v8/custom/V8HTMLOptionElementConstructor.h:
  • dom/Touch.h:
  • dom/TouchList.h:
  • dom/XMLDocumentParser.h:
  • dom/XMLDocumentParserScope.h:
  • html/HTML5DocumentParser.h:
  • html/LegacyHTMLTreeConstructor.h:
  • loader/CrossOriginPreflightResultCache.h:
  • page/OriginAccessEntry.h:
  • page/win/FrameWin.h:
  • platform/ThreadTimers.h:
  • platform/chromium/KeyboardCodes.h:
  • platform/graphics/chromium/FontPlatformDataChromiumWin.h:
  • platform/graphics/chromium/FontUtilsChromiumWin.h:
  • platform/graphics/filters/FEBlend.h:
  • platform/graphics/filters/FEColorMatrix.h:
  • platform/graphics/filters/FEComponentTransfer.h:
  • platform/graphics/filters/FEComposite.h:
  • platform/graphics/gstreamer/DataSourceGStreamer.h:
  • platform/graphics/gstreamer/VideoSinkGStreamer.h:
    • I checked, this crazy define was not referenced anywhere else. It's safe to change the name. :)
  • platform/graphics/haiku/FontPlatformData.h:
  • platform/graphics/qt/FontCustomPlatformData.h:
  • platform/graphics/skia/SkiaFontWin.h:
  • platform/graphics/win/GraphicsLayerCACF.h:
  • platform/graphics/win/QTMovieWinTimer.h:
  • platform/graphics/win/RefCountedGDIHandle.h:
  • platform/graphics/win/WebLayer.h:
  • platform/graphics/win/WebTiledLayer.h:
  • platform/graphics/wince/FontPlatformData.h:
  • platform/graphics/wx/FontPlatformData.h:
  • platform/network/CredentialStorage.h:
  • platform/network/cf/FormDataStreamCFNet.h:
  • platform/network/curl/FormDataStreamCurl.h:
  • platform/network/qt/DnsPrefetchHelper.h:
  • platform/network/qt/QNetworkReplyHandler.h:
  • platform/win/PlatformScrollBar.h:
  • plugins/PluginDatabase.h:
  • plugins/PluginPackage.h:
  • plugins/PluginStream.h:
  • plugins/qt/PluginContainerQt.h:
  • plugins/symbian/npinterface.h:
  • rendering/RenderSelectionInfo.h:
  • rendering/SVGRenderSupport.h:
  • storage/IDBObjectStoreImpl.h:
  • svg/animation/SMILTimeContainer.h:
  • wml/WMLErrorHandling.h:

2010-06-22 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.

Run clean-header-guards to fix some header guards
https://bugs.webkit.org/show_bug.cgi?id=41044

No functional changes, thus no tests.

This entire change was generated by running
clean-header-guards, and then reverting changes
to files which shouldn't be changed. Those which
are left all should be updated.

Some of these changes are just fixing 755 permissions
to be 644, since it seems various files have the wrong
execute bit which don't need it. clean-header-guards
made those (welcome) permission fixes unintentionally.

  • DumpRenderTree/chromium/WebThemeControlDRT.h:
  • DumpRenderTree/chromium/WebThemeEngineDRT.h:
  • QtTestBrowser/fpstimer.h:
Location:
trunk
Files:
53 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r61662 r61663  
     12010-06-22  Eric Seidel  <eric@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        Run clean-header-guards to fix some header guards
     6        https://bugs.webkit.org/show_bug.cgi?id=41044
     7
     8        No functional changes, thus no tests.
     9
     10        This entire change was generated by running
     11        clean-header-guards, and then reverting changes
     12        to files which shouldn't be changed.  Those which
     13        are left all should be updated.
     14
     15        Some of these changes are just fixing 755 permissions
     16        to be 644, since it seems various files have the wrong
     17        execute bit which don't need it.  clean-header-guards
     18        made those (welcome) permission fixes unintentionally.
     19
     20        * bindings/v8/custom/V8HTMLAudioElementConstructor.h:
     21        * bindings/v8/custom/V8HTMLImageElementConstructor.h:
     22        * bindings/v8/custom/V8HTMLOptionElementConstructor.h:
     23        * dom/Touch.h:
     24        * dom/TouchList.h:
     25        * dom/XMLDocumentParser.h:
     26        * dom/XMLDocumentParserScope.h:
     27        * html/HTML5DocumentParser.h:
     28        * html/LegacyHTMLTreeConstructor.h:
     29        * loader/CrossOriginPreflightResultCache.h:
     30        * page/OriginAccessEntry.h:
     31        * page/win/FrameWin.h:
     32        * platform/ThreadTimers.h:
     33        * platform/chromium/KeyboardCodes.h:
     34        * platform/graphics/chromium/FontPlatformDataChromiumWin.h:
     35        * platform/graphics/chromium/FontUtilsChromiumWin.h:
     36        * platform/graphics/filters/FEBlend.h:
     37        * platform/graphics/filters/FEColorMatrix.h:
     38        * platform/graphics/filters/FEComponentTransfer.h:
     39        * platform/graphics/filters/FEComposite.h:
     40        * platform/graphics/gstreamer/DataSourceGStreamer.h:
     41        * platform/graphics/gstreamer/VideoSinkGStreamer.h:
     42         - I checked, this crazy define was not referenced
     43           anywhere else.  It's safe to change the name. :)
     44        * platform/graphics/haiku/FontPlatformData.h:
     45        * platform/graphics/qt/FontCustomPlatformData.h:
     46        * platform/graphics/skia/SkiaFontWin.h:
     47        * platform/graphics/win/GraphicsLayerCACF.h:
     48        * platform/graphics/win/QTMovieWinTimer.h:
     49        * platform/graphics/win/RefCountedGDIHandle.h:
     50        * platform/graphics/win/WebLayer.h:
     51        * platform/graphics/win/WebTiledLayer.h:
     52        * platform/graphics/wince/FontPlatformData.h:
     53        * platform/graphics/wx/FontPlatformData.h:
     54        * platform/network/CredentialStorage.h:
     55        * platform/network/cf/FormDataStreamCFNet.h:
     56        * platform/network/curl/FormDataStreamCurl.h:
     57        * platform/network/qt/DnsPrefetchHelper.h:
     58        * platform/network/qt/QNetworkReplyHandler.h:
     59        * platform/win/PlatformScrollBar.h:
     60        * plugins/PluginDatabase.h:
     61        * plugins/PluginPackage.h:
     62        * plugins/PluginStream.h:
     63        * plugins/qt/PluginContainerQt.h:
     64        * plugins/symbian/npinterface.h:
     65        * rendering/RenderSelectionInfo.h:
     66        * rendering/SVGRenderSupport.h:
     67        * storage/IDBObjectStoreImpl.h:
     68        * svg/animation/SMILTimeContainer.h:
     69        * wml/WMLErrorHandling.h:
     70
    1712010-06-22  Adam Barth  <abarth@webkit.org>
    272
  • trunk/WebCore/bindings/v8/custom/V8HTMLAudioElementConstructor.h

    • Property svn:executable deleted
  • trunk/WebCore/bindings/v8/custom/V8HTMLImageElementConstructor.h

    • Property svn:executable deleted
  • trunk/WebCore/bindings/v8/custom/V8HTMLOptionElementConstructor.h

    • Property svn:executable deleted
  • trunk/WebCore/dom/Touch.h

    r53994 r61663  
    2424 */
    2525
    26 #ifndef TOUCH_H_
    27 #define TOUCH_H_
     26#ifndef Touch_h
     27#define Touch_h
    2828
    2929#if ENABLE(TOUCH_EVENTS)
     
    7373#endif // ENABLE(TOUCH_EVENTS)
    7474
    75 #endif /* TOUCH_H_ */
     75#endif /* Touch_h */
  • trunk/WebCore/dom/TouchList.h

    r51981 r61663  
    2424 */
    2525
    26 #ifndef TOUCHLIST_H_
    27 #define TOUCHLIST_H_
     26#ifndef TouchList_h
     27#define TouchList_h
    2828
    2929#if ENABLE(TOUCH_EVENTS)
     
    5858#endif // ENABLE(TOUCH_EVENTS)
    5959
    60 #endif /* TOUCHLIST_H_ */
     60#endif /* TouchList_h */
  • trunk/WebCore/dom/XMLDocumentParser.h

    r61637 r61663  
    2323 */
    2424
    25 #ifndef XMLTokenizer_h
    26 #define XMLTokenizer_h
     25#ifndef XMLDocumentParser_h
     26#define XMLDocumentParser_h
    2727
    2828#include "CachedResourceClient.h"
     
    214214} // namespace WebCore
    215215
    216 #endif // XMLTokenizer_h
     216#endif // XMLDocumentParser_h
  • trunk/WebCore/dom/XMLDocumentParserScope.h

    r61073 r61663  
    2424 */
    2525
    26 #ifndef XMLTokenizerScope_h
    27 #define XMLTokenizerScope_h
     26#ifndef XMLDocumentParserScope_h
     27#define XMLDocumentParserScope_h
    2828
    2929#include <wtf/Noncopyable.h>
     
    6060} // namespace WebCore
    6161
    62 #endif // XMLTokenizerScope_h
     62#endif // XMLDocumentParserScope_h
  • trunk/WebCore/html/HTML5DocumentParser.h

    r61658 r61663  
    2424 */
    2525
    26 #ifndef HTML5Tokenizer_h
    27 #define HTML5Tokenizer_h
     26#ifndef HTML5DocumentParser_h
     27#define HTML5DocumentParser_h
    2828
    2929#include "CachedResourceClient.h"
  • trunk/WebCore/html/LegacyHTMLTreeConstructor.h

    r61662 r61663  
    2222*/
    2323
    24 #ifndef HTMLParser_h
    25 #define HTMLParser_h
     24#ifndef LegacyHTMLTreeConstructor_h
     25#define LegacyHTMLTreeConstructor_h
    2626
    2727#include "FragmentScriptingPermission.h"
     
    212212}
    213213   
    214 #endif // HTMLParser_h
     214#endif // LegacyHTMLTreeConstructor_h
  • trunk/WebCore/loader/CrossOriginPreflightResultCache.h

    r55237 r61663  
    2525 */
    2626
    27 #ifndef CrossOriginPreflightResultCacheItem_h
    28 #define CrossOriginPreflightResultCacheItem_h
     27#ifndef CrossOriginPreflightResultCache_h
     28#define CrossOriginPreflightResultCache_h
    2929
    3030#include "KURLHash.h"
  • trunk/WebCore/page/OriginAccessEntry.h

    r57537 r61663  
    2929 */
    3030
    31 #ifndef CrossOriginAccess_h
    32 #define CrossOriginAccess_h
     31#ifndef OriginAccessEntry_h
     32#define OriginAccessEntry_h
    3333
    3434#include "PlatformString.h"
     
    7272} // namespace WebCore
    7373
    74 #endif // CrossOriginAccess_h
     74#endif // OriginAccessEntry_h
  • trunk/WebCore/page/win/FrameWin.h

    r54221 r61663  
    2424 */
    2525
    26 #ifndef FrameWin_H
    27 #define FrameWin_H
     26#ifndef FrameWin_h
     27#define FrameWin_h
    2828
    2929#include <wtf/Vector.h>
  • trunk/WebCore/platform/ThreadTimers.h

    r48086 r61663  
    2525 */
    2626
    27 #ifndef ThreadTimer_h
    28 #define ThreadTimer_h
     27#ifndef ThreadTimers_h
     28#define ThreadTimers_h
    2929
    3030#include <wtf/Noncopyable.h>
  • trunk/WebCore/platform/chromium/KeyboardCodes.h

    r56704 r61663  
    2929 */
    3030
    31 #ifndef KeyboardCodesWin_h
    32 #define KeyboardCodesWin_h
     31#ifndef KeyboardCodes_h
     32#define KeyboardCodes_h
    3333
    3434#if OS(WINDOWS)
  • trunk/WebCore/platform/graphics/chromium/FontPlatformDataChromiumWin.h

    r46417 r61663  
    3030 */
    3131
    32 #ifndef FontPlatformDataWin_h
    33 #define FontPlatformDataWin_h
     32#ifndef FontPlatformDataChromiumWin_h
     33#define FontPlatformDataChromiumWin_h
    3434
    3535#include "config.h"
     
    132132} // WebCore
    133133
    134 #endif // FontPlatformDataWin_h
     134#endif // FontPlatformDataChromiumWin_h
  • trunk/WebCore/platform/graphics/chromium/FontUtilsChromiumWin.h

    r39902 r61663  
    3434// *Utils files are not very WebKit-ty.
    3535
    36 #ifndef FontUtilsWin_h
    37 #define FontUtilsWin_h
     36#ifndef FontUtilsChromiumWin_h
     37#define FontUtilsChromiumWin_h
    3838
    3939#include <usp10.h>
     
    9494}  // namespace WebCore
    9595
    96 #endif  // FontUtilsWin_h
     96#endif  // FontUtilsChromiumWin_h
  • trunk/WebCore/platform/graphics/filters/FEBlend.h

    r59069 r61663  
    2020*/
    2121
    22 #ifndef SVGFEBlend_h
    23 #define SVGFEBlend_h
     22#ifndef FEBlend_h
     23#define FEBlend_h
    2424
    2525#if ENABLE(FILTERS)
     
    6666#endif // ENABLE(FILTERS)
    6767
    68 #endif // SVGFEBlend_h
     68#endif // FEBlend_h
  • trunk/WebCore/platform/graphics/filters/FEColorMatrix.h

    r59069 r61663  
    2020*/
    2121
    22 #ifndef SVGFEColorMatrix_h
    23 #define SVGFEColorMatrix_h
     22#ifndef FEColorMatrix_h
     23#define FEColorMatrix_h
    2424
    2525#if ENABLE(FILTERS)
     
    6666#endif // ENABLE(FILTERS)
    6767
    68 #endif // SVGFEColorMatrix_h
     68#endif // FEColorMatrix_h
  • trunk/WebCore/platform/graphics/filters/FEComponentTransfer.h

    r59069 r61663  
    2020*/
    2121
    22 #ifndef SVGFEComponentTransfer_h
    23 #define SVGFEComponentTransfer_h
     22#ifndef FEComponentTransfer_h
     23#define FEComponentTransfer_h
    2424
    2525#if ENABLE(FILTERS)
     
    9999#endif // ENABLE(FILTERS)
    100100
    101 #endif // SVGFEComponentTransfer_h
     101#endif // FEComponentTransfer_h
  • trunk/WebCore/platform/graphics/filters/FEComposite.h

    r59069 r61663  
    2020*/
    2121
    22 #ifndef SVGFEComposite_h
    23 #define SVGFEComposite_h
     22#ifndef FEComposite_h
     23#define FEComposite_h
    2424
    2525#if ENABLE(FILTERS)
     
    8383#endif // ENABLE(FILTERS)
    8484
    85 #endif // SVGFEComposite_h
     85#endif // FEComposite_h
  • trunk/WebCore/platform/graphics/gstreamer/DataSourceGStreamer.h

    r55402 r61663  
    1717 */
    1818
    19 #ifndef DATA_SOURCE_GSTREAMER_H
    20 #define DATA_SOURCE_GSTREAMER_H
     19#ifndef DataSourceGStreamer_h
     20#define DataSourceGStreamer_h
    2121
    2222#include <glib-object.h>
  • trunk/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.h

    r59223 r61663  
    1818 */
    1919
    20 #ifndef _HAVE_WEBKIT_VIDEO_SINK_H
    21 #define _HAVE_WEBKIT_VIDEO_SINK_H
     20#ifndef VideoSinkGStreamer_h
     21#define VideoSinkGStreamer_h
    2222
    2323#include <glib-object.h>
  • trunk/WebCore/platform/graphics/haiku/FontPlatformData.h

    r48006 r61663  
    2626 */
    2727
    28 #ifndef FontPlatformData_H
    29 #define FontPlatformData_H
     28#ifndef FontPlatformData_h
     29#define FontPlatformData_h
    3030
    3131#include "FontDescription.h"
  • trunk/WebCore/platform/graphics/qt/FontCustomPlatformData.h

    r39207 r61663  
    2020    pages from the web. It has a memory cache for these objects.
    2121*/
    22 #ifndef FontCustomPlatformData_h_
    23 #define FontCustomPlatformData_h_
     22#ifndef FontCustomPlatformData_h
     23#define FontCustomPlatformData_h
    2424
    2525#include "FontRenderingMode.h"
     
    4444} // namespace WebCore
    4545
    46 #endif // FontCustomPlatformData_h_
     46#endif // FontCustomPlatformData_h
  • trunk/WebCore/platform/graphics/skia/SkiaFontWin.h

    r42131 r61663  
    2929 */
    3030
    31 #ifndef SkiaWinOutlineCache_h
    32 #define SkiaWinOutlineCache_h
     31#ifndef SkiaFontWin_h
     32#define SkiaFontWin_h
    3333
    3434#include <windows.h>
     
    9191}  // namespace WebCore
    9292
    93 #endif  // SkiaWinOutlineCache_h
     93#endif  // SkiaFontWin_h
  • trunk/WebCore/platform/graphics/win/GraphicsLayerCACF.h

    r59982 r61663  
    2424 */
    2525
    26 #ifndef GraphicsLayerCACF_h_
    27 #define GraphicsLayerCACF_h_
     26#ifndef GraphicsLayerCACF_h
     27#define GraphicsLayerCACF_h
    2828
    2929#if USE(ACCELERATED_COMPOSITING)
     
    143143#endif // USE(ACCELERATED_COMPOSITING)
    144144
    145 #endif // GraphicsLayerCACF_h_
     145#endif // GraphicsLayerCACF_h
  • trunk/WebCore/platform/graphics/win/QTMovieWinTimer.h

    r29663 r61663  
    2424 */
    2525
    26 #ifndef QTMovieViewTimer_h
    27 #define QTMovieViewTimer_h
     26#ifndef QTMovieWinTimer_h
     27#define QTMovieWinTimer_h
    2828
    2929// This header should not be included from WebCore.
  • trunk/WebCore/platform/graphics/win/RefCountedGDIHandle.h

    • Property svn:executable deleted
  • trunk/WebCore/platform/graphics/win/WebLayer.h

    • Property svn:executable deleted
  • trunk/WebCore/platform/graphics/win/WebTiledLayer.h

    • Property svn:executable deleted
  • trunk/WebCore/platform/graphics/wince/FontPlatformData.h

    r46388 r61663  
    2323 */
    2424
    25 #ifndef FontPlatformDataWince_H
    26 #define FontPlatformDataWince_H
     25#ifndef FontPlatformData_h
     26#define FontPlatformData_h
    2727
    2828#include "FontDescription.h"
  • trunk/WebCore/platform/graphics/wx/FontPlatformData.h

    r59183 r61663  
    2727 */
    2828 
    29 #ifndef FontPlatformData_H
    30 #define FontPlatformData_H
     29#ifndef FontPlatformData_h
     30#define FontPlatformData_h
    3131
    3232#include "FontDescription.h"
  • trunk/WebCore/platform/network/CredentialStorage.h

    r51377 r61663  
    2424 */
    2525
    26 #ifndef SessionCredentialStorage_h
    27 #define SessionCredentialStorage_h
     26#ifndef CredentialStorage_h
     27#define CredentialStorage_h
    2828
    2929namespace WebCore {
     
    5050} // namespace WebCore
    5151
    52 #endif // SessionCredentialStorage_h
     52#endif // CredentialStorage_h
  • trunk/WebCore/platform/network/cf/FormDataStreamCFNet.h

    r30055 r61663  
    2727 */
    2828
    29 #ifndef FormDataStreamCFNet_h_
    30 #define FormDataStreamCFNet_h_
     29#ifndef FormDataStreamCFNet_h
     30#define FormDataStreamCFNet_h
    3131
    3232#include <CoreFoundation/CoreFoundation.h>
     
    4242}
    4343
    44 #endif FormDataStreamCFNet_h_
     44#endif FormDataStreamCFNet_h
  • trunk/WebCore/platform/network/curl/FormDataStreamCurl.h

    r37613 r61663  
    2323 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2424 */
    25 #ifndef FormatDataStreamCurl_h
    26 #define FormatDataStreamCurl_h
     25#ifndef FormDataStreamCurl_h
     26#define FormDataStreamCurl_h
    2727
    2828#include "config.h"
  • trunk/WebCore/platform/network/qt/DnsPrefetchHelper.h

    r59075 r61663  
    1717    Boston, MA 02110-1301, USA.
    1818*/
    19 #ifndef DNSPREFETCHHELPER_H
    20 #define DNSPREFETCHHELPER_H
     19#ifndef DnsPrefetchHelper_h
     20#define DnsPrefetchHelper_h
    2121
    2222#include <QObject>
     
    8484}
    8585
    86 #endif // DNSPREFETCHHELPER_H
     86#endif // DnsPrefetchHelper_h
  • trunk/WebCore/platform/network/qt/QNetworkReplyHandler.h

    r57117 r61663  
    1717    Boston, MA 02110-1301, USA.
    1818*/
    19 #ifndef QNETWORKREPLYHANDLER_H
    20 #define QNETWORKREPLYHANDLER_H
     19#ifndef QNetworkReplyHandler_h
     20#define QNetworkReplyHandler_h
    2121
    2222#include <QObject>
     
    114114}
    115115
    116 #endif // QNETWORKREPLYHANDLER_H
     116#endif // QNetworkReplyHandler_h
  • trunk/WebCore/platform/win/PlatformScrollBar.h

    r36532 r61663  
    2424 */
    2525
    26 #ifndef PlatformScrollbar_h
    27 #define PlatformScrollbar_h
     26#ifndef PlatformScrollBar_h
     27#define PlatformScrollBar_h
    2828
    2929#include "Scrollbar.h"
     
    4747}
    4848
    49 #endif // PlatformScrollbar_h
     49#endif // PlatformScrollBar_h
    5050
  • trunk/WebCore/plugins/PluginDatabase.h

    r60187 r61663  
    2626 */
    2727
    28 #ifndef PluginDatabase_H
    29 #define PluginDatabase_H
     28#ifndef PluginDatabase_h
     29#define PluginDatabase_h
    3030
    3131#include "PlatformString.h"
  • trunk/WebCore/plugins/PluginPackage.h

    r58590 r61663  
    2525 */
    2626
    27 #ifndef PluginPackage_H
    28 #define PluginPackage_H
     27#ifndef PluginPackage_h
     28#define PluginPackage_h
    2929
    3030#include "FileSystem.h"
  • trunk/WebCore/plugins/PluginStream.h

    r58590 r61663  
    2525 */
    2626
    27 #ifndef PluginStream_H
    28 #define PluginStream_H
     27#ifndef PluginStream_h
     28#define PluginStream_h
    2929
    3030#include "FileSystem.h"
  • trunk/WebCore/plugins/qt/PluginContainerQt.h

    r44381 r61663  
    1717    Boston, MA 02110-1301, USA.
    1818*/
    19 #ifndef PluginContainerQt_H
    20 #define PluginContainerQt_H
     19#ifndef PluginContainerQt_h
     20#define PluginContainerQt_h
    2121
    2222#include <QX11EmbedContainer>
     
    6161}
    6262
    63 #endif // PluginContainerQt_H
     63#endif // PluginContainerQt_h
  • trunk/WebCore/plugins/symbian/npinterface.h

    r49574 r61663  
    1717    Boston, MA 02110-1301, USA.
    1818*/
    19 #ifndef npinterface_H
    20 #define npinterface_H
     19#ifndef npinterface_h
     20#define npinterface_h
    2121
    2222#include "npfunctions.h"
     
    3535QT_END_NAMESPACE
    3636
    37 #endif // npinterface_H
     37#endif // npinterface_h
  • trunk/WebCore/rendering/RenderSelectionInfo.h

    r51466 r61663  
    2323 */
    2424
    25 #ifndef SelectionInfo_h
    26 #define SelectionInfo_h
     25#ifndef RenderSelectionInfo_h
     26#define RenderSelectionInfo_h
    2727
    2828#include "IntRect.h"
     
    102102
    103103
    104 #endif // SelectionInfo_h
     104#endif // RenderSelectionInfo_h
  • trunk/WebCore/rendering/SVGRenderSupport.h

    r60761 r61663  
    2222 */
    2323
    24 #ifndef SVGRenderBase_h
    25 #define SVGRenderBase_h
     24#ifndef SVGRenderSupport_h
     25#define SVGRenderSupport_h
    2626
    2727#if ENABLE(SVG)
     
    9494#endif // ENABLE(SVG)
    9595
    96 #endif // SVGRenderBase_h
     96#endif // SVGRenderSupport_h
  • trunk/WebCore/storage/IDBObjectStoreImpl.h

    • Property svn:executable deleted
  • trunk/WebCore/svg/animation/SMILTimeContainer.h

    r52287 r61663  
    2424 */
    2525
    26 #ifndef SMILTimeContainer_H
    27 #define SMILTimeContainer_H
     26#ifndef SMILTimeContainer_h
     27#define SMILTimeContainer_h
    2828
    2929#if ENABLE(SVG)
  • trunk/WebCore/wml/WMLErrorHandling.h

    r39432 r61663  
    1919 */
    2020
    21 #ifndef WMLErrorCodes_h
    22 #define WMLErrorCodes_h
     21#ifndef WMLErrorHandling_h
     22#define WMLErrorHandling_h
    2323
    2424#if ENABLE(WML)
  • trunk/WebKitTools/ChangeLog

    r61662 r61663  
     12010-06-22  Eric Seidel  <eric@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        Run clean-header-guards to fix some header guards
     6        https://bugs.webkit.org/show_bug.cgi?id=41044
     7
     8        No functional changes, thus no tests.
     9
     10        This entire change was generated by running
     11        clean-header-guards, and then reverting changes
     12        to files which shouldn't be changed.  Those which
     13        are left all should be updated.
     14
     15        Some of these changes are just fixing 755 permissions
     16        to be 644, since it seems various files have the wrong
     17        execute bit which don't need it.  clean-header-guards
     18        made those (welcome) permission fixes unintentionally.
     19
     20        * DumpRenderTree/chromium/WebThemeControlDRT.h:
     21        * DumpRenderTree/chromium/WebThemeEngineDRT.h:
     22        * QtTestBrowser/fpstimer.h:
     23
    1242010-06-22  Adam Barth  <abarth@webkit.org>
    225
  • trunk/WebKitTools/DumpRenderTree/chromium/WebThemeControlDRT.h

    • Property svn:executable deleted
  • trunk/WebKitTools/DumpRenderTree/chromium/WebThemeEngineDRT.h

    • Property svn:executable deleted
  • trunk/WebKitTools/QtTestBrowser/fpstimer.h

    r58047 r61663  
    2626 */
    2727
    28 #ifndef fpsmeasure_h
    29 #define fpsmeasure_h
     28#ifndef fpstimer_h
     29#define fpstimer_h
    3030
    3131#include <QObject>
Note: See TracChangeset for help on using the changeset viewer.