Ignore:
Timestamp:
Nov 13, 2016, 2:05:43 AM (9 years ago)
Author:
[email protected]
Message:

Use #pragma once in WebCore
https://bugs.webkit.org/show_bug.cgi?id=164686

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2016-11-13
Reviewed by Michael Catanzaro.

  • css/*.h:
  • plugins/*.h:
  • rendering/*.h:
  • style/*.h:
  • svg/*.h:
  • testing/*.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/css/CSSUnicodeRangeValue.h

    r205093 r208668  
    2424 */
    2525
    26 #ifndef CSSUnicodeRangeValue_h
    27 #define CSSUnicodeRangeValue_h
     26#pragma once
    2827
    2928#include "CSSValue.h"
     
    6059
    6160SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSUnicodeRangeValue, isUnicodeRangeValue())
    62 
    63 #endif // CSSUnicodeRangeValue_h
Note: See TracChangeset for help on using the changeset viewer.