<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[208668] trunk/Source/WebCore</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/208668">208668</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2016-11-13 02:05:43 -0800 (Sun, 13 Nov 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Use #pragma once in WebCore
https://bugs.webkit.org/show_bug.cgi?id=164686

Patch by Joseph Pecoraro &lt;pecoraro@apple.com&gt; on 2016-11-13
Reviewed by Michael Catanzaro.

* css/*.h:
* plugins/*.h:
* rendering/*.h:
* style/*.h:
* svg/*.h:
* testing/*.h:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorecssCSSContentDistributionValueh">trunk/Source/WebCore/css/CSSContentDistributionValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSCrossfadeValueh">trunk/Source/WebCore/css/CSSCrossfadeValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSCursorImageValueh">trunk/Source/WebCore/css/CSSCursorImageValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSCustomPropertyValueh">trunk/Source/WebCore/css/CSSCustomPropertyValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSDefaultStyleSheetsh">trunk/Source/WebCore/css/CSSDefaultStyleSheets.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSFilterImageValueh">trunk/Source/WebCore/css/CSSFilterImageValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSFontFaceSourceh">trunk/Source/WebCore/css/CSSFontFaceSource.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSFontFaceSrcValueh">trunk/Source/WebCore/css/CSSFontFaceSrcValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSFontFamilyh">trunk/Source/WebCore/css/CSSFontFamily.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSFontFeatureValueh">trunk/Source/WebCore/css/CSSFontFeatureValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSFontSelectorh">trunk/Source/WebCore/css/CSSFontSelector.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSGridAutoRepeatValueh">trunk/Source/WebCore/css/CSSGridAutoRepeatValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSGridLineNamesValueh">trunk/Source/WebCore/css/CSSGridLineNamesValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSGridTemplateAreasValueh">trunk/Source/WebCore/css/CSSGridTemplateAreasValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSHelperh">trunk/Source/WebCore/css/CSSHelper.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSImageGeneratorValueh">trunk/Source/WebCore/css/CSSImageGeneratorValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSImageSetValueh">trunk/Source/WebCore/css/CSSImageSetValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSInheritedValueh">trunk/Source/WebCore/css/CSSInheritedValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSInitialValueh">trunk/Source/WebCore/css/CSSInitialValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSKeyframeRuleh">trunk/Source/WebCore/css/CSSKeyframeRule.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSKeyframesRuleh">trunk/Source/WebCore/css/CSSKeyframesRule.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSLineBoxContainValueh">trunk/Source/WebCore/css/CSSLineBoxContainValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSMarkuph">trunk/Source/WebCore/css/CSSMarkup.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSNamedImageValueh">trunk/Source/WebCore/css/CSSNamedImageValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSPropertySourceDatah">trunk/Source/WebCore/css/CSSPropertySourceData.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSReflectionDirectionh">trunk/Source/WebCore/css/CSSReflectionDirection.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSRevertValueh">trunk/Source/WebCore/css/CSSRevertValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSRuleh">trunk/Source/WebCore/css/CSSRule.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSSegmentedFontFaceh">trunk/Source/WebCore/css/CSSSegmentedFontFace.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSSelectorh">trunk/Source/WebCore/css/CSSSelector.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSSelectorListh">trunk/Source/WebCore/css/CSSSelectorList.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSShadowValueh">trunk/Source/WebCore/css/CSSShadowValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSSupportsRuleh">trunk/Source/WebCore/css/CSSSupportsRule.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSTimingFunctionValueh">trunk/Source/WebCore/css/CSSTimingFunctionValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSToLengthConversionDatah">trunk/Source/WebCore/css/CSSToLengthConversionData.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSToStyleMaph">trunk/Source/WebCore/css/CSSToStyleMap.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSUnicodeRangeValueh">trunk/Source/WebCore/css/CSSUnicodeRangeValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSUnknownRuleh">trunk/Source/WebCore/css/CSSUnknownRule.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSUnsetValueh">trunk/Source/WebCore/css/CSSUnsetValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSValueListh">trunk/Source/WebCore/css/CSSValueList.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSValuePoolh">trunk/Source/WebCore/css/CSSValuePool.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSVariableDependentValueh">trunk/Source/WebCore/css/CSSVariableDependentValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSVariableValueh">trunk/Source/WebCore/css/CSSVariableValue.h</a></li>
<li><a href="#trunkSourceWebCorecssDashboardRegionh">trunk/Source/WebCore/css/DashboardRegion.h</a></li>
<li><a href="#trunkSourceWebCorecssDocumentRuleSetsh">trunk/Source/WebCore/css/DocumentRuleSets.h</a></li>
<li><a href="#trunkSourceWebCorecssElementRuleCollectorh">trunk/Source/WebCore/css/ElementRuleCollector.h</a></li>
<li><a href="#trunkSourceWebCorecssFontVariantBuilderh">trunk/Source/WebCore/css/FontVariantBuilder.h</a></li>
<li><a href="#trunkSourceWebCorecssLengthFunctionsh">trunk/Source/WebCore/css/LengthFunctions.h</a></li>
<li><a href="#trunkSourceWebCorecssLengthRepeath">trunk/Source/WebCore/css/LengthRepeat.h</a></li>
<li><a href="#trunkSourceWebCorecssMediaQueryListListenerh">trunk/Source/WebCore/css/MediaQueryListListener.h</a></li>
<li><a href="#trunkSourceWebCorecssPageRuleCollectorh">trunk/Source/WebCore/css/PageRuleCollector.h</a></li>
<li><a href="#trunkSourceWebCorecssRuleFeatureh">trunk/Source/WebCore/css/RuleFeature.h</a></li>
<li><a href="#trunkSourceWebCorecssRuleSeth">trunk/Source/WebCore/css/RuleSet.h</a></li>
<li><a href="#trunkSourceWebCorecssSelectorCheckerh">trunk/Source/WebCore/css/SelectorChecker.h</a></li>
<li><a href="#trunkSourceWebCorecssSelectorCheckerTestFunctionsh">trunk/Source/WebCore/css/SelectorCheckerTestFunctions.h</a></li>
<li><a href="#trunkSourceWebCorecssSelectorFilterh">trunk/Source/WebCore/css/SelectorFilter.h</a></li>
<li><a href="#trunkSourceWebCorecssSelectorPseudoTypeMaph">trunk/Source/WebCore/css/SelectorPseudoTypeMap.h</a></li>
<li><a href="#trunkSourceWebCorecssStyleBuilderh">trunk/Source/WebCore/css/StyleBuilder.h</a></li>
<li><a href="#trunkSourceWebCorecssStyleBuilderConverterh">trunk/Source/WebCore/css/StyleBuilderConverter.h</a></li>
<li><a href="#trunkSourceWebCorecssStyleInvalidationAnalysish">trunk/Source/WebCore/css/StyleInvalidationAnalysis.h</a></li>
<li><a href="#trunkSourceWebCorecssStyleMediah">trunk/Source/WebCore/css/StyleMedia.h</a></li>
<li><a href="#trunkSourceWebCorecssStyleRuleImporth">trunk/Source/WebCore/css/StyleRuleImport.h</a></li>
<li><a href="#trunkSourceWebCorecssStyleSheeth">trunk/Source/WebCore/css/StyleSheet.h</a></li>
<li><a href="#trunkSourceWebCorecssStyleSheetContentsh">trunk/Source/WebCore/css/StyleSheetContents.h</a></li>
<li><a href="#trunkSourceWebCorecssTransformFunctionsh">trunk/Source/WebCore/css/TransformFunctions.h</a></li>
<li><a href="#trunkSourceWebCorecssViewportStyleResolverh">trunk/Source/WebCore/css/ViewportStyleResolver.h</a></li>
<li><a href="#trunkSourceWebCorecssWebKitCSSRegionRuleh">trunk/Source/WebCore/css/WebKitCSSRegionRule.h</a></li>
<li><a href="#trunkSourceWebCorecssWebKitCSSViewportRuleh">trunk/Source/WebCore/css/WebKitCSSViewportRule.h</a></li>
<li><a href="#trunkSourceWebCorecssmakeproppl">trunk/Source/WebCore/css/makeprop.pl</a></li>
<li><a href="#trunkSourceWebCorecssmakevaluespl">trunk/Source/WebCore/css/makevalues.pl</a></li>
<li><a href="#trunkSourceWebCorecssparserCSSParserFastPathsh">trunk/Source/WebCore/css/parser/CSSParserFastPaths.h</a></li>
<li><a href="#trunkSourceWebCorecssparserCSSParserIdiomsh">trunk/Source/WebCore/css/parser/CSSParserIdioms.h</a></li>
<li><a href="#trunkSourceWebCorecssparserCSSParserModeh">trunk/Source/WebCore/css/parser/CSSParserMode.h</a></li>
<li><a href="#trunkSourceWebCorecssparserCSSParserObserverh">trunk/Source/WebCore/css/parser/CSSParserObserver.h</a></li>
<li><a href="#trunkSourceWebCorecssparserCSSParserObserverWrapperh">trunk/Source/WebCore/css/parser/CSSParserObserverWrapper.h</a></li>
<li><a href="#trunkSourceWebCorecssparserCSSParserTokenh">trunk/Source/WebCore/css/parser/CSSParserToken.h</a></li>
<li><a href="#trunkSourceWebCorecssparserCSSParserTokenRangeh">trunk/Source/WebCore/css/parser/CSSParserTokenRange.h</a></li>
<li><a href="#trunkSourceWebCorecssparserCSSPropertyParserh">trunk/Source/WebCore/css/parser/CSSPropertyParser.h</a></li>
<li><a href="#trunkSourceWebCorecssparserCSSPropertyParserHelpersh">trunk/Source/WebCore/css/parser/CSSPropertyParserHelpers.h</a></li>
<li><a href="#trunkSourceWebCorecssparserCSSTokenizerh">trunk/Source/WebCore/css/parser/CSSTokenizer.h</a></li>
<li><a href="#trunkSourceWebCorecssparserCSSTokenizerInputStreamh">trunk/Source/WebCore/css/parser/CSSTokenizerInputStream.h</a></li>
<li><a href="#trunkSourceWebCorecssparserMediaQueryBlockWatcherh">trunk/Source/WebCore/css/parser/MediaQueryBlockWatcher.h</a></li>
<li><a href="#trunkSourceWebCorecssparserMediaQueryParserh">trunk/Source/WebCore/css/parser/MediaQueryParser.h</a></li>
<li><a href="#trunkSourceWebCorepluginsDOMMimeTypeh">trunk/Source/WebCore/plugins/DOMMimeType.h</a></li>
<li><a href="#trunkSourceWebCorepluginsDOMMimeTypeArrayh">trunk/Source/WebCore/plugins/DOMMimeTypeArray.h</a></li>
<li><a href="#trunkSourceWebCorepluginsDOMPluginh">trunk/Source/WebCore/plugins/DOMPlugin.h</a></li>
<li><a href="#trunkSourceWebCorepluginsDOMPluginArrayh">trunk/Source/WebCore/plugins/DOMPluginArray.h</a></li>
<li><a href="#trunkSourceWebCorepluginsPluginDatah">trunk/Source/WebCore/plugins/PluginData.h</a></li>
<li><a href="#trunkSourceWebCorepluginsPluginViewBaseh">trunk/Source/WebCore/plugins/PluginViewBase.h</a></li>
<li><a href="#trunkSourceWebCorerenderingAutoTableLayouth">trunk/Source/WebCore/rendering/AutoTableLayout.h</a></li>
<li><a href="#trunkSourceWebCorerenderingBidiRunh">trunk/Source/WebCore/rendering/BidiRun.h</a></li>
<li><a href="#trunkSourceWebCorerenderingBorderEdgeh">trunk/Source/WebCore/rendering/BorderEdge.h</a></li>
<li><a href="#trunkSourceWebCorerenderingClipPathOperationh">trunk/Source/WebCore/rendering/ClipPathOperation.h</a></li>
<li><a href="#trunkSourceWebCorerenderingClipRecth">trunk/Source/WebCore/rendering/ClipRect.h</a></li>
<li><a href="#trunkSourceWebCorerenderingColumnInfoh">trunk/Source/WebCore/rendering/ColumnInfo.h</a></li>
<li><a href="#trunkSourceWebCorerenderingCounterNodeh">trunk/Source/WebCore/rendering/CounterNode.h</a></li>
<li><a href="#trunkSourceWebCorerenderingEllipsisBoxh">trunk/Source/WebCore/rendering/EllipsisBox.h</a></li>
<li><a href="#trunkSourceWebCorerenderingFilterEffectRendererh">trunk/Source/WebCore/rendering/FilterEffectRenderer.h</a></li>
<li><a href="#trunkSourceWebCorerenderingFixedTableLayouth">trunk/Source/WebCore/rendering/FixedTableLayout.h</a></li>
<li><a href="#trunkSourceWebCorerenderingFloatingObjectsh">trunk/Source/WebCore/rendering/FloatingObjects.h</a></li>
<li><a href="#trunkSourceWebCorerenderingFlowThreadControllerh">trunk/Source/WebCore/rendering/FlowThreadController.h</a></li>
<li><a href="#trunkSourceWebCorerenderingGapRectsh">trunk/Source/WebCore/rendering/GapRects.h</a></li>
<li><a href="#trunkSourceWebCorerenderingHitTestLocationh">trunk/Source/WebCore/rendering/HitTestLocation.h</a></li>
<li><a href="#trunkSourceWebCorerenderingHitTestRequesth">trunk/Source/WebCore/rendering/HitTestRequest.h</a></li>
<li><a href="#trunkSourceWebCorerenderingHitTestResulth">trunk/Source/WebCore/rendering/HitTestResult.h</a></li>
<li><a href="#trunkSourceWebCorerenderingHitTestingTransformStateh">trunk/Source/WebCore/rendering/HitTestingTransformState.h</a></li>
<li><a href="#trunkSourceWebCorerenderingImageQualityControllerh">trunk/Source/WebCore/rendering/ImageQualityController.h</a></li>
<li><a href="#trunkSourceWebCorerenderingInlineBoxh">trunk/Source/WebCore/rendering/InlineBox.h</a></li>
<li><a href="#trunkSourceWebCorerenderingInlineElementBoxh">trunk/Source/WebCore/rendering/InlineElementBox.h</a></li>
<li><a href="#trunkSourceWebCorerenderingInlineFlowBoxh">trunk/Source/WebCore/rendering/InlineFlowBox.h</a></li>
<li><a href="#trunkSourceWebCorerenderingInlineIteratorh">trunk/Source/WebCore/rendering/InlineIterator.h</a></li>
<li><a href="#trunkSourceWebCorerenderingInlineTextBoxh">trunk/Source/WebCore/rendering/InlineTextBox.h</a></li>
<li><a href="#trunkSourceWebCorerenderingLayerFragmenth">trunk/Source/WebCore/rendering/LayerFragment.h</a></li>
<li><a href="#trunkSourceWebCorerenderingLayoutRepainterh">trunk/Source/WebCore/rendering/LayoutRepainter.h</a></li>
<li><a href="#trunkSourceWebCorerenderingLayoutStateh">trunk/Source/WebCore/rendering/LayoutState.h</a></li>
<li><a href="#trunkSourceWebCorerenderingLogicalSelectionOffsetCachesh">trunk/Source/WebCore/rendering/LogicalSelectionOffsetCaches.h</a></li>
<li><a href="#trunkSourceWebCorerenderingOrderIteratorh">trunk/Source/WebCore/rendering/OrderIterator.h</a></li>
<li><a href="#trunkSourceWebCorerenderingOverlapTestRequestClienth">trunk/Source/WebCore/rendering/OverlapTestRequestClient.h</a></li>
<li><a href="#trunkSourceWebCorerenderingPaginationh">trunk/Source/WebCore/rendering/Pagination.h</a></li>
<li><a href="#trunkSourceWebCorerenderingPaintInfoh">trunk/Source/WebCore/rendering/PaintInfo.h</a></li>
<li><a href="#trunkSourceWebCorerenderingPaintPhaseh">trunk/Source/WebCore/rendering/PaintPhase.h</a></li>
<li><a href="#trunkSourceWebCorerenderingPointerEventsHitRulescpp">trunk/Source/WebCore/rendering/PointerEventsHitRules.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingPointerEventsHitRulesh">trunk/Source/WebCore/rendering/PointerEventsHitRules.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRegionOversetStateh">trunk/Source/WebCore/rendering/RegionOversetState.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderAncestorIteratorh">trunk/Source/WebCore/rendering/RenderAncestorIterator.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderBlockh">trunk/Source/WebCore/rendering/RenderBlock.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderBlockFlowh">trunk/Source/WebCore/rendering/RenderBlockFlow.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderBoxh">trunk/Source/WebCore/rendering/RenderBox.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderBoxModelObjecth">trunk/Source/WebCore/rendering/RenderBoxModelObject.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderBoxRegionInfoh">trunk/Source/WebCore/rendering/RenderBoxRegionInfo.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderButtonh">trunk/Source/WebCore/rendering/RenderButton.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderChildIteratorh">trunk/Source/WebCore/rendering/RenderChildIterator.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderCombineTexth">trunk/Source/WebCore/rendering/RenderCombineText.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderCounterh">trunk/Source/WebCore/rendering/RenderCounter.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderDeprecatedFlexibleBoxh">trunk/Source/WebCore/rendering/RenderDeprecatedFlexibleBox.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderDetailsMarkerh">trunk/Source/WebCore/rendering/RenderDetailsMarker.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderElementh">trunk/Source/WebCore/rendering/RenderElement.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderEmbeddedObjecth">trunk/Source/WebCore/rendering/RenderEmbeddedObject.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderFieldseth">trunk/Source/WebCore/rendering/RenderFieldset.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderFileUploadControlh">trunk/Source/WebCore/rendering/RenderFileUploadControl.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderFlexibleBoxh">trunk/Source/WebCore/rendering/RenderFlexibleBox.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderFlowThreadh">trunk/Source/WebCore/rendering/RenderFlowThread.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderFrameBaseh">trunk/Source/WebCore/rendering/RenderFrameBase.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderFrameSeth">trunk/Source/WebCore/rendering/RenderFrameSet.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderFullScreenh">trunk/Source/WebCore/rendering/RenderFullScreen.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderGeometryMaph">trunk/Source/WebCore/rendering/RenderGeometryMap.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderGridh">trunk/Source/WebCore/rendering/RenderGrid.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderHTMLCanvash">trunk/Source/WebCore/rendering/RenderHTMLCanvas.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderIFrameh">trunk/Source/WebCore/rendering/RenderIFrame.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderImageResourceh">trunk/Source/WebCore/rendering/RenderImageResource.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderImageResourceStyleImageh">trunk/Source/WebCore/rendering/RenderImageResourceStyleImage.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderInlineh">trunk/Source/WebCore/rendering/RenderInline.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderIteratorh">trunk/Source/WebCore/rendering/RenderIterator.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderLayerBackingh">trunk/Source/WebCore/rendering/RenderLayerBacking.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderLayerCompositorh">trunk/Source/WebCore/rendering/RenderLayerCompositor.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderLayerModelObjecth">trunk/Source/WebCore/rendering/RenderLayerModelObject.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderLineBoxListh">trunk/Source/WebCore/rendering/RenderLineBoxList.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderLineBreakh">trunk/Source/WebCore/rendering/RenderLineBreak.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderListBoxh">trunk/Source/WebCore/rendering/RenderListBox.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderListItemh">trunk/Source/WebCore/rendering/RenderListItem.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderListMarkerh">trunk/Source/WebCore/rendering/RenderListMarker.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderMarqueeh">trunk/Source/WebCore/rendering/RenderMarquee.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderMediaControlElementsh">trunk/Source/WebCore/rendering/RenderMediaControlElements.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderMediaControlsh">trunk/Source/WebCore/rendering/RenderMediaControls.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderMenuListh">trunk/Source/WebCore/rendering/RenderMenuList.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderMeterh">trunk/Source/WebCore/rendering/RenderMeter.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderMultiColumnFlowThreadh">trunk/Source/WebCore/rendering/RenderMultiColumnFlowThread.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderMultiColumnSeth">trunk/Source/WebCore/rendering/RenderMultiColumnSet.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderMultiColumnSpannerPlaceholderh">trunk/Source/WebCore/rendering/RenderMultiColumnSpannerPlaceholder.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderNamedFlowFragmenth">trunk/Source/WebCore/rendering/RenderNamedFlowFragment.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderNamedFlowThreadh">trunk/Source/WebCore/rendering/RenderNamedFlowThread.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderOverflowh">trunk/Source/WebCore/rendering/RenderOverflow.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderProgressh">trunk/Source/WebCore/rendering/RenderProgress.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderPtrh">trunk/Source/WebCore/rendering/RenderPtr.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderQuoteh">trunk/Source/WebCore/rendering/RenderQuote.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderRegionh">trunk/Source/WebCore/rendering/RenderRegion.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderRegionSeth">trunk/Source/WebCore/rendering/RenderRegionSet.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderReplacedh">trunk/Source/WebCore/rendering/RenderReplaced.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderReplicah">trunk/Source/WebCore/rendering/RenderReplica.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderRubyh">trunk/Source/WebCore/rendering/RenderRuby.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderRubyBaseh">trunk/Source/WebCore/rendering/RenderRubyBase.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderRubyRunh">trunk/Source/WebCore/rendering/RenderRubyRun.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderRubyTexth">trunk/Source/WebCore/rendering/RenderRubyText.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderScrollbarh">trunk/Source/WebCore/rendering/RenderScrollbar.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderScrollbarParth">trunk/Source/WebCore/rendering/RenderScrollbarPart.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderScrollbarThemeh">trunk/Source/WebCore/rendering/RenderScrollbarTheme.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderSearchFieldh">trunk/Source/WebCore/rendering/RenderSearchField.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderSelectionInfoh">trunk/Source/WebCore/rendering/RenderSelectionInfo.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderSliderh">trunk/Source/WebCore/rendering/RenderSlider.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderSnapshottedPlugInh">trunk/Source/WebCore/rendering/RenderSnapshottedPlugIn.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTableh">trunk/Source/WebCore/rendering/RenderTable.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTableCaptionh">trunk/Source/WebCore/rendering/RenderTableCaption.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTableCellh">trunk/Source/WebCore/rendering/RenderTableCell.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTableColh">trunk/Source/WebCore/rendering/RenderTableCol.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTableRowh">trunk/Source/WebCore/rendering/RenderTableRow.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTableSectionh">trunk/Source/WebCore/rendering/RenderTableSection.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTexth">trunk/Source/WebCore/rendering/RenderText.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTextControlh">trunk/Source/WebCore/rendering/RenderTextControl.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTextControlSingleLineh">trunk/Source/WebCore/rendering/RenderTextControlSingleLine.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTextFragmenth">trunk/Source/WebCore/rendering/RenderTextFragment.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTextLineBoxesh">trunk/Source/WebCore/rendering/RenderTextLineBoxes.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderThemeh">trunk/Source/WebCore/rendering/RenderTheme.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderThemeEflh">trunk/Source/WebCore/rendering/RenderThemeEfl.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderThemeGtkh">trunk/Source/WebCore/rendering/RenderThemeGtk.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderThemeWinh">trunk/Source/WebCore/rendering/RenderThemeWin.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTreeAsTexth">trunk/Source/WebCore/rendering/RenderTreeAsText.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderVTTCueh">trunk/Source/WebCore/rendering/RenderVTTCue.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderViewh">trunk/Source/WebCore/rendering/RenderView.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderWidgeth">trunk/Source/WebCore/rendering/RenderWidget.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRootInlineBoxh">trunk/Source/WebCore/rendering/RootInlineBox.h</a></li>
<li><a href="#trunkSourceWebCorerenderingSelectionSubtreeRooth">trunk/Source/WebCore/rendering/SelectionSubtreeRoot.h</a></li>
<li><a href="#trunkSourceWebCorerenderingSimpleLineLayouth">trunk/Source/WebCore/rendering/SimpleLineLayout.h</a></li>
<li><a href="#trunkSourceWebCorerenderingSimpleLineLayoutFlowContentsh">trunk/Source/WebCore/rendering/SimpleLineLayoutFlowContents.h</a></li>
<li><a href="#trunkSourceWebCorerenderingSimpleLineLayoutFunctionsh">trunk/Source/WebCore/rendering/SimpleLineLayoutFunctions.h</a></li>
<li><a href="#trunkSourceWebCorerenderingSimpleLineLayoutResolverh">trunk/Source/WebCore/rendering/SimpleLineLayoutResolver.h</a></li>
<li><a href="#trunkSourceWebCorerenderingTableLayouth">trunk/Source/WebCore/rendering/TableLayout.h</a></li>
<li><a href="#trunkSourceWebCorerenderingTextDecorationPainterh">trunk/Source/WebCore/rendering/TextDecorationPainter.h</a></li>
<li><a href="#trunkSourceWebCorerenderingTextPaintStyleh">trunk/Source/WebCore/rendering/TextPaintStyle.h</a></li>
<li><a href="#trunkSourceWebCorerenderingTextPainterh">trunk/Source/WebCore/rendering/TextPainter.h</a></li>
<li><a href="#trunkSourceWebCorerenderingTrailingFloatsRootInlineBoxh">trunk/Source/WebCore/rendering/TrailingFloatsRootInlineBox.h</a></li>
<li><a href="#trunkSourceWebCorerenderingVerticalPositionCacheh">trunk/Source/WebCore/rendering/VerticalPositionCache.h</a></li>
<li><a href="#trunkSourceWebCorerenderinglineLineBreakerh">trunk/Source/WebCore/rendering/line/LineBreaker.h</a></li>
<li><a href="#trunkSourceWebCorerenderinglineLineInfoh">trunk/Source/WebCore/rendering/line/LineInfo.h</a></li>
<li><a href="#trunkSourceWebCorerenderinglineLineInlineHeadersh">trunk/Source/WebCore/rendering/line/LineInlineHeaders.h</a></li>
<li><a href="#trunkSourceWebCorerenderinglineLineLayoutStateh">trunk/Source/WebCore/rendering/line/LineLayoutState.h</a></li>
<li><a href="#trunkSourceWebCorerenderinglineLineWidthh">trunk/Source/WebCore/rendering/line/LineWidth.h</a></li>
<li><a href="#trunkSourceWebCorerenderinglineTrailingObjectsh">trunk/Source/WebCore/rendering/line/TrailingObjects.h</a></li>
<li><a href="#trunkSourceWebCorerenderingshapesBoxShapeh">trunk/Source/WebCore/rendering/shapes/BoxShape.h</a></li>
<li><a href="#trunkSourceWebCorerenderingshapesPolygonShapeh">trunk/Source/WebCore/rendering/shapes/PolygonShape.h</a></li>
<li><a href="#trunkSourceWebCorerenderingshapesRasterShapeh">trunk/Source/WebCore/rendering/shapes/RasterShape.h</a></li>
<li><a href="#trunkSourceWebCorerenderingshapesRectangleShapeh">trunk/Source/WebCore/rendering/shapes/RectangleShape.h</a></li>
<li><a href="#trunkSourceWebCorerenderingshapesShapeh">trunk/Source/WebCore/rendering/shapes/Shape.h</a></li>
<li><a href="#trunkSourceWebCorerenderingshapesShapeIntervalh">trunk/Source/WebCore/rendering/shapes/ShapeInterval.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleBasicShapesh">trunk/Source/WebCore/rendering/style/BasicShapes.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleBorderDatah">trunk/Source/WebCore/rendering/style/BorderData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleBorderValueh">trunk/Source/WebCore/rendering/style/BorderValue.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleCollapsedBorderValueh">trunk/Source/WebCore/rendering/style/CollapsedBorderValue.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleContentDatah">trunk/Source/WebCore/rendering/style/ContentData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleCounterContenth">trunk/Source/WebCore/rendering/style/CounterContent.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleCounterDirectivesh">trunk/Source/WebCore/rendering/style/CounterDirectives.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleCursorDatah">trunk/Source/WebCore/rendering/style/CursorData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleCursorListh">trunk/Source/WebCore/rendering/style/CursorList.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleDataRefh">trunk/Source/WebCore/rendering/style/DataRef.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleFillLayerh">trunk/Source/WebCore/rendering/style/FillLayer.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleGridAreah">trunk/Source/WebCore/rendering/style/GridArea.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleGridLengthh">trunk/Source/WebCore/rendering/style/GridLength.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleGridPositionh">trunk/Source/WebCore/rendering/style/GridPosition.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleGridPositionsResolverh">trunk/Source/WebCore/rendering/style/GridPositionsResolver.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleGridTrackSizeh">trunk/Source/WebCore/rendering/style/GridTrackSize.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleKeyframeListh">trunk/Source/WebCore/rendering/style/KeyframeList.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleLineClampValueh">trunk/Source/WebCore/rendering/style/LineClampValue.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleNinePieceImageh">trunk/Source/WebCore/rendering/style/NinePieceImage.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleOutlineValueh">trunk/Source/WebCore/rendering/style/OutlineValue.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleQuotesDatah">trunk/Source/WebCore/rendering/style/QuotesData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleRenderStyleConstantsh">trunk/Source/WebCore/rendering/style/RenderStyleConstants.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleSVGRenderStyleh">trunk/Source/WebCore/rendering/style/SVGRenderStyle.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleSVGRenderStyleDefsh">trunk/Source/WebCore/rendering/style/SVGRenderStyleDefs.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleShadowDatah">trunk/Source/WebCore/rendering/style/ShadowData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleBackgroundDatah">trunk/Source/WebCore/rendering/style/StyleBackgroundData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleBoxDatah">trunk/Source/WebCore/rendering/style/StyleBoxData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleCachedImageh">trunk/Source/WebCore/rendering/style/StyleCachedImage.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleContentAlignmentDatah">trunk/Source/WebCore/rendering/style/StyleContentAlignmentData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleCustomPropertyDatah">trunk/Source/WebCore/rendering/style/StyleCustomPropertyData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleDashboardRegionh">trunk/Source/WebCore/rendering/style/StyleDashboardRegion.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleDeprecatedFlexibleBoxDatah">trunk/Source/WebCore/rendering/style/StyleDeprecatedFlexibleBoxData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleFilterDatah">trunk/Source/WebCore/rendering/style/StyleFilterData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleFlexibleBoxDatah">trunk/Source/WebCore/rendering/style/StyleFlexibleBoxData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleGeneratedImageh">trunk/Source/WebCore/rendering/style/StyleGeneratedImage.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleGridDatah">trunk/Source/WebCore/rendering/style/StyleGridData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleGridItemDatah">trunk/Source/WebCore/rendering/style/StyleGridItemData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleImageh">trunk/Source/WebCore/rendering/style/StyleImage.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleInheritedDatah">trunk/Source/WebCore/rendering/style/StyleInheritedData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleMarqueeDatah">trunk/Source/WebCore/rendering/style/StyleMarqueeData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleMultiColDatah">trunk/Source/WebCore/rendering/style/StyleMultiColData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleRareInheritedDatah">trunk/Source/WebCore/rendering/style/StyleRareInheritedData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleReflectionh">trunk/Source/WebCore/rendering/style/StyleReflection.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleScrollSnapPointsh">trunk/Source/WebCore/rendering/style/StyleScrollSnapPoints.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleSelfAlignmentDatah">trunk/Source/WebCore/rendering/style/StyleSelfAlignmentData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleSurroundDatah">trunk/Source/WebCore/rendering/style/StyleSurroundData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleTransformDatah">trunk/Source/WebCore/rendering/style/StyleTransformData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleVisualDatah">trunk/Source/WebCore/rendering/style/StyleVisualData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleTextSizeAdjustmenth">trunk/Source/WebCore/rendering/style/TextSizeAdjustment.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleWillChangeDatah">trunk/Source/WebCore/rendering/style/WillChangeData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGBlockh">trunk/Source/WebCore/rendering/svg/RenderSVGBlock.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGContainerh">trunk/Source/WebCore/rendering/svg/RenderSVGContainer.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGEllipseh">trunk/Source/WebCore/rendering/svg/RenderSVGEllipse.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGForeignObjecth">trunk/Source/WebCore/rendering/svg/RenderSVGForeignObject.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGGradientStoph">trunk/Source/WebCore/rendering/svg/RenderSVGGradientStop.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGHiddenContainerh">trunk/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGImageh">trunk/Source/WebCore/rendering/svg/RenderSVGImage.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGInlineh">trunk/Source/WebCore/rendering/svg/RenderSVGInline.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGInlineTexth">trunk/Source/WebCore/rendering/svg/RenderSVGInlineText.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGModelObjecth">trunk/Source/WebCore/rendering/svg/RenderSVGModelObject.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGPathh">trunk/Source/WebCore/rendering/svg/RenderSVGPath.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGRecth">trunk/Source/WebCore/rendering/svg/RenderSVGRect.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceh">trunk/Source/WebCore/rendering/svg/RenderSVGResource.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceContainerh">trunk/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceFilterh">trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceFilterPrimitiveh">trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilterPrimitive.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceGradienth">trunk/Source/WebCore/rendering/svg/RenderSVGResourceGradient.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceLinearGradienth">trunk/Source/WebCore/rendering/svg/RenderSVGResourceLinearGradient.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceMarkerh">trunk/Source/WebCore/rendering/svg/RenderSVGResourceMarker.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourcePatternh">trunk/Source/WebCore/rendering/svg/RenderSVGResourcePattern.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceRadialGradienth">trunk/Source/WebCore/rendering/svg/RenderSVGResourceRadialGradient.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceSolidColorh">trunk/Source/WebCore/rendering/svg/RenderSVGResourceSolidColor.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGRooth">trunk/Source/WebCore/rendering/svg/RenderSVGRoot.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGShapeh">trunk/Source/WebCore/rendering/svg/RenderSVGShape.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGTSpanh">trunk/Source/WebCore/rendering/svg/RenderSVGTSpan.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGTexth">trunk/Source/WebCore/rendering/svg/RenderSVGText.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGTextPathh">trunk/Source/WebCore/rendering/svg/RenderSVGTextPath.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGTransformableContainerh">trunk/Source/WebCore/rendering/svg/RenderSVGTransformableContainer.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGViewportContainerh">trunk/Source/WebCore/rendering/svg/RenderSVGViewportContainer.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGInlineFlowBoxh">trunk/Source/WebCore/rendering/svg/SVGInlineFlowBox.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGInlineTextBoxh">trunk/Source/WebCore/rendering/svg/SVGInlineTextBox.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGMarkerDatah">trunk/Source/WebCore/rendering/svg/SVGMarkerData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGPathDatah">trunk/Source/WebCore/rendering/svg/SVGPathData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGRenderSupporth">trunk/Source/WebCore/rendering/svg/SVGRenderSupport.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGRenderTreeAsTexth">trunk/Source/WebCore/rendering/svg/SVGRenderTreeAsText.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGRenderingContexth">trunk/Source/WebCore/rendering/svg/SVGRenderingContext.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGResourcesh">trunk/Source/WebCore/rendering/svg/SVGResources.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGResourcesCacheh">trunk/Source/WebCore/rendering/svg/SVGResourcesCache.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGResourcesCycleSolverh">trunk/Source/WebCore/rendering/svg/SVGResourcesCycleSolver.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGRootInlineBoxh">trunk/Source/WebCore/rendering/svg/SVGRootInlineBox.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGSubpathDatah">trunk/Source/WebCore/rendering/svg/SVGSubpathData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGTextChunkh">trunk/Source/WebCore/rendering/svg/SVGTextChunk.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGTextChunkBuilderh">trunk/Source/WebCore/rendering/svg/SVGTextChunkBuilder.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGTextFragmenth">trunk/Source/WebCore/rendering/svg/SVGTextFragment.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGTextLayoutAttributesh">trunk/Source/WebCore/rendering/svg/SVGTextLayoutAttributes.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGTextLayoutAttributesBuilderh">trunk/Source/WebCore/rendering/svg/SVGTextLayoutAttributesBuilder.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGTextLayoutEngineh">trunk/Source/WebCore/rendering/svg/SVGTextLayoutEngine.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGTextLayoutEngineBaselineh">trunk/Source/WebCore/rendering/svg/SVGTextLayoutEngineBaseline.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGTextLayoutEngineSpacingh">trunk/Source/WebCore/rendering/svg/SVGTextLayoutEngineSpacing.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGTextMetricsh">trunk/Source/WebCore/rendering/svg/SVGTextMetrics.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGTextMetricsBuilderh">trunk/Source/WebCore/rendering/svg/SVGTextMetricsBuilder.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGTextQueryh">trunk/Source/WebCore/rendering/svg/SVGTextQuery.h</a></li>
<li><a href="#trunkSourceWebCorestyleAttributeChangeInvalidationh">trunk/Source/WebCore/style/AttributeChangeInvalidation.h</a></li>
<li><a href="#trunkSourceWebCorestyleClassChangeInvalidationh">trunk/Source/WebCore/style/ClassChangeInvalidation.h</a></li>
<li><a href="#trunkSourceWebCorestyleIdChangeInvalidationh">trunk/Source/WebCore/style/IdChangeInvalidation.h</a></li>
<li><a href="#trunkSourceWebCorestyleInlineTextBoxStyleh">trunk/Source/WebCore/style/InlineTextBoxStyle.h</a></li>
<li><a href="#trunkSourceWebCorestyleRenderTreePositionh">trunk/Source/WebCore/style/RenderTreePosition.h</a></li>
<li><a href="#trunkSourceWebCorestyleRenderTreeUpdaterh">trunk/Source/WebCore/style/RenderTreeUpdater.h</a></li>
<li><a href="#trunkSourceWebCorestyleStyleChangeh">trunk/Source/WebCore/style/StyleChange.h</a></li>
<li><a href="#trunkSourceWebCorestyleStyleFontSizeFunctionsh">trunk/Source/WebCore/style/StyleFontSizeFunctions.h</a></li>
<li><a href="#trunkSourceWebCorestyleStyleRelationsh">trunk/Source/WebCore/style/StyleRelations.h</a></li>
<li><a href="#trunkSourceWebCorestyleStyleResolveForDocumenth">trunk/Source/WebCore/style/StyleResolveForDocument.h</a></li>
<li><a href="#trunkSourceWebCorestyleStyleSharingResolverh">trunk/Source/WebCore/style/StyleSharingResolver.h</a></li>
<li><a href="#trunkSourceWebCorestyleStyleUpdateh">trunk/Source/WebCore/style/StyleUpdate.h</a></li>
<li><a href="#trunkSourceWebCoresvgGradientAttributesh">trunk/Source/WebCore/svg/GradientAttributes.h</a></li>
<li><a href="#trunkSourceWebCoresvgLinearGradientAttributesh">trunk/Source/WebCore/svg/LinearGradientAttributes.h</a></li>
<li><a href="#trunkSourceWebCoresvgPatternAttributesh">trunk/Source/WebCore/svg/PatternAttributes.h</a></li>
<li><a href="#trunkSourceWebCoresvgRadialGradientAttributesh">trunk/Source/WebCore/svg/RadialGradientAttributes.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAElementh">trunk/Source/WebCore/svg/SVGAElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAltGlyphDefElementh">trunk/Source/WebCore/svg/SVGAltGlyphDefElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAltGlyphItemElementh">trunk/Source/WebCore/svg/SVGAltGlyphItemElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimateColorElementh">trunk/Source/WebCore/svg/SVGAnimateColorElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimateElementh">trunk/Source/WebCore/svg/SVGAnimateElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimateElementBaseh">trunk/Source/WebCore/svg/SVGAnimateElementBase.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimateMotionElementh">trunk/Source/WebCore/svg/SVGAnimateMotionElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimateTransformElementh">trunk/Source/WebCore/svg/SVGAnimateTransformElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedAngleh">trunk/Source/WebCore/svg/SVGAnimatedAngle.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedBooleanh">trunk/Source/WebCore/svg/SVGAnimatedBoolean.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedColorh">trunk/Source/WebCore/svg/SVGAnimatedColor.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedEnumerationh">trunk/Source/WebCore/svg/SVGAnimatedEnumeration.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedIntegerh">trunk/Source/WebCore/svg/SVGAnimatedInteger.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedIntegerOptionalIntegerh">trunk/Source/WebCore/svg/SVGAnimatedIntegerOptionalInteger.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedLengthh">trunk/Source/WebCore/svg/SVGAnimatedLength.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedLengthListh">trunk/Source/WebCore/svg/SVGAnimatedLengthList.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedNumberh">trunk/Source/WebCore/svg/SVGAnimatedNumber.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedNumberListh">trunk/Source/WebCore/svg/SVGAnimatedNumberList.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedNumberOptionalNumberh">trunk/Source/WebCore/svg/SVGAnimatedNumberOptionalNumber.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedPathh">trunk/Source/WebCore/svg/SVGAnimatedPath.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedPointListh">trunk/Source/WebCore/svg/SVGAnimatedPointList.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedPreserveAspectRatioh">trunk/Source/WebCore/svg/SVGAnimatedPreserveAspectRatio.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedRecth">trunk/Source/WebCore/svg/SVGAnimatedRect.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedStringh">trunk/Source/WebCore/svg/SVGAnimatedString.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedTransformListh">trunk/Source/WebCore/svg/SVGAnimatedTransformList.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedTypeh">trunk/Source/WebCore/svg/SVGAnimatedType.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedTypeAnimatorh">trunk/Source/WebCore/svg/SVGAnimatedTypeAnimator.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatorFactoryh">trunk/Source/WebCore/svg/SVGAnimatorFactory.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGCircleElementh">trunk/Source/WebCore/svg/SVGCircleElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGClipPathElementh">trunk/Source/WebCore/svg/SVGClipPathElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGComponentTransferFunctionElementh">trunk/Source/WebCore/svg/SVGComponentTransferFunctionElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGCursorElementh">trunk/Source/WebCore/svg/SVGCursorElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGDefsElementh">trunk/Source/WebCore/svg/SVGDefsElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGDescElementh">trunk/Source/WebCore/svg/SVGDescElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGDocumenth">trunk/Source/WebCore/svg/SVGDocument.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGDocumentExtensionsh">trunk/Source/WebCore/svg/SVGDocumentExtensions.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGElementRareDatah">trunk/Source/WebCore/svg/SVGElementRareData.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGEllipseElementh">trunk/Source/WebCore/svg/SVGEllipseElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGExceptionh">trunk/Source/WebCore/svg/SVGException.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGExternalResourcesRequiredh">trunk/Source/WebCore/svg/SVGExternalResourcesRequired.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEBlendElementh">trunk/Source/WebCore/svg/SVGFEBlendElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEColorMatrixElementh">trunk/Source/WebCore/svg/SVGFEColorMatrixElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEComponentTransferElementh">trunk/Source/WebCore/svg/SVGFEComponentTransferElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFECompositeElementh">trunk/Source/WebCore/svg/SVGFECompositeElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEConvolveMatrixElementh">trunk/Source/WebCore/svg/SVGFEConvolveMatrixElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEDiffuseLightingElementh">trunk/Source/WebCore/svg/SVGFEDiffuseLightingElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEDisplacementMapElementh">trunk/Source/WebCore/svg/SVGFEDisplacementMapElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEDistantLightElementh">trunk/Source/WebCore/svg/SVGFEDistantLightElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEDropShadowElementh">trunk/Source/WebCore/svg/SVGFEDropShadowElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEFloodElementh">trunk/Source/WebCore/svg/SVGFEFloodElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEFuncAElementh">trunk/Source/WebCore/svg/SVGFEFuncAElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEFuncBElementh">trunk/Source/WebCore/svg/SVGFEFuncBElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEFuncGElementh">trunk/Source/WebCore/svg/SVGFEFuncGElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEFuncRElementh">trunk/Source/WebCore/svg/SVGFEFuncRElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEGaussianBlurElementh">trunk/Source/WebCore/svg/SVGFEGaussianBlurElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFELightElementh">trunk/Source/WebCore/svg/SVGFELightElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEMergeElementh">trunk/Source/WebCore/svg/SVGFEMergeElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEMergeNodeElementh">trunk/Source/WebCore/svg/SVGFEMergeNodeElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEMorphologyElementh">trunk/Source/WebCore/svg/SVGFEMorphologyElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEOffsetElementh">trunk/Source/WebCore/svg/SVGFEOffsetElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEPointLightElementh">trunk/Source/WebCore/svg/SVGFEPointLightElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFESpecularLightingElementh">trunk/Source/WebCore/svg/SVGFESpecularLightingElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFESpotLightElementh">trunk/Source/WebCore/svg/SVGFESpotLightElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFETileElementh">trunk/Source/WebCore/svg/SVGFETileElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFETurbulenceElementh">trunk/Source/WebCore/svg/SVGFETurbulenceElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFilterElementh">trunk/Source/WebCore/svg/SVGFilterElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFilterPrimitiveStandardAttributesh">trunk/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFitToViewBoxh">trunk/Source/WebCore/svg/SVGFitToViewBox.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFontElementh">trunk/Source/WebCore/svg/SVGFontElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFontFaceElementh">trunk/Source/WebCore/svg/SVGFontFaceElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFontFaceFormatElementh">trunk/Source/WebCore/svg/SVGFontFaceFormatElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFontFaceNameElementh">trunk/Source/WebCore/svg/SVGFontFaceNameElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFontFaceSrcElementh">trunk/Source/WebCore/svg/SVGFontFaceSrcElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFontFaceUriElementh">trunk/Source/WebCore/svg/SVGFontFaceUriElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGForeignObjectElementh">trunk/Source/WebCore/svg/SVGForeignObjectElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGGElementh">trunk/Source/WebCore/svg/SVGGElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGGlyphElementh">trunk/Source/WebCore/svg/SVGGlyphElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGGradientElementh">trunk/Source/WebCore/svg/SVGGradientElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGGraphicsElementh">trunk/Source/WebCore/svg/SVGGraphicsElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGHKernElementh">trunk/Source/WebCore/svg/SVGHKernElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGImageElementh">trunk/Source/WebCore/svg/SVGImageElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGImageLoaderh">trunk/Source/WebCore/svg/SVGImageLoader.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGLangSpaceh">trunk/Source/WebCore/svg/SVGLangSpace.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGLineElementh">trunk/Source/WebCore/svg/SVGLineElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGLinearGradientElementh">trunk/Source/WebCore/svg/SVGLinearGradientElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGMPathElementh">trunk/Source/WebCore/svg/SVGMPathElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGMarkerElementh">trunk/Source/WebCore/svg/SVGMarkerElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGMaskElementh">trunk/Source/WebCore/svg/SVGMaskElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGMetadataElementh">trunk/Source/WebCore/svg/SVGMetadataElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGMissingGlyphElementh">trunk/Source/WebCore/svg/SVGMissingGlyphElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGParserUtilitiesh">trunk/Source/WebCore/svg/SVGParserUtilities.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGParsingErrorh">trunk/Source/WebCore/svg/SVGParsingError.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathBlenderh">trunk/Source/WebCore/svg/SVGPathBlender.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathBuilderh">trunk/Source/WebCore/svg/SVGPathBuilder.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathByteStreamh">trunk/Source/WebCore/svg/SVGPathByteStream.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathByteStreamBuilderh">trunk/Source/WebCore/svg/SVGPathByteStreamBuilder.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathByteStreamSourceh">trunk/Source/WebCore/svg/SVGPathByteStreamSource.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathConsumerh">trunk/Source/WebCore/svg/SVGPathConsumer.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathElementh">trunk/Source/WebCore/svg/SVGPathElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathParserh">trunk/Source/WebCore/svg/SVGPathParser.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegh">trunk/Source/WebCore/svg/SVGPathSeg.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegArch">trunk/Source/WebCore/svg/SVGPathSegArc.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegArcAbsh">trunk/Source/WebCore/svg/SVGPathSegArcAbs.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegArcRelh">trunk/Source/WebCore/svg/SVGPathSegArcRel.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegClosePathh">trunk/Source/WebCore/svg/SVGPathSegClosePath.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegCurvetoCubich">trunk/Source/WebCore/svg/SVGPathSegCurvetoCubic.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegCurvetoCubicAbsh">trunk/Source/WebCore/svg/SVGPathSegCurvetoCubicAbs.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegCurvetoCubicRelh">trunk/Source/WebCore/svg/SVGPathSegCurvetoCubicRel.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegCurvetoCubicSmoothh">trunk/Source/WebCore/svg/SVGPathSegCurvetoCubicSmooth.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegCurvetoCubicSmoothAbsh">trunk/Source/WebCore/svg/SVGPathSegCurvetoCubicSmoothAbs.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegCurvetoCubicSmoothRelh">trunk/Source/WebCore/svg/SVGPathSegCurvetoCubicSmoothRel.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegCurvetoQuadratich">trunk/Source/WebCore/svg/SVGPathSegCurvetoQuadratic.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegCurvetoQuadraticAbsh">trunk/Source/WebCore/svg/SVGPathSegCurvetoQuadraticAbs.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegCurvetoQuadraticRelh">trunk/Source/WebCore/svg/SVGPathSegCurvetoQuadraticRel.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegCurvetoQuadraticSmoothAbsh">trunk/Source/WebCore/svg/SVGPathSegCurvetoQuadraticSmoothAbs.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegCurvetoQuadraticSmoothRelh">trunk/Source/WebCore/svg/SVGPathSegCurvetoQuadraticSmoothRel.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegLinetoAbsh">trunk/Source/WebCore/svg/SVGPathSegLinetoAbs.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegLinetoHorizontalh">trunk/Source/WebCore/svg/SVGPathSegLinetoHorizontal.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegLinetoHorizontalAbsh">trunk/Source/WebCore/svg/SVGPathSegLinetoHorizontalAbs.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegLinetoHorizontalRelh">trunk/Source/WebCore/svg/SVGPathSegLinetoHorizontalRel.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegLinetoRelh">trunk/Source/WebCore/svg/SVGPathSegLinetoRel.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegLinetoVerticalh">trunk/Source/WebCore/svg/SVGPathSegLinetoVertical.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegLinetoVerticalAbsh">trunk/Source/WebCore/svg/SVGPathSegLinetoVerticalAbs.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegLinetoVerticalRelh">trunk/Source/WebCore/svg/SVGPathSegLinetoVerticalRel.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegListBuilderh">trunk/Source/WebCore/svg/SVGPathSegListBuilder.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegListSourceh">trunk/Source/WebCore/svg/SVGPathSegListSource.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegMovetoAbsh">trunk/Source/WebCore/svg/SVGPathSegMovetoAbs.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegMovetoRelh">trunk/Source/WebCore/svg/SVGPathSegMovetoRel.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegWithContexth">trunk/Source/WebCore/svg/SVGPathSegWithContext.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSourceh">trunk/Source/WebCore/svg/SVGPathSource.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathStringSourceh">trunk/Source/WebCore/svg/SVGPathStringSource.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathTraversalStateBuilderh">trunk/Source/WebCore/svg/SVGPathTraversalStateBuilder.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPatternElementh">trunk/Source/WebCore/svg/SVGPatternElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPointh">trunk/Source/WebCore/svg/SVGPoint.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPolyElementh">trunk/Source/WebCore/svg/SVGPolyElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPolygonElementh">trunk/Source/WebCore/svg/SVGPolygonElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPolylineElementh">trunk/Source/WebCore/svg/SVGPolylineElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGRadialGradientElementh">trunk/Source/WebCore/svg/SVGRadialGradientElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGRecth">trunk/Source/WebCore/svg/SVGRect.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGRectElementh">trunk/Source/WebCore/svg/SVGRectElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGRenderingIntenth">trunk/Source/WebCore/svg/SVGRenderingIntent.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGSVGElementh">trunk/Source/WebCore/svg/SVGSVGElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGScriptElementh">trunk/Source/WebCore/svg/SVGScriptElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGSetElementh">trunk/Source/WebCore/svg/SVGSetElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGStopElementh">trunk/Source/WebCore/svg/SVGStopElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGSwitchElementh">trunk/Source/WebCore/svg/SVGSwitchElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGSymbolElementh">trunk/Source/WebCore/svg/SVGSymbolElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGTRefElementh">trunk/Source/WebCore/svg/SVGTRefElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGTSpanElementh">trunk/Source/WebCore/svg/SVGTSpanElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGTextElementh">trunk/Source/WebCore/svg/SVGTextElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGTextPathElementh">trunk/Source/WebCore/svg/SVGTextPathElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGTextPositioningElementh">trunk/Source/WebCore/svg/SVGTextPositioningElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGTitleElementh">trunk/Source/WebCore/svg/SVGTitleElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGToOTFFontConversionh">trunk/Source/WebCore/svg/SVGToOTFFontConversion.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGTransformh">trunk/Source/WebCore/svg/SVGTransform.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGTransformDistanceh">trunk/Source/WebCore/svg/SVGTransformDistance.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGTransformableh">trunk/Source/WebCore/svg/SVGTransformable.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGURIReferenceh">trunk/Source/WebCore/svg/SVGURIReference.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGUnitTypesh">trunk/Source/WebCore/svg/SVGUnitTypes.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGUnknownElementh">trunk/Source/WebCore/svg/SVGUnknownElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGVKernElementh">trunk/Source/WebCore/svg/SVGVKernElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGViewElementh">trunk/Source/WebCore/svg/SVGViewElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGZoomAndPanh">trunk/Source/WebCore/svg/SVGZoomAndPan.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGZoomEventh">trunk/Source/WebCore/svg/SVGZoomEvent.h</a></li>
<li><a href="#trunkSourceWebCoresvganimationSMILTimeh">trunk/Source/WebCore/svg/animation/SMILTime.h</a></li>
<li><a href="#trunkSourceWebCoresvganimationSMILTimeContainerh">trunk/Source/WebCore/svg/animation/SMILTimeContainer.h</a></li>
<li><a href="#trunkSourceWebCoresvggraphicsSVGImageh">trunk/Source/WebCore/svg/graphics/SVGImage.h</a></li>
<li><a href="#trunkSourceWebCoresvggraphicsSVGImageCacheh">trunk/Source/WebCore/svg/graphics/SVGImageCache.h</a></li>
<li><a href="#trunkSourceWebCoresvggraphicsSVGImageClientsh">trunk/Source/WebCore/svg/graphics/SVGImageClients.h</a></li>
<li><a href="#trunkSourceWebCoresvggraphicsSVGImageForContainerh">trunk/Source/WebCore/svg/graphics/SVGImageForContainer.h</a></li>
<li><a href="#trunkSourceWebCoresvggraphicsfiltersSVGFEImageh">trunk/Source/WebCore/svg/graphics/filters/SVGFEImage.h</a></li>
<li><a href="#trunkSourceWebCoresvggraphicsfiltersSVGFilterh">trunk/Source/WebCore/svg/graphics/filters/SVGFilter.h</a></li>
<li><a href="#trunkSourceWebCoresvggraphicsfiltersSVGFilterBuilderh">trunk/Source/WebCore/svg/graphics/filters/SVGFilterBuilder.h</a></li>
<li><a href="#trunkSourceWebCoresvgpropertiesSVGAnimatedEnumerationPropertyTearOffh">trunk/Source/WebCore/svg/properties/SVGAnimatedEnumerationPropertyTearOff.h</a></li>
<li><a href="#trunkSourceWebCoresvgpropertiesSVGAnimatedListPropertyTearOffh">trunk/Source/WebCore/svg/properties/SVGAnimatedListPropertyTearOff.h</a></li>
<li><a href="#trunkSourceWebCoresvgpropertiesSVGAnimatedPathSegListPropertyTearOffh">trunk/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h</a></li>
<li><a href="#trunkSourceWebCoresvgpropertiesSVGAnimatedPropertyh">trunk/Source/WebCore/svg/properties/SVGAnimatedProperty.h</a></li>
<li><a href="#trunkSourceWebCoresvgpropertiesSVGAnimatedPropertyDescriptionh">trunk/Source/WebCore/svg/properties/SVGAnimatedPropertyDescription.h</a></li>
<li><a href="#trunkSourceWebCoresvgpropertiesSVGAnimatedPropertyMacrosh">trunk/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h</a></li>
<li><a href="#trunkSourceWebCoresvgpropertiesSVGAnimatedTransformListPropertyTearOffh">trunk/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h</a></li>
<li><a href="#trunkSourceWebCoresvgpropertiesSVGAttributeToPropertyMaph">trunk/Source/WebCore/svg/properties/SVGAttributeToPropertyMap.h</a></li>
<li><a href="#trunkSourceWebCoresvgpropertiesSVGMatrixTearOffh">trunk/Source/WebCore/svg/properties/SVGMatrixTearOff.h</a></li>
<li><a href="#trunkSourceWebCoresvgpropertiesSVGPropertyh">trunk/Source/WebCore/svg/properties/SVGProperty.h</a></li>
<li><a href="#trunkSourceWebCoresvgpropertiesSVGPropertyInfoh">trunk/Source/WebCore/svg/properties/SVGPropertyInfo.h</a></li>
<li><a href="#trunkSourceWebCoresvgpropertiesSVGPropertyTraitsh">trunk/Source/WebCore/svg/properties/SVGPropertyTraits.h</a></li>
<li><a href="#trunkSourceWebCoresvgpropertiesSVGStaticPropertyTearOffh">trunk/Source/WebCore/svg/properties/SVGStaticPropertyTearOff.h</a></li>
<li><a href="#trunkSourceWebCoretestingMallocStatisticsh">trunk/Source/WebCore/testing/MallocStatistics.h</a></li>
<li><a href="#trunkSourceWebCoretestingMemoryInfoh">trunk/Source/WebCore/testing/MemoryInfo.h</a></li>
<li><a href="#trunkSourceWebCoretestingMockCDMh">trunk/Source/WebCore/testing/MockCDM.h</a></li>
<li><a href="#trunkSourceWebCoretestingMockContentFilterh">trunk/Source/WebCore/testing/MockContentFilter.h</a></li>
<li><a href="#trunkSourceWebCoretestingMockContentFilterSettingsh">trunk/Source/WebCore/testing/MockContentFilterSettings.h</a></li>
<li><a href="#trunkSourceWebCoretestingMockPageOverlayh">trunk/Source/WebCore/testing/MockPageOverlay.h</a></li>
<li><a href="#trunkSourceWebCoretestingMockPageOverlayClienth">trunk/Source/WebCore/testing/MockPageOverlayClient.h</a></li>
<li><a href="#trunkSourceWebCoretestingTypeConversionsh">trunk/Source/WebCore/testing/TypeConversions.h</a></li>
<li><a href="#trunkSourceWebCoretestingjsWebCoreTestSupporth">trunk/Source/WebCore/testing/js/WebCoreTestSupport.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/ChangeLog        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2016-11-13  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Use #pragma once in WebCore
+        https://bugs.webkit.org/show_bug.cgi?id=164686
+
+        Reviewed by Michael Catanzaro.
+
+        * css/*.h:
+        * plugins/*.h:
+        * rendering/*.h:
+        * style/*.h:
+        * svg/*.h:
+        * testing/*.h:
+
</ins><span class="cx"> 2016-11-12  Dan Bernstein  &lt;mitz@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Tried to fix the iOS build after r208666.
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSContentDistributionValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSContentDistributionValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSContentDistributionValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSContentDistributionValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSContentDistributionValue_h
-#define CSSContentDistributionValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSValue.h&quot;
</span><span class="cx"> #include &quot;CSSValuePool.h&quot;
</span><span class="lines">@@ -59,5 +58,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSContentDistributionValue, isContentDistributionValue())
</span><del>-
-#endif // CSSContentDistributionValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSCrossfadeValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSCrossfadeValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSCrossfadeValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSCrossfadeValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSCrossfadeValue_h
-#define CSSCrossfadeValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedImageClient.h&quot;
</span><span class="cx"> #include &quot;CachedResourceHandle.h&quot;
</span><span class="lines">@@ -115,5 +114,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSCrossfadeValue, isCrossfadeValue())
</span><del>-
-#endif // CSSCrossfadeValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSCursorImageValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSCursorImageValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSCursorImageValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSCursorImageValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSCursorImageValue_h
-#define CSSCursorImageValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSImageValue.h&quot;
</span><span class="cx"> #include &quot;IntPoint.h&quot;
</span><span class="lines">@@ -77,5 +76,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSCursorImageValue, isCursorImageValue())
</span><del>-
-#endif // CSSCursorImageValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSCustomPropertyValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSCustomPropertyValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSCustomPropertyValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSCustomPropertyValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSCustomPropertyValue_h
-#define CSSCustomPropertyValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSValue.h&quot;
</span><span class="cx"> #include &quot;CSSVariableData.h&quot;
</span><span class="lines">@@ -134,5 +133,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSCustomPropertyValue, isCustomPropertyValue())
</span><del>-
-#endif // CSSCustomPropertyValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSDefaultStyleSheetsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSDefaultStyleSheets.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSDefaultStyleSheets.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSDefaultStyleSheets.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSDefaultStyleSheets_h
-#define CSSDefaultStyleSheets_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -53,5 +52,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSDefaultStyleSheets_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSFilterImageValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSFilterImageValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSFilterImageValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSFilterImageValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  * SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSFilterImageValue_h
-#define CSSFilterImageValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSImageGeneratorValue.h&quot;
</span><span class="cx"> #include &quot;CSSPrimitiveValue.h&quot;
</span><span class="lines">@@ -119,5 +118,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSFilterImageValue, isFilterImageValue())
</span><del>-
-#endif // CSSFilterImageValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSFontFaceSourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSFontFaceSource.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSFontFaceSource.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSFontFaceSource.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSFontFaceSource_h
-#define CSSFontFaceSource_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedFontClient.h&quot;
</span><span class="cx"> #include &quot;CachedResourceHandle.h&quot;
</span><span class="lines">@@ -94,6 +93,4 @@
</span><span class="cx">     Status m_status { Status::Pending };
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorecssCSSFontFaceSrcValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSFontFaceSrcValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSFontFaceSrcValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSFontFaceSrcValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSFontFaceSrcValue_h
-#define CSSFontFaceSrcValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSValue.h&quot;
</span><span class="cx"> #include &quot;CachedResourceHandle.h&quot;
</span><span class="lines">@@ -96,5 +95,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSFontFaceSrcValue, isFontFaceSrcValue())
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSFontFamilyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSFontFamily.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSFontFamily.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSFontFamily.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSFontFamily_h
-#define CSSFontFamily_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -50,6 +49,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSFontFamily_h
-
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSFontFeatureValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSFontFeatureValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSFontFeatureValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSFontFeatureValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSFontFeatureValue_h
-#define CSSFontFeatureValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSValue.h&quot;
</span><span class="cx"> #include &quot;FontTaggedSettings.h&quot;
</span><span class="lines">@@ -54,5 +53,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSFontFeatureValue, isFontFeatureValue())
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSFontSelectorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSFontSelector.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSFontSelector.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSFontSelector.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSFontSelector_h
-#define CSSFontSelector_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSFontFace.h&quot;
</span><span class="cx"> #include &quot;CSSFontFaceSet.h&quot;
</span><span class="lines">@@ -118,5 +117,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSFontSelector_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSGridAutoRepeatValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSGridAutoRepeatValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSGridAutoRepeatValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSGridAutoRepeatValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -28,8 +28,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSGridAutoRepeatValue_h
-#define CSSGridAutoRepeatValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CSS_GRID_LAYOUT)
</span><span class="cx"> 
</span><span class="lines">@@ -75,5 +74,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSGridAutoRepeatValue, isGridAutoRepeatValue());
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CSS_GRID_LAYOUT)
</span><del>-
-#endif // CSSGridAutoRepeatValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSGridLineNamesValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSGridLineNamesValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSGridLineNamesValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSGridLineNamesValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -28,10 +28,10 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSGridLineNamesValue_h
-#define CSSGridLineNamesValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CSS_GRID_LAYOUT)
</span><ins>+
</ins><span class="cx"> #include &quot;CSSValueList.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -56,4 +56,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSGridLineNamesValue, isGridLineNamesValue());
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CSS_GRID_LAYOUT)
</span><del>-#endif // CSSGridLineNamesValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSGridTemplateAreasValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSGridTemplateAreasValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSGridTemplateAreasValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSGridTemplateAreasValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -29,8 +29,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSGridTemplateAreasValue_h
-#define CSSGridTemplateAreasValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CSS_GRID_LAYOUT)
</span><span class="cx"> 
</span><span class="lines">@@ -68,6 +67,4 @@
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSGridTemplateAreasValue, isGridTemplateAreasValue())
</span><span class="cx"> 
</span><del>-#endif /* ENABLE(CSS_GRID_LAYOUT) */
-
-#endif // CSSGridTemplateAreasValue_h
</del><ins>+#endif // ENABLE(CSS_GRID_LAYOUT)
</ins></span></pre></div>
<a id="trunkSourceWebCorecssCSSHelperh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSHelper.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSHelper.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSHelper.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,11 +19,8 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSHelper_h
-#define CSSHelper_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><del>-#include &lt;wtf/Forward.h&gt;
-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> // We always assume 96 CSS pixels in a CSS inch. This is the cold hard truth of the Web.
</span><span class="lines">@@ -32,5 +29,3 @@
</span><span class="cx"> const float cssPixelsPerInch = 96;
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSHelper_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSImageGeneratorValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSImageGeneratorValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSImageGeneratorValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSImageGeneratorValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSImageGeneratorValue_h
-#define CSSImageGeneratorValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSValue.h&quot;
</span><span class="cx"> #include &quot;FloatSize.h&quot;
</span><span class="lines">@@ -97,5 +96,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSImageGeneratorValue, isImageGeneratorValue())
</span><del>-
-#endif // CSSImageGeneratorValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSImageSetValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSImageSetValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSImageSetValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSImageSetValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSImageSetValue_h
-#define CSSImageSetValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSValueList.h&quot;
</span><span class="cx"> #include &quot;CachedImageClient.h&quot;
</span><span class="lines">@@ -81,5 +80,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSImageSetValue, isImageSetValue())
</span><del>-
-#endif // CSSImageSetValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSInheritedValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSInheritedValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSInheritedValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSInheritedValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSInheritedValue_h
-#define CSSInheritedValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSValue.h&quot;
</span><span class="cx"> #include &lt;wtf/NeverDestroyed.h&gt;
</span><span class="lines">@@ -48,5 +47,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSInheritedValue, isInheritedValue())
</span><del>-
-#endif // CSSInheritedValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSInitialValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSInitialValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSInitialValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSInitialValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSInitialValue_h
-#define CSSInitialValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSValue.h&quot;
</span><span class="cx"> #include &lt;wtf/NeverDestroyed.h&gt;
</span><span class="lines">@@ -63,5 +62,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSInitialValue, isInitialValue())
</span><del>-
-#endif // CSSInitialValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSKeyframeRuleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSKeyframeRule.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSKeyframeRule.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSKeyframeRule.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSKeyframeRule_h
-#define CSSKeyframeRule_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSParser.h&quot;
</span><span class="cx"> #include &quot;CSSRule.h&quot;
</span><span class="lines">@@ -99,5 +98,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSKeyframeRule_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSKeyframesRuleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSKeyframesRule.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSKeyframesRule.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSKeyframesRule.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSKeyframesRule_h
-#define CSSKeyframesRule_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSRule.h&quot;
</span><span class="cx"> #include &quot;StyleRule.h&quot;
</span><span class="lines">@@ -104,5 +103,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::StyleRuleKeyframes)
</span><span class="cx">     static bool isType(const WebCore::StyleRuleBase&amp; rule) { return rule.isKeyframesRule(); }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif // CSSKeyframesRule_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSLineBoxContainValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSLineBoxContainValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSLineBoxContainValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSLineBoxContainValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSLineBoxContainValue_h
-#define CSSLineBoxContainValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSValue.h&quot;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="lines">@@ -58,5 +57,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSLineBoxContainValue, isLineBoxContainValue())
</span><del>-
-#endif // CSSLineBoxContainValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSMarkuph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSMarkup.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSMarkup.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSMarkup.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSMarkup_h
-#define CSSMarkup_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -37,5 +36,3 @@
</span><span class="cx"> String serializeFontFamily(const String&amp;);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSMarkup_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSNamedImageValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSNamedImageValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSNamedImageValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSNamedImageValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,17 +23,13 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSNamedImageValue_h
-#define CSSNamedImageValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSImageGeneratorValue.h&quot;
</span><del>-
</del><span class="cx"> #include &quot;Image.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class Document;
-
</del><span class="cx"> class CSSNamedImageValue final : public CSSImageGeneratorValue {
</span><span class="cx"> public:
</span><span class="cx">     static Ref&lt;CSSNamedImageValue&gt; create(const String&amp; name)
</span><span class="lines">@@ -63,5 +59,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSNamedImageValue, isNamedImageValue())
</span><del>-
-#endif // CSSNamedImageValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSPropertySourceDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSPropertySourceData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSPropertySourceData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSPropertySourceData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -28,8 +28,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSPropertySourceData_h
-#define CSSPropertySourceData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;utility&gt;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -130,5 +129,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSPropertySourceData_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSReflectionDirectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSReflectionDirection.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSReflectionDirection.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSReflectionDirection.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSReflectionDirection_h
-#define CSSReflectionDirection_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -31,5 +30,3 @@
</span><span class="cx"> enum CSSReflectionDirection { ReflectionBelow, ReflectionAbove, ReflectionLeft, ReflectionRight };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSReflectionDirection_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSRevertValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSRevertValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSRevertValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSRevertValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSRevertValue_h
-#define CSSRevertValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSValue.h&quot;
</span><span class="cx"> #include &lt;wtf/NeverDestroyed.h&gt;
</span><span class="lines">@@ -53,5 +52,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSRevertValue, isRevertValue())
</span><del>-
-#endif // CSSRevertValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSRuleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSRule.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSRule.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSRule.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -119,4 +119,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::ToValueTypeName) \
</span><span class="cx">     static bool isType(const WebCore::CSSRule&amp; rule) { return rule.type() == WebCore::predicate; } \
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSSegmentedFontFaceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSSegmentedFontFace.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSSegmentedFontFace.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSSegmentedFontFace.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSSegmentedFontFace_h
-#define CSSSegmentedFontFace_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSFontFace.h&quot;
</span><span class="cx"> #include &quot;FontCache.h&quot;
</span><span class="lines">@@ -66,5 +65,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSSegmentedFontFace_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSSelectorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSSelector.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSSelector.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSSelector.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSSelector_h
-#define CSSSelector_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;QualifiedName.h&quot;
</span><span class="cx"> #include &quot;RenderStyleConstants.h&quot;
</span><span class="lines">@@ -585,5 +584,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSSelector_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSSelectorListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSSelectorList.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSSelectorList.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSSelectorList.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSSelectorList_h
-#define CSSSelectorList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSSelector.h&quot;
</span><span class="cx"> #include &lt;memory&gt;
</span><span class="lines">@@ -87,5 +86,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSSelectorList_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSShadowValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSShadowValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSShadowValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSShadowValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSShadowValue_h
-#define CSSShadowValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSValue.h&quot;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="lines">@@ -64,5 +63,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSShadowValue, isShadowValue())
</span><del>-
-#endif // CSSShadowValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSSupportsRuleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSSupportsRule.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSSupportsRule.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSSupportsRule.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -26,8 +26,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSSupportsRule_h
-#define CSSSupportsRule_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSGroupingRule.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -58,5 +57,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_RULE(CSSSupportsRule, CSSRule::SUPPORTS_RULE)
</span><del>-
-#endif // CSSSupportsRule_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSTimingFunctionValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSTimingFunctionValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSTimingFunctionValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSTimingFunctionValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSTimingFunctionValue_h
-#define CSSTimingFunctionValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSValue.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -125,5 +124,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSCubicBezierTimingFunctionValue, isCubicBezierTimingFunctionValue())
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSStepsTimingFunctionValue, isStepsTimingFunctionValue())
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSSpringTimingFunctionValue, isSpringTimingFunctionValue())
</span><del>-
-#endif // CSSTimingFunctionValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSToLengthConversionDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSToLengthConversionData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSToLengthConversionData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSToLengthConversionData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -28,8 +28,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSToLengthConversionData_h
-#define CSSToLengthConversionData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Assertions.h&gt;
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span><span class="lines">@@ -92,5 +91,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSToStyleMaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSToStyleMap.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSToStyleMap.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSToStyleMap.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSToStyleMap_h
-#define CSSToStyleMap_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSPropertyNames.h&quot;
</span><span class="cx"> #include &lt;wtf/FastMalloc.h&gt;
</span><span class="lines">@@ -31,13 +30,12 @@
</span><span class="cx"> class Animation;
</span><span class="cx"> class CSSValue;
</span><span class="cx"> class FillLayer;
</span><ins>+class LengthBox;
+class NinePieceImage;
</ins><span class="cx"> class RenderStyle;
</span><span class="cx"> class StyleImage;
</span><span class="cx"> class StyleResolver;
</span><del>-class NinePieceImage;
</del><span class="cx"> 
</span><del>-class LengthBox;
-
</del><span class="cx"> class CSSToStyleMap {
</span><span class="cx">     WTF_MAKE_NONCOPYABLE(CSSToStyleMap);
</span><span class="cx">     WTF_MAKE_FAST_ALLOCATED;
</span><span class="lines">@@ -92,6 +90,4 @@
</span><span class="cx">     StyleResolver* m_resolver;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorecssCSSUnicodeRangeValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSUnicodeRangeValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSUnicodeRangeValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSUnicodeRangeValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSUnicodeRangeValue_h
-#define CSSUnicodeRangeValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSValue.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -59,5 +58,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSUnicodeRangeValue, isUnicodeRangeValue())
</span><del>-
-#endif // CSSUnicodeRangeValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSUnknownRuleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSUnknownRule.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSUnknownRule.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSUnknownRule.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSUnknownRule_h
-#define CSSUnknownRule_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSRule.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -43,5 +42,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSUnknownRule_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSUnsetValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSUnsetValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSUnsetValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSUnsetValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSUnsetValue_h
-#define CSSUnsetValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSValue.h&quot;
</span><span class="cx"> #include &lt;wtf/NeverDestroyed.h&gt;
</span><span class="lines">@@ -53,5 +52,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSUnsetValue, isUnsetValue())
</span><del>-
-#endif // CSSUnsetValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSValueListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSValueList.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSValueList.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSValueList.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSValueList_h
-#define CSSValueList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSValue.h&quot;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="lines">@@ -107,5 +106,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSValueList, isValueList())
</span><del>-
-#endif // CSSValueList_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSValuePoolh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSValuePool.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSValuePool.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSValuePool.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSValuePool_h
-#define CSSValuePool_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSFontFamily.h&quot;
</span><span class="cx"> #include &quot;CSSInheritedValue.h&quot;
</span><span class="lines">@@ -102,6 +101,4 @@
</span><span class="cx">     LazyNeverDestroyed&lt;CSSPrimitiveValue&gt; m_identifierValues[numCSSValueKeywords];
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorecssCSSVariableDependentValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSVariableDependentValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSVariableDependentValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSVariableDependentValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSVariableDependentValue_h
-#define CSSVariableDependentValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSPropertyNames.h&quot;
</span><span class="cx"> #include &quot;CSSValueList.h&quot;
</span><span class="lines">@@ -77,5 +76,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSVariableDependentValue, isVariableDependentValue())
</span><del>-
-#endif // CSSCustomPropertyValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssCSSVariableValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSVariableValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSVariableValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/CSSVariableValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSVariableValue_h
-#define CSSVariableValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSValue.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -67,6 +66,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSVariableValue, isVariableValue())
</span><del>-
-#endif
-
</del></span></pre></div>
<a id="trunkSourceWebCorecssDashboardRegionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/DashboardRegion.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/DashboardRegion.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/DashboardRegion.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,13 +18,12 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef DashboardRegion_h
-#define DashboardRegion_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><ins>+#if ENABLE(DASHBOARD_SUPPORT)
+
</ins><span class="cx"> #include &quot;Rect.h&quot;
</span><span class="cx"> 
</span><del>-#if ENABLE(DASHBOARD_SUPPORT)
-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class DashboardRegion final : public RectBase, public RefCounted&lt;DashboardRegion&gt; {
</span><span class="lines">@@ -47,8 +46,6 @@
</span><span class="cx">     DashboardRegion() : m_isCircle(false), m_isRectangle(false) { }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> #endif
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorecssDocumentRuleSetsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/DocumentRuleSets.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/DocumentRuleSets.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/DocumentRuleSets.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef DocumentRuleSets_h
-#define DocumentRuleSets_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSDefaultStyleSheets.h&quot;
</span><span class="cx"> #include &quot;RuleFeature.h&quot;
</span><span class="lines">@@ -38,7 +37,6 @@
</span><span class="cx"> class ExtensionStyleSheets;
</span><span class="cx"> class InspectorCSSOMWrappers;
</span><span class="cx"> class MediaQueryEvaluator;
</span><del>-class RuleSet;
</del><span class="cx"> 
</span><span class="cx"> class DocumentRuleSets {
</span><span class="cx"> public:
</span><span class="lines">@@ -99,5 +97,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DocumentRuleSets_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssElementRuleCollectorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/ElementRuleCollector.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/ElementRuleCollector.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/ElementRuleCollector.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ElementRuleCollector_h
-#define ElementRuleCollector_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;MediaQueryEvaluator.h&quot;
</span><span class="cx"> #include &quot;SelectorChecker.h&quot;
</span><span class="lines">@@ -117,5 +116,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ElementRuleCollector_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssFontVariantBuilderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/FontVariantBuilder.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/FontVariantBuilder.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/FontVariantBuilder.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef FontVariantBuilder_h
-#define FontVariantBuilder_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Ref.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -42,6 +41,4 @@
</span><span class="cx"> 
</span><span class="cx"> Ref&lt;CSSValue&gt; computeFontVariant(const FontVariantSettings&amp;);
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorecssLengthFunctionsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/LengthFunctions.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/LengthFunctions.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/LengthFunctions.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">     Boston, MA 02110-1301, USA.
</span><span class="cx"> */
</span><span class="cx"> 
</span><del>-#ifndef LengthFunctions_h
-#define LengthFunctions_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LayoutUnit.h&quot;
</span><span class="cx"> #include &quot;Length.h&quot;
</span><span class="lines">@@ -75,5 +74,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // LengthFunctions_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssLengthRepeath"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/LengthRepeat.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/LengthRepeat.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/LengthRepeat.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,14 +23,12 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef LengthRepeat_h
-#define LengthRepeat_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CSS_SCROLL_SNAP)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;CSSPrimitiveValue.h&quot;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><del>-#include &lt;wtf/text/StringBuilder.h&gt;
</del><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -65,6 +63,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif /* ENABLE(CSS_SCROLL_SNAP) */
-
-#endif // LengthRepeat_h
</del><ins>+#endif // ENABLE(CSS_SCROLL_SNAP)
</ins></span></pre></div>
<a id="trunkSourceWebCorecssMediaQueryListListenerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/MediaQueryListListener.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/MediaQueryListListener.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/MediaQueryListListener.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  *  Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef MediaQueryListListener_h
-#define MediaQueryListListener_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -49,5 +48,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // MediaQueryListListener_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssPageRuleCollectorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/PageRuleCollector.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/PageRuleCollector.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/PageRuleCollector.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef PageRuleCollector_h
-#define PageRuleCollector_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DocumentRuleSets.h&quot;
</span><span class="cx"> #include &quot;StyleResolver.h&quot;
</span><span class="lines">@@ -55,5 +54,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // PageRuleCollector_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssRuleFeatureh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/RuleFeature.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/RuleFeature.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/RuleFeature.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RuleFeature_h
-#define RuleFeature_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSSelector.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -81,5 +80,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // RuleFeature_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssRuleSeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/RuleSet.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/RuleSet.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/RuleSet.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RuleSet_h
-#define RuleSet_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RuleFeature.h&quot;
</span><span class="cx"> #include &quot;SelectorCompiler.h&quot;
</span><span class="lines">@@ -229,9 +228,8 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> namespace WTF {
</span><ins>+
</ins><span class="cx"> // RuleData is simple enough that initializing to 0 and moving with memcpy will totally work.
</span><span class="cx"> template&lt;&gt; struct VectorTraits&lt;WebCore::RuleData&gt; : SimpleClassVectorTraits { };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WTF
</span><del>-
-#endif // RuleSet_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssSelectorCheckerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/SelectorChecker.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/SelectorChecker.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/SelectorChecker.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -25,8 +25,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SelectorChecker_h
-#define SelectorChecker_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSSelector.h&quot;
</span><span class="cx"> #include &quot;Element.h&quot;
</span><span class="lines">@@ -127,6 +126,4 @@
</span><span class="cx">         || pseudoType == CSSSelector::PseudoClassFocus;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorecssSelectorCheckerTestFunctionsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/SelectorCheckerTestFunctions.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/SelectorCheckerTestFunctions.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/SelectorCheckerTestFunctions.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SelectorCheckerTestFunctions_h
-#define SelectorCheckerTestFunctions_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FocusController.h&quot;
</span><span class="cx"> #include &quot;HTMLInputElement.h&quot;
</span><span class="lines">@@ -376,5 +375,3 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SelectorCheckerTestFunctions_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssSelectorFilterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/SelectorFilter.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/SelectorFilter.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/SelectorFilter.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -26,8 +26,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SelectorFilter_h
-#define SelectorFilter_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Element.h&quot;
</span><span class="cx"> #include &lt;memory&gt;
</span><span class="lines">@@ -76,6 +75,4 @@
</span><span class="cx">     return false;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorecssSelectorPseudoTypeMaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/SelectorPseudoTypeMap.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/SelectorPseudoTypeMap.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/SelectorPseudoTypeMap.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SelectorPseudoTypeMap_h
-#define SelectorPseudoTypeMap_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSSelector.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -42,5 +41,3 @@
</span><span class="cx"> CSSSelector::PseudoElementType parsePseudoElementString(const StringImpl&amp; pseudoTypeString);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SelectorPseudoTypeMap_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssStyleBuilderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/StyleBuilder.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/StyleBuilder.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/StyleBuilder.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleBuilder_h
-#define StyleBuilder_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSPropertyNames.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -40,5 +39,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StyleBuilder_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssStyleBuilderConverterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/StyleBuilderConverter.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/StyleBuilderConverter.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/StyleBuilderConverter.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleBuilderConverter_h
-#define StyleBuilderConverter_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BasicShapeFunctions.h&quot;
</span><span class="cx"> #include &quot;CSSCalculationValue.h&quot;
</span><span class="lines">@@ -1521,5 +1520,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StyleBuilderConverter_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssStyleInvalidationAnalysish"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/StyleInvalidationAnalysis.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/StyleInvalidationAnalysis.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/StyleInvalidationAnalysis.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleInvalidationAnalysis_h
-#define StyleInvalidationAnalysis_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/text/AtomicStringImpl.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -61,6 +60,4 @@
</span><span class="cx">     bool m_didInvalidateHostChildren { false };
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorecssStyleMediah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/StyleMedia.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/StyleMedia.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/StyleMedia.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleMedia_h
-#define StyleMedia_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DOMWindowProperty.h&quot;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="lines">@@ -46,6 +45,4 @@
</span><span class="cx">     explicit StyleMedia(Frame*);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace
-
-#endif // StyleMedia_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorecssStyleRuleImporth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/StyleRuleImport.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/StyleRuleImport.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/StyleRuleImport.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleRuleImport_h
-#define StyleRuleImport_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedResourceHandle.h&quot;
</span><span class="cx"> #include &quot;CachedStyleSheetClient.h&quot;
</span><span class="lines">@@ -88,5 +87,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::StyleRuleImport)
</span><span class="cx">     static bool isType(const WebCore::StyleRuleBase&amp; rule) { return rule.isImportRule(); }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorecssStyleSheeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/StyleSheet.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/StyleSheet.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/StyleSheet.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleSheet_h
-#define StyleSheet_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSParserMode.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -54,5 +53,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StyleSheet_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssStyleSheetContentsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/StyleSheetContents.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/StyleSheetContents.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/StyleSheetContents.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleSheetContents_h
-#define StyleSheetContents_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSParserMode.h&quot;
</span><span class="cx"> #include &quot;CachePolicy.h&quot;
</span><span class="lines">@@ -175,6 +174,4 @@
</span><span class="cx">     Vector&lt;CSSStyleSheet*&gt; m_clients;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorecssTransformFunctionsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/TransformFunctions.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/TransformFunctions.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/TransformFunctions.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx">  * SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef TransformFunctions_h
-#define TransformFunctions_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;TransformOperations.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -45,5 +44,4 @@
</span><span class="cx"> bool transformsForValue(const CSSValue&amp;, const CSSToLengthConversionData&amp;, TransformOperations&amp;);
</span><span class="cx"> Length convertToFloatLength(const CSSPrimitiveValue*, const CSSToLengthConversionData&amp;);
</span><span class="cx"> 
</span><del>-}
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorecssViewportStyleResolverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/ViewportStyleResolver.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/ViewportStyleResolver.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/ViewportStyleResolver.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx">  * SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ViewportStyleResolver_h
-#define ViewportStyleResolver_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CSS_DEVICE_ADAPTATION)
</span><span class="cx"> 
</span><span class="lines">@@ -70,5 +69,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CSS_DEVICE_ADAPTATION)
</span><del>-
-#endif // ViewportStyleResolver_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssWebKitCSSRegionRuleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/WebKitCSSRegionRule.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/WebKitCSSRegionRule.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/WebKitCSSRegionRule.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -28,8 +28,7 @@
</span><span class="cx">  * SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef WebKitCSSRegionRule_h
-#define WebKitCSSRegionRule_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSGroupingRule.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -55,5 +54,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CSS_RULE(WebKitCSSRegionRule, CSSRule::WEBKIT_REGION_RULE)
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CSS_REGIONS)
</span><del>-
-#endif // WebKitCSSRegionRule_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssWebKitCSSViewportRuleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/WebKitCSSViewportRule.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/WebKitCSSViewportRule.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/WebKitCSSViewportRule.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -28,8 +28,7 @@
</span><span class="cx">  * SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef WebKitCSSViewportRule_h
-#define WebKitCSSViewportRule_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CSS_DEVICE_ADAPTATION)
</span><span class="cx"> 
</span><span class="lines">@@ -65,6 +64,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // WebKitCSSViewportRule_h
-
</del><span class="cx"> #endif // ENABLE(CSS_DEVICE_ADAPTATION)
</span></span></pre></div>
<a id="trunkSourceWebCorecssmakeproppl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/makeprop.pl (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/makeprop.pl        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/makeprop.pl        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -273,8 +273,7 @@
</span><span class="cx"> print HEADER &lt;&lt; &quot;EOF&quot;;
</span><span class="cx"> /* This file is automatically generated from CSSPropertyNames.in by makeprop, do not edit */
</span><span class="cx"> 
</span><del>-#ifndef CSSPropertyNames_h
-#define CSSPropertyNames_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;string.h&gt;
</span><span class="cx"> #include &lt;wtf/HashFunctions.h&gt;
</span><span class="lines">@@ -334,10 +333,8 @@
</span><span class="cx">     static void constructDeletedValue(WebCore::CSSPropertyID&amp; slot) { slot = static_cast&lt;WebCore::CSSPropertyID&gt;(WebCore::lastCSSProperty + 1); }
</span><span class="cx">     static bool isDeletedValue(WebCore::CSSPropertyID value) { return value == (WebCore::lastCSSProperty + 1); }
</span><span class="cx"> };
</span><del>-}
</del><ins>+} // namespace WTF
</ins><span class="cx"> 
</span><del>-#endif // CSSPropertyNames_h
-
</del><span class="cx"> EOF
</span><span class="cx"> 
</span><span class="cx"> close HEADER;
</span><span class="lines">@@ -909,8 +906,7 @@
</span><span class="cx"> print SHORTHANDS_H &lt;&lt; &quot;EOF&quot;;
</span><span class="cx"> /* This file is automatically generated from CSSPropertyNames.in by makeprop, do not edit */
</span><span class="cx"> 
</span><del>-#ifndef StylePropertyShorthandFunctions_h
-#define StylePropertyShorthandFunctions_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -928,8 +924,6 @@
</span><span class="cx"> print SHORTHANDS_H &lt;&lt; &quot;EOF&quot;;
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StylePropertyShorthandFunctions_h
</del><span class="cx"> EOF
</span><span class="cx"> 
</span><span class="cx"> close SHORTHANDS_H;
</span></span></pre></div>
<a id="trunkSourceWebCorecssmakevaluespl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/makevalues.pl (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/makevalues.pl        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/makevalues.pl        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -137,8 +137,7 @@
</span><span class="cx"> print HEADER &lt;&lt; &quot;EOF&quot;;
</span><span class="cx"> /* This file is automatically generated from CSSValueKeywords.in by makevalues, do not edit */
</span><span class="cx"> 
</span><del>-#ifndef CSSValueKeywords_h
-#define CSSValueKeywords_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;string.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -168,9 +167,6 @@
</span><span class="cx"> const char* getValueName(unsigned short id);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSValueKeywords_h
-
</del><span class="cx"> EOF
</span><span class="cx"> close HEADER;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorecssparserCSSParserFastPathsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/parser/CSSParserFastPaths.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/parser/CSSParserFastPaths.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/parser/CSSParserFastPaths.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx"> // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
</span><span class="cx"> // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx"> 
</span><del>-#ifndef CSSParserFastPaths_h
-#define CSSParserFastPaths_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSParserMode.h&quot;
</span><span class="cx"> #include &quot;CSSPropertyNames.h&quot;
</span><span class="lines">@@ -53,5 +52,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSParserFastPaths_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssparserCSSParserIdiomsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/parser/CSSParserIdioms.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/parser/CSSParserIdioms.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/parser/CSSParserIdioms.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -29,8 +29,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSParserIdioms_h
-#define CSSParserIdioms_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSParserMode.h&quot;
</span><span class="cx"> #include &lt;wtf/ASCIICType.h&gt;
</span><span class="lines">@@ -67,6 +66,4 @@
</span><span class="cx"> 
</span><span class="cx"> URL completeURL(const CSSParserContext&amp;, const String&amp; url);
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorecssparserCSSParserModeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/parser/CSSParserMode.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/parser/CSSParserMode.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/parser/CSSParserMode.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -28,8 +28,7 @@
</span><span class="cx">  * SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSParserMode_h
-#define CSSParserMode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;TextEncoding.h&quot;
</span><span class="cx"> #include &quot;URL.h&quot;
</span><span class="lines">@@ -160,7 +159,7 @@
</span><span class="cx">     static const bool safeToCompareToEmptyOrDeleted = false;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> namespace WTF {
</span><span class="cx"> template&lt;&gt; struct HashTraits&lt;WebCore::CSSParserContext&gt; : GenericHashTraits&lt;WebCore::CSSParserContext&gt; {
</span><span class="lines">@@ -172,6 +171,4 @@
</span><span class="cx"> template&lt;&gt; struct DefaultHash&lt;WebCore::CSSParserContext&gt; {
</span><span class="cx">     typedef WebCore::CSSParserContextHash Hash;
</span><span class="cx"> };
</span><del>-}
-
-#endif // CSSParserMode_h
</del><ins>+} // namespace WTF
</ins></span></pre></div>
<a id="trunkSourceWebCorecssparserCSSParserObserverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/parser/CSSParserObserver.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/parser/CSSParserObserver.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/parser/CSSParserObserver.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSParserObserver_h
-#define CSSParserObserver_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSPropertySourceData.h&quot;
</span><span class="cx"> #include &quot;StyleRule.h&quot;
</span><span class="lines">@@ -51,5 +50,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSParserObserver_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssparserCSSParserObserverWrapperh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/parser/CSSParserObserverWrapper.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/parser/CSSParserObserverWrapper.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/parser/CSSParserObserverWrapper.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx"> // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
</span><span class="cx"> // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx"> 
</span><del>-#ifndef CSSParserObserverWrapper_h
-#define CSSParserObserverWrapper_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSParserObserver.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -76,5 +75,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSParserObserverWrapper_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssparserCSSParserTokenh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/parser/CSSParserToken.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/parser/CSSParserToken.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/parser/CSSParserToken.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx"> // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
</span><span class="cx"> // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx"> 
</span><del>-#ifndef CSSParserToken_h
-#define CSSParserToken_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSPrimitiveValue.h&quot;
</span><span class="cx"> #include &lt;wtf/text/StringView.h&gt;
</span><span class="lines">@@ -177,5 +176,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSSParserToken_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssparserCSSParserTokenRangeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/parser/CSSParserTokenRange.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/parser/CSSParserTokenRange.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/parser/CSSParserTokenRange.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx"> // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
</span><span class="cx"> // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx"> 
</span><del>-#ifndef CSSParserTokenRange_h
-#define CSSParserTokenRange_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSParserToken.h&quot;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="lines">@@ -102,5 +101,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSParserTokenRange_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssparserCSSPropertyParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/parser/CSSPropertyParser.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/parser/CSSPropertyParser.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/parser/CSSPropertyParser.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CSSPropertyParser_h
-#define CSSPropertyParser_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSParserTokenRange.h&quot;
</span><span class="cx"> #include &quot;StyleRule.h&quot;
</span><span class="lines">@@ -109,5 +108,3 @@
</span><span class="cx"> CSSValueID cssValueKeywordID(StringView);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSPropertyParser_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssparserCSSPropertyParserHelpersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/parser/CSSPropertyParserHelpers.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/parser/CSSPropertyParserHelpers.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/parser/CSSPropertyParserHelpers.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,10 +27,8 @@
</span><span class="cx"> // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
</span><span class="cx"> // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx"> 
</span><ins>+#pragma once
</ins><span class="cx"> 
</span><del>-#ifndef CSSPropertyParserHelpers_h
-#define CSSPropertyParserHelpers_h
-
</del><span class="cx"> #include &quot;CSSCustomIdentValue.h&quot;
</span><span class="cx"> #include &quot;CSSParserMode.h&quot;
</span><span class="cx"> #include &quot;CSSParserTokenRange.h&quot;
</span><span class="lines">@@ -114,5 +112,3 @@
</span><span class="cx"> } // namespace CSSPropertyParserHelpers
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSPropertyParserHelpers_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssparserCSSTokenizerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/parser/CSSTokenizer.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/parser/CSSTokenizer.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/parser/CSSTokenizer.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx"> // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
</span><span class="cx"> // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx"> 
</span><del>-#ifndef CSSTokenizer_h
-#define CSSTokenizer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSParserToken.h&quot;
</span><span class="cx"> #include &quot;InputStreamPreprocessor.h&quot;
</span><span class="lines">@@ -136,5 +135,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSTokenizer_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssparserCSSTokenizerInputStreamh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/parser/CSSTokenizerInputStream.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/parser/CSSTokenizerInputStream.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/parser/CSSTokenizerInputStream.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx"> // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
</span><span class="cx"> // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx"> 
</span><del>-#ifndef CSSTokenizerInputStream_h
-#define CSSTokenizerInputStream_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/text/StringView.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -105,6 +104,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSTokenizerInputStream_h
-
</del></span></pre></div>
<a id="trunkSourceWebCorecssparserMediaQueryBlockWatcherh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/parser/MediaQueryBlockWatcher.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/parser/MediaQueryBlockWatcher.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/parser/MediaQueryBlockWatcher.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx"> // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
</span><span class="cx"> // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx"> 
</span><del>-#ifndef MediaQueryBlockWatcher_h
-#define MediaQueryBlockWatcher_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -45,5 +44,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // MediaQueryBlockWatcher_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssparserMediaQueryParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/parser/MediaQueryParser.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/parser/MediaQueryParser.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/css/parser/MediaQueryParser.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx"> // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
</span><span class="cx"> // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx"> 
</span><del>-#ifndef MediaQueryParser_h
-#define MediaQueryParser_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSParserToken.h&quot;
</span><span class="cx"> #include &quot;CSSParserTokenRange.h&quot;
</span><span class="lines">@@ -132,9 +131,6 @@
</span><span class="cx">     const static State SkipUntilComma;
</span><span class="cx">     const static State SkipUntilBlockEnd;
</span><span class="cx">     const static State Done;
</span><del>-
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // MediaQueryParser_h
</del></span></pre></div>
<a id="trunkSourceWebCorepluginsDOMMimeTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/plugins/DOMMimeType.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/plugins/DOMMimeType.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/plugins/DOMMimeType.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,12 +17,10 @@
</span><span class="cx">     Boston, MA 02110-1301, USA.
</span><span class="cx"> */
</span><span class="cx"> 
</span><del>-#ifndef DOMMimeType_h
-#define DOMMimeType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FrameDestructionObserver.h&quot;
</span><span class="cx"> #include &quot;PluginData.h&quot;
</span><del>-
</del><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -48,5 +46,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DOMMimeType_h
</del></span></pre></div>
<a id="trunkSourceWebCorepluginsDOMMimeTypeArrayh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/plugins/DOMMimeTypeArray.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/plugins/DOMMimeTypeArray.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/plugins/DOMMimeTypeArray.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">     Boston, MA 02110-1301, USA.
</span><span class="cx"> */
</span><span class="cx"> 
</span><del>-#ifndef DOMMimeTypeArray_h
-#define DOMMimeTypeArray_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DOMMimeType.h&quot;
</span><span class="cx"> #include &quot;DOMWindowProperty.h&quot;
</span><span class="lines">@@ -47,5 +46,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DOMMimeTypeArray_h
</del></span></pre></div>
<a id="trunkSourceWebCorepluginsDOMPluginh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/plugins/DOMPlugin.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/plugins/DOMPlugin.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/plugins/DOMPlugin.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">     Boston, MA 02110-1301, USA.
</span><span class="cx"> */
</span><span class="cx"> 
</span><del>-#ifndef DOMPlugin_h
-#define DOMPlugin_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FrameDestructionObserver.h&quot;
</span><span class="cx"> #include &quot;DOMMimeType.h&quot;
</span><span class="lines">@@ -53,5 +52,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DOMPlugin_h
</del></span></pre></div>
<a id="trunkSourceWebCorepluginsDOMPluginArrayh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/plugins/DOMPluginArray.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/plugins/DOMPluginArray.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/plugins/DOMPluginArray.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">     Boston, MA 02110-1301, USA.
</span><span class="cx"> */
</span><span class="cx"> 
</span><del>-#ifndef DOMPluginArray_h
-#define DOMPluginArray_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DOMPlugin.h&quot;
</span><span class="cx"> #include &quot;DOMWindowProperty.h&quot;
</span><span class="lines">@@ -49,5 +48,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DOMPluginArray_h
</del></span></pre></div>
<a id="trunkSourceWebCorepluginsPluginDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/plugins/PluginData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/plugins/PluginData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/plugins/PluginData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">     Boston, MA 02110-1301, USA.
</span><span class="cx"> */
</span><span class="cx"> 
</span><del>-#ifndef PluginData_h
-#define PluginData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="lines">@@ -117,5 +116,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // PluginData_h
</del></span></pre></div>
<a id="trunkSourceWebCorepluginsPluginViewBaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/plugins/PluginViewBase.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/plugins/PluginViewBase.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/plugins/PluginViewBase.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef PluginViewBase_h
-#define PluginViewBase_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioHardwareListener.h&quot;
</span><span class="cx"> #include &quot;BridgeJSC.h&quot;
</span><span class="lines">@@ -91,5 +90,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_WIDGET(PluginViewBase, isPluginViewBase())
</span><del>-
-#endif // PluginViewBase_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingAutoTableLayouth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/AutoTableLayout.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/AutoTableLayout.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/AutoTableLayout.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef AutoTableLayout_h
-#define AutoTableLayout_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LayoutUnit.h&quot;
</span><span class="cx"> #include &quot;Length.h&quot;
</span><span class="lines">@@ -68,5 +67,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // AutoTableLayout_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingBidiRunh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/BidiRun.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/BidiRun.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/BidiRun.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef BidiRun_h
-#define BidiRun_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/StdLibExtras.h&gt;
</span><span class="cx"> #include &quot;BidiResolver.h&quot;
</span><span class="lines">@@ -48,6 +47,4 @@
</span><span class="cx">     InlineBox* m_box;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // BidiRun_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingBorderEdgeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/BorderEdge.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/BorderEdge.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/BorderEdge.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef BorderEdge_h
-#define BorderEdge_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Color.h&quot;
</span><span class="cx"> #include &quot;LayoutUnit.h&quot;
</span><span class="lines">@@ -89,5 +88,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // BorderEdge_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingClipPathOperationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/ClipPathOperation.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/ClipPathOperation.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/ClipPathOperation.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx">  * SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ClipPathOperation_h
-#define ClipPathOperation_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BasicShapes.h&quot;
</span><span class="cx"> #include &quot;Path.h&quot;
</span><span class="lines">@@ -172,5 +171,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CLIP_PATH_OPERATION(ReferenceClipPathOperation, ClipPathOperation::Reference)
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CLIP_PATH_OPERATION(ShapeClipPathOperation, ClipPathOperation::Shape)
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CLIP_PATH_OPERATION(BoxClipPathOperation, ClipPathOperation::Box)
</span><del>-
-#endif // ClipPathOperation_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingClipRecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/ClipRect.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/ClipRect.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/ClipRect.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ClipRect_h
-#define ClipRect_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LayoutRect.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -103,6 +102,5 @@
</span><span class="cx">     c.intersect(b);
</span><span class="cx">     return c;
</span><span class="cx"> }
</span><del>-}
</del><span class="cx"> 
</span><del>-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingColumnInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/ColumnInfo.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/ColumnInfo.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/ColumnInfo.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ColumnInfo_h
-#define ColumnInfo_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LayoutUnit.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -114,6 +113,4 @@
</span><span class="cx">     PaginationUnit m_paginationUnit;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingCounterNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/CounterNode.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/CounterNode.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/CounterNode.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx"> */
</span><span class="cx"> 
</span><del>-#ifndef CounterNode_h
-#define CounterNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span><span class="lines">@@ -97,5 +96,3 @@
</span><span class="cx"> // Outside the WebCore namespace for ease of invocation from gdb.
</span><span class="cx"> void showCounterTree(const WebCore::CounterNode*);
</span><span class="cx"> #endif
</span><del>-
-#endif // CounterNode_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingEllipsisBoxh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/EllipsisBox.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/EllipsisBox.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/EllipsisBox.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef EllipsisBox_h
-#define EllipsisBox_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;InlineElementBox.h&quot;
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="lines">@@ -52,5 +51,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // EllipsisBox_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingFilterEffectRendererh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/FilterEffectRenderer.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/FilterEffectRenderer.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/FilterEffectRenderer.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef FilterEffectRenderer_h
-#define FilterEffectRenderer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="lines">@@ -39,7 +38,6 @@
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><del>-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class Document;
</span><span class="lines">@@ -150,5 +148,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // FilterEffectRenderer_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingFixedTableLayouth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/FixedTableLayout.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/FixedTableLayout.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/FixedTableLayout.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef FixedTableLayout_h
-#define FixedTableLayout_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LayoutUnit.h&quot;
</span><span class="cx"> #include &quot;Length.h&quot;
</span><span class="lines">@@ -45,5 +44,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // FixedTableLayout_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingFloatingObjectsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/FloatingObjects.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/FloatingObjects.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/FloatingObjects.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef FloatingObjects_h
-#define FloatingObjects_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;PODIntervalTree.h&quot;
</span><span class="cx"> #include &quot;RootInlineBox.h&quot;
</span><span class="lines">@@ -174,5 +173,3 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // FloatingObjects_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingFlowThreadControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/FlowThreadController.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/FlowThreadController.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/FlowThreadController.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx">  * SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef FlowThreadController_h
-#define FlowThreadController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderView.h&quot;
</span><span class="cx"> #include &lt;memory&gt;
</span><span class="lines">@@ -99,6 +98,4 @@
</span><span class="cx">     HashMap&lt;const Element*, RenderNamedFlowThread*&gt; m_mapNamedFlowContentElement;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingGapRectsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/GapRects.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/GapRects.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/GapRects.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">     Some useful definitions needed for laying out elements
</span><span class="cx"> */
</span><span class="cx"> 
</span><del>-#ifndef GapRects_h
-#define GapRects_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LayoutRect.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -58,5 +57,3 @@
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // GapRects_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingHitTestLocationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/HitTestLocation.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/HitTestLocation.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/HitTestLocation.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx"> */
</span><span class="cx"> 
</span><del>-#ifndef HitTestLocation_h
-#define HitTestLocation_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatQuad.h&quot;
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="lines">@@ -33,19 +32,8 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class Element;
-class Frame;
-#if ENABLE(VIDEO)
-class HTMLMediaElement;
-#endif
-class Image;
-class URL;
-class Node;
-class Scrollbar;
-
</del><span class="cx"> class HitTestLocation {
</span><span class="cx"> public:
</span><del>-
</del><span class="cx">     WEBCORE_EXPORT HitTestLocation();
</span><span class="cx">     HitTestLocation(const LayoutPoint&amp;);
</span><span class="cx">     WEBCORE_EXPORT HitTestLocation(const FloatPoint&amp;);
</span><span class="lines">@@ -96,5 +84,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // HitTestLocation_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingHitTestRequesth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/HitTestRequest.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/HitTestRequest.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/HitTestRequest.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx"> */
</span><span class="cx"> 
</span><del>-#ifndef HitTestRequest_h
-#define HitTestRequest_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -73,5 +72,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // HitTestRequest_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingHitTestResulth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/HitTestResult.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/HitTestResult.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/HitTestResult.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx"> */
</span><span class="cx"> 
</span><del>-#ifndef HitTestResult_h
-#define HitTestResult_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatQuad.h&quot;
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="lines">@@ -37,13 +36,11 @@
</span><span class="cx"> 
</span><span class="cx"> class Element;
</span><span class="cx"> class Frame;
</span><del>-#if ENABLE(VIDEO)
</del><span class="cx"> class HTMLMediaElement;
</span><del>-#endif
</del><span class="cx"> class Image;
</span><del>-class URL;
</del><span class="cx"> class Node;
</span><span class="cx"> class Scrollbar;
</span><ins>+class URL;
</ins><span class="cx"> 
</span><span class="cx"> class HitTestResult {
</span><span class="cx"> public:
</span><span class="lines">@@ -175,5 +172,3 @@
</span><span class="cx"> WEBCORE_EXPORT String displayString(const String&amp;, const Node*);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // HitTestResult_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingHitTestingTransformStateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/HitTestingTransformState.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/HitTestingTransformState.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/HitTestingTransformState.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HitTestingTransformState_h
-#define HitTestingTransformState_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AffineTransform.h&quot;
</span><span class="cx"> #include &quot;FloatPoint.h&quot;
</span><span class="lines">@@ -91,5 +90,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // HitTestingTransformState_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingImageQualityControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/ImageQualityController.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/ImageQualityController.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/ImageQualityController.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ImageQualityController_h
-#define ImageQualityController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;GraphicsTypes.h&quot;
</span><span class="cx"> #include &quot;Timer.h&quot;
</span><span class="lines">@@ -67,6 +66,4 @@
</span><span class="cx">     bool m_liveResizeOptimizationIsActive { false };
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingInlineBoxh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/InlineBox.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/InlineBox.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/InlineBox.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef InlineBox_h
-#define InlineBox_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBoxModelObject.h&quot;
</span><span class="cx"> #include &quot;RenderText.h&quot;
</span><span class="lines">@@ -459,5 +458,3 @@
</span><span class="cx"> void showNodeTree(const WebCore::InlineBox*);
</span><span class="cx"> void showLineTree(const WebCore::InlineBox*);
</span><span class="cx"> #endif
</span><del>-
-#endif // InlineBox_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingInlineElementBoxh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/InlineElementBox.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/InlineElementBox.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/InlineElementBox.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef InlineElementBox_h
-#define InlineElementBox_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;InlineBox.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -58,5 +57,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_INLINE_BOX(InlineElementBox, isInlineElementBox())
</span><del>-
-#endif // InlineElementBox_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingInlineFlowBoxh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/InlineFlowBox.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/InlineFlowBox.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/InlineFlowBox.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef InlineFlowBox_h
-#define InlineFlowBox_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;InlineBox.h&quot;
</span><span class="cx"> #include &quot;RenderOverflow.h&quot;
</span><span class="lines">@@ -378,5 +377,3 @@
</span><span class="cx"> // Outside the WebCore namespace for ease of invocation from gdb.
</span><span class="cx"> void showTree(const WebCore::InlineFlowBox*);
</span><span class="cx"> #endif
</span><del>-
-#endif // InlineFlowBox_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingInlineIteratorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/InlineIterator.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/InlineIterator.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/InlineIterator.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef InlineIterator_h
-#define InlineIterator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BidiRun.h&quot;
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="lines">@@ -588,6 +587,4 @@
</span><span class="cx">     m_status.eor = U_OTHER_NEUTRAL;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif // InlineIterator_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingInlineTextBoxh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/InlineTextBox.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/InlineTextBox.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/InlineTextBox.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef InlineTextBox_h
-#define InlineTextBox_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;InlineBox.h&quot;
</span><span class="cx"> #include &quot;RenderText.h&quot;
</span><span class="lines">@@ -183,5 +182,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_INLINE_BOX(InlineTextBox, isInlineTextBox())
</span><del>-
-#endif // InlineTextBox_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingLayerFragmenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/LayerFragment.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/LayerFragment.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/LayerFragment.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef LayerFragment_h
-#define LayerFragment_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ClipRect.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -84,6 +83,4 @@
</span><span class="cx"> 
</span><span class="cx"> typedef Vector&lt;LayerFragment, 1&gt; LayerFragments;
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingLayoutRepainterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/LayoutRepainter.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/LayoutRepainter.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/LayoutRepainter.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef LayoutRepainter_h
-#define LayoutRepainter_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LayoutRect.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -52,5 +51,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // LayoutRepainter_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingLayoutStateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/LayoutState.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/LayoutState.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/LayoutState.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef LayoutState_h
-#define LayoutState_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LayoutRect.h&quot;
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span><span class="lines">@@ -128,5 +127,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // LayoutState_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingLogicalSelectionOffsetCachesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/LogicalSelectionOffsetCaches.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/LogicalSelectionOffsetCaches.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/LogicalSelectionOffsetCaches.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef LogicalSelectionOffsetCaches_h
-#define LogicalSelectionOffsetCaches_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBlock.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -130,5 +129,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // LogicalSelectionOffsetCaches_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingOrderIteratorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/OrderIterator.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/OrderIterator.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/OrderIterator.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -29,8 +29,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef OrderIterator_h
-#define OrderIterator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span><span class="cx"> #include &lt;wtf/Optional.h&gt;
</span><span class="lines">@@ -74,5 +73,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif //  OrderIterator_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingOverlapTestRequestClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/OverlapTestRequestClient.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/OverlapTestRequestClient.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/OverlapTestRequestClient.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef OverlapTestRequestClient_h
-#define OverlapTestRequestClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx">     
</span><span class="lines">@@ -35,5 +34,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // OverlapTestRequestClient_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingPaginationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/Pagination.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/Pagination.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/Pagination.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef Pagination_h
-#define Pagination_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -56,5 +55,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingPaintInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/PaintInfo.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/PaintInfo.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/PaintInfo.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef PaintInfo_h
-#define PaintInfo_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AffineTransform.h&quot;
</span><span class="cx"> #include &quot;GraphicsContext.h&quot;
</span><span class="lines">@@ -127,5 +126,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // PaintInfo_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingPaintPhaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/PaintPhase.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/PaintPhase.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/PaintPhase.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef PaintPhase_h
-#define PaintPhase_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -69,5 +68,3 @@
</span><span class="cx"> typedef unsigned PaintBehavior;
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // PaintPhase_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingPointerEventsHitRulescpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/PointerEventsHitRules.cpp (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/PointerEventsHitRules.cpp        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/PointerEventsHitRules.cpp        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -109,5 +109,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-// vim:ts=4:noet
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingPointerEventsHitRulesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/PointerEventsHitRules.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/PointerEventsHitRules.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/PointerEventsHitRules.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">     Boston, MA 02110-1301, USA.
</span><span class="cx"> */
</span><span class="cx"> 
</span><del>-#ifndef PointerEventsHitRules_h
-#define PointerEventsHitRules_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HitTestRequest.h&quot;
</span><span class="cx"> #include &quot;RenderStyleConstants.h&quot;
</span><span class="lines">@@ -42,8 +41,4 @@
</span><span class="cx">     bool canHitFill;  
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
-
-// vim:ts=4:noet
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingRegionOversetStateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RegionOversetState.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RegionOversetState.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RegionOversetState.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -16,8 +16,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RegionOversetState_h
-#define RegionOversetState_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -29,5 +28,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // RegionOversetState_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderAncestorIteratorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderAncestorIterator.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderAncestorIterator.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderAncestorIterator.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderAncestorIterator_h
-#define RenderAncestorIterator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderIterator.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -199,6 +198,4 @@
</span><span class="cx">     return ancestorsOfType&lt;T&gt;(first);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderBlockh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderBlock.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderBlock.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderBlock.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderBlock_h
-#define RenderBlock_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;GapRects.h&quot;
</span><span class="cx"> #include &quot;LineWidth.h&quot;
</span><span class="lines">@@ -540,5 +539,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderBlock, isRenderBlock())
</span><del>-
-#endif // RenderBlock_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderBlockFlowh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderBlockFlow.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderBlockFlow.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderBlockFlow.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderBlockFlow_h
-#define RenderBlockFlow_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatingObjects.h&quot;
</span><span class="cx"> #include &quot;LineWidth.h&quot;
</span><span class="lines">@@ -37,7 +36,6 @@
</span><span class="cx"> class LayoutStateMaintainer;
</span><span class="cx"> class LineBreaker;
</span><span class="cx"> class LineInfo;
</span><del>-class LineWidth;
</del><span class="cx"> class RenderMultiColumnFlowThread;
</span><span class="cx"> class RenderNamedFlowFragment;
</span><span class="cx"> class RenderRubyRun;
</span><span class="lines">@@ -654,5 +652,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderBlockFlow, isRenderBlockFlow())
</span><del>-
-#endif // RenderBlockFlow_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderBoxh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderBox.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderBox.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderBox.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderBox_h
-#define RenderBox_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FrameView.h&quot;
</span><span class="cx"> #include &quot;RenderBoxModelObject.h&quot;
</span><span class="lines">@@ -781,5 +780,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderBox, isBox())
</span><del>-
-#endif // RenderBox_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderBoxModelObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderBoxModelObject.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderBoxModelObject.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderBoxModelObject.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderBoxModelObject_h
-#define RenderBoxModelObject_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LayoutRect.h&quot;
</span><span class="cx"> #include &quot;RenderLayerModelObject.h&quot;
</span><span class="lines">@@ -328,5 +327,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderBoxModelObject, isBoxModelObject())
</span><del>-
-#endif // RenderBoxModelObject_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderBoxRegionInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderBoxRegionInfo.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderBoxRegionInfo.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderBoxRegionInfo.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,10 +23,8 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><ins>+#pragma once
</ins><span class="cx"> 
</span><del>-#ifndef RenderBoxRegionInfo_h
-#define RenderBoxRegionInfo_h
-
</del><span class="cx"> #include &quot;RenderOverflow.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -64,5 +62,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // RenderBoxRegionInfo_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderButtonh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderButton.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderButton.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderButton.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderButton_h
-#define RenderButton_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderFlexibleBox.h&quot;
</span><span class="cx"> #include &quot;Timer.h&quot;
</span><span class="lines">@@ -83,5 +82,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderButton, isRenderButton())
</span><del>-
-#endif // RenderButton_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderChildIteratorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderChildIterator.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderChildIterator.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderChildIterator.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderChildIterator_h
-#define RenderChildIterator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderIterator.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -193,6 +192,4 @@
</span><span class="cx">     return RenderChildConstIteratorAdapter&lt;T&gt;(parent);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderCombineTexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderCombineText.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderCombineText.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderCombineText.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderCombineText_h
-#define RenderCombineText_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FontCascade.h&quot;
</span><span class="cx"> #include &quot;RenderElement.h&quot;
</span><span class="lines">@@ -62,5 +61,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderCombineText, isCombineText())
</span><del>-
-#endif // RenderCombineText_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderCounterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderCounter.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderCounter.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderCounter.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderCounter_h
-#define RenderCounter_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CounterContent.h&quot;
</span><span class="cx"> #include &quot;RenderText.h&quot;
</span><span class="lines">@@ -63,5 +62,3 @@
</span><span class="cx"> // Outside the WebCore namespace for ease of invocation from gdb.
</span><span class="cx"> void showCounterRendererTree(const WebCore::RenderObject*, const char* counterName = nullptr);
</span><span class="cx"> #endif
</span><del>-
-#endif // RenderCounter_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderDeprecatedFlexibleBoxh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderDeprecatedFlexibleBox.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderDeprecatedFlexibleBox.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderDeprecatedFlexibleBox.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderDeprecatedFlexibleBox_h
-#define RenderDeprecatedFlexibleBox_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBlock.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -71,5 +70,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderDeprecatedFlexibleBox, isDeprecatedFlexibleBox())
</span><del>-
-#endif // RenderDeprecatedFlexibleBox_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderDetailsMarkerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderDetailsMarker.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderDetailsMarker.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderDetailsMarker.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,10 +18,10 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderDetailsMarker_h
-#define RenderDetailsMarker_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(DETAILS_ELEMENT)
</span><ins>+
</ins><span class="cx"> #include &quot;DetailsMarkerControl.h&quot;
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -50,6 +50,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderDetailsMarker, isDetailsMarker())
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(DETAILS_ELEMENT)
</span><del>-
-#endif // RenderDetailsMarker_h
-
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderElement_h
-#define RenderElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AnimationController.h&quot;
</span><span class="cx"> #include &quot;LengthFunctions.h&quot;
</span><span class="lines">@@ -490,5 +489,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderElement, isRenderElement())
</span><del>-
-#endif // RenderElement_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderEmbeddedObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderEmbeddedObject.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderEmbeddedObject.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderEmbeddedObject.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderEmbeddedObject_h
-#define RenderEmbeddedObject_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderWidget.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -105,5 +104,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderEmbeddedObject, isEmbeddedObject())
</span><del>-
-#endif // RenderEmbeddedObject_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderFieldseth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderFieldset.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderFieldset.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderFieldset.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderFieldset_h
-#define RenderFieldset_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLFieldSetElement.h&quot;
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="lines">@@ -58,5 +57,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderFieldset, isFieldset())
</span><del>-
-#endif // RenderFieldset_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderFileUploadControlh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderFileUploadControl.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderFileUploadControl.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderFileUploadControl.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderFileUploadControl_h
-#define RenderFileUploadControl_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -67,5 +66,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderFileUploadControl, isFileUploadControl())
</span><del>-
-#endif // RenderFileUploadControl_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderFlexibleBoxh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderFlexibleBox.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderFlexibleBox.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderFlexibleBox.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -28,8 +28,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderFlexibleBox_h
-#define RenderFlexibleBox_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;OrderIterator.h&quot;
</span><span class="cx"> #include &quot;RenderBlock.h&quot;
</span><span class="lines">@@ -173,5 +172,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderFlexibleBox, isFlexibleBox())
</span><del>-
-#endif // RenderFlexibleBox_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderFlowThreadh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderFlowThread.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderFlowThread.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderFlowThread.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx">  * SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderFlowThread_h
-#define RenderFlowThread_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LayerFragment.h&quot;
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="lines">@@ -381,5 +380,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderFlowThread, isRenderFlowThread())
</span><del>-
-#endif // RenderFlowThread_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderFrameBaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderFrameBase.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderFrameBase.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderFrameBase.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderFrameBase_h
-#define RenderFrameBase_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FrameView.h&quot;
</span><span class="cx"> #include &quot;RenderWidget.h&quot;
</span><span class="lines">@@ -51,5 +50,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // RenderFrameBase_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderFrameSeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderFrameSet.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderFrameSet.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderFrameSet.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderFrameSet_h
-#define RenderFrameSet_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBox.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -129,5 +128,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderFrameSet, isFrameSet())
</span><del>-
-#endif // RenderFrameSet_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderFullScreenh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderFullScreen.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderFullScreen.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderFullScreen.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderFullScreen_h
-#define RenderFullScreen_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(FULLSCREEN_API)
</span><span class="cx"> 
</span><span class="lines">@@ -59,5 +58,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderFullScreen, isRenderFullScreen())
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(FULLSCREEN_API)
</span><del>-
-#endif // RenderFullScreen_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderGeometryMaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderGeometryMap.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderGeometryMap.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderGeometryMap.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderGeometryMap_h
-#define RenderGeometryMap_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatPoint.h&quot;
</span><span class="cx"> #include &quot;FloatQuad.h&quot;
</span><span class="lines">@@ -141,5 +140,3 @@
</span><span class="cx"> // initializing to 0 and moving with memcpy (and then not destructing the original) will work.
</span><span class="cx"> template&lt;&gt; struct VectorTraits&lt;WebCore::RenderGeometryMapStep&gt; : SimpleClassVectorTraits { };
</span><span class="cx"> }
</span><del>-
-#endif // RenderGeometryMap_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderGridh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderGrid.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderGrid.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderGrid.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderGrid_h
-#define RenderGrid_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CSS_GRID_LAYOUT)
</span><span class="cx"> 
</span><span class="lines">@@ -233,6 +232,4 @@
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderGrid, isRenderGrid())
</span><span class="cx"> 
</span><del>-#endif /* ENABLE(CSS_GRID_LAYOUT) */
-
-#endif // RenderGrid_h
</del><ins>+#endif // ENABLE(CSS_GRID_LAYOUT)
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderHTMLCanvash"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderHTMLCanvas.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderHTMLCanvas.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderHTMLCanvas.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderHTMLCanvas_h
-#define RenderHTMLCanvas_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderReplaced.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -52,5 +51,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderHTMLCanvas, isCanvas())
</span><del>-
-#endif // RenderHTMLCanvas_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderIFrameh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderIFrame.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderIFrame.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderIFrame.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderIFrame_h
-#define RenderIFrame_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderFrameBase.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -65,5 +64,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderIFrame, isRenderIFrame())
</span><del>-
-#endif // RenderIFrame_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderImageResourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderImageResource.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderImageResource.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderImageResource.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderImageResource_h
-#define RenderImageResource_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedImage.h&quot;
</span><span class="cx"> #include &quot;CachedResourceHandle.h&quot;
</span><span class="lines">@@ -71,5 +70,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // RenderImage_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderImageResourceStyleImageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderImageResourceStyleImage.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderImageResourceStyleImage.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderImageResourceStyleImage.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderImageResourceStyleImage_h
-#define RenderImageResourceStyleImage_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderImageResource.h&quot;
</span><span class="cx"> #include &quot;StyleImage.h&quot;
</span><span class="lines">@@ -60,5 +59,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // RenderImageStyleImage_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderInlineh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderInline.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderInline.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderInline.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderInline_h
-#define RenderInline_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;InlineFlowBox.h&quot;
</span><span class="cx"> #include &quot;RenderBoxModelObject.h&quot;
</span><span class="lines">@@ -187,5 +186,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderInline, isRenderInline())
</span><del>-
-#endif // RenderInline_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderIteratorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderIterator.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderIterator.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderIterator.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderIterator_h
-#define RenderIterator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -358,9 +357,7 @@
</span><span class="cx">     return !(*this == other);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderAncestorIterator.h&quot;
</span><span class="cx"> #include &quot;RenderChildIterator.h&quot;
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderLayerBackingh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderLayerBacking.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderLayerBacking.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderLayerBacking.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderLayerBacking_h
-#define RenderLayerBacking_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatPoint.h&quot;
</span><span class="cx"> #include &quot;FloatPoint3D.h&quot;
</span><span class="lines">@@ -390,5 +389,3 @@
</span><span class="cx"> CanvasCompositingStrategy canvasCompositingStrategy(const RenderObject&amp;);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // RenderLayerBacking_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderLayerCompositorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderLayerCompositor.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderLayerCompositor.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderLayerCompositor.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderLayerCompositor_h
-#define RenderLayerCompositor_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ChromeClient.h&quot;
</span><span class="cx"> #include &quot;GraphicsLayerClient.h&quot;
</span><span class="lines">@@ -570,5 +569,3 @@
</span><span class="cx"> void paintScrollbar(Scrollbar*, GraphicsContext&amp;, const IntRect&amp; clip);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // RenderLayerCompositor_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderLayerModelObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderLayerModelObject.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderLayerModelObject.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderLayerModelObject.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderLayerModelObject_h
-#define RenderLayerModelObject_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -72,5 +71,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderLayerModelObject, isRenderLayerModelObject())
</span><del>-
-#endif // RenderLayerModelObject_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderLineBoxListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderLineBoxList.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderLineBoxList.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderLineBoxList.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -26,10 +26,8 @@
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><ins>+#pragma once
</ins><span class="cx"> 
</span><del>-#ifndef RenderLineBoxList_h
-#define RenderLineBoxList_h
-
</del><span class="cx"> #include &quot;RenderObject.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -89,5 +87,3 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // RenderFlow_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderLineBreakh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderLineBreak.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderLineBreak.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderLineBreak.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderLineBreak_h
-#define RenderLineBreak_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBoxModelObject.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -97,5 +96,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderLineBreak, isLineBreak())
</span><del>-
-#endif // RenderLineBreak_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderListBoxh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderListBox.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderListBox.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderListBox.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -28,12 +28,10 @@
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderListBox_h
-#define RenderListBox_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="cx"> #include &quot;ScrollableArea.h&quot;
</span><del>-
</del><span class="cx"> #include &lt;wtf/Optional.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -186,5 +184,3 @@
</span><span class="cx"> } // namepace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderListBox, isListBox())
</span><del>-
-#endif // RenderListBox_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderListItemh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderListItem.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderListItem.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderListItem.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderListItem_h
-#define RenderListItem_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="cx"> #include &quot;RenderPtr.h&quot;
</span><span class="lines">@@ -96,5 +95,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderListItem, isListItem())
</span><del>-
-#endif // RenderListItem_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderListMarkerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderListMarker.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderListMarker.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderListMarker.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderListMarker_h
-#define RenderListMarker_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBox.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -88,5 +87,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderListMarker, isListMarker())
</span><del>-
-#endif // RenderListMarker_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderMarqueeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderMarquee.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderMarquee.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderMarquee.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -41,8 +41,7 @@
</span><span class="cx">  * version of this file under any of the LGPL, the MPL or the GPL.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderMarquee_h
-#define RenderMarquee_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Length.h&quot;
</span><span class="cx"> #include &quot;RenderStyleConstants.h&quot;
</span><span class="lines">@@ -96,5 +95,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // RenderMarquee_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderMediaControlElementsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderMediaControlElements.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderMediaControlElements.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderMediaControlElements.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -25,8 +25,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderMediaControlElements_h
-#define RenderMediaControlElements_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(VIDEO)
</span><span class="cx"> 
</span><span class="lines">@@ -72,6 +71,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(VIDEO)
</span><del>-
-#endif // RenderMediaControlElements_h
-
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderMediaControlsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderMediaControls.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderMediaControls.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderMediaControls.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderMediaControls_h
-#define RenderMediaControls_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(VIDEO)
</span><span class="cx"> 
</span><span class="lines">@@ -53,5 +52,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(VIDEO)
</span><del>-
-#endif // RenderMediaControls_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderMenuListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderMenuList.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderMenuList.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderMenuList.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderMenuList_h
-#define RenderMenuList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LayoutRect.h&quot;
</span><span class="cx"> #include &quot;PopupMenu.h&quot;
</span><span class="lines">@@ -157,5 +156,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderMenuList, isMenuList())
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderMeterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderMeter.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderMeter.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderMeter.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,14 +18,13 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderMeter_h
-#define RenderMeter_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(METER_ELEMENT)
</span><ins>+
</ins><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="cx"> #include &quot;RenderWidget.h&quot;
</span><span class="cx"> 
</span><del>-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class HTMLMeterElement;
</span><span class="lines">@@ -52,6 +51,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderMeter, isMeter())
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(METER_ELEMENT)
</span><del>-
-#endif // RenderMeter_h
-
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderMultiColumnFlowThreadh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderMultiColumnFlowThread.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderMultiColumnFlowThread.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderMultiColumnFlowThread.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,12 +23,9 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><ins>+#pragma once
</ins><span class="cx"> 
</span><del>-#ifndef RenderMultiColumnFlowThread_h
-#define RenderMultiColumnFlowThread_h
-
</del><span class="cx"> #include &quot;RenderFlowThread.h&quot;
</span><del>-
</del><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -155,6 +152,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderMultiColumnFlowThread, isRenderMultiColumnFlowThread())
</span><del>-
-#endif // RenderMultiColumnFlowThread_h
-
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderMultiColumnSeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderMultiColumnSet.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderMultiColumnSet.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderMultiColumnSet.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,10 +23,8 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><ins>+#pragma once
</ins><span class="cx"> 
</span><del>-#ifndef RenderMultiColumnSet_h
-#define RenderMultiColumnSet_h
-
</del><span class="cx"> #include &quot;LayerFragment.h&quot;
</span><span class="cx"> #include &quot;RenderMultiColumnFlowThread.h&quot;
</span><span class="cx"> #include &quot;RenderRegionSet.h&quot;
</span><span class="lines">@@ -230,6 +228,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderMultiColumnSet, isRenderMultiColumnSet())
</span><del>-
-#endif // RenderMultiColumnSet_h
-
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderMultiColumnSpannerPlaceholderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderMultiColumnSpannerPlaceholder.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderMultiColumnSpannerPlaceholder.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderMultiColumnSpannerPlaceholder.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx">  * OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderMultiColumnSpannerPlaceholder_h
-#define RenderMultiColumnSpannerPlaceholder_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBox.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -58,5 +57,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderMultiColumnSpannerPlaceholder, isRenderMultiColumnSpannerPlaceholder())
</span><del>-
-#endif // RenderMultiColumnSpannerPlaceholder_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderNamedFlowFragmenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderNamedFlowFragment.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderNamedFlowFragment.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderNamedFlowFragment.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx">  * SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderNamedFlowFragment_h
-#define RenderNamedFlowFragment_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderRegion.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -166,5 +165,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderNamedFlowFragment, isRenderNamedFlowFragment())
</span><del>-
-#endif // RenderNamedFlowFragment_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderNamedFlowThreadh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderNamedFlowThread.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderNamedFlowThread.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderNamedFlowThread.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,10 +23,8 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><ins>+#pragma once
</ins><span class="cx"> 
</span><del>-#ifndef RenderNamedFlowThread_h
-#define RenderNamedFlowThread_h
-
</del><span class="cx"> #include &quot;RenderFlowThread.h&quot;
</span><span class="cx"> #include &quot;SelectionSubtreeRoot.h&quot;
</span><span class="cx"> #include &quot;Timer.h&quot;
</span><span class="lines">@@ -150,5 +148,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderNamedFlowThread, isRenderNamedFlowThread())
</span><del>-
-#endif // RenderNamedFlowThread_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderOverflowh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderOverflow.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderOverflow.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderOverflow.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderOverflow_h
-#define RenderOverflow_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LayoutRect.h&quot;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="lines">@@ -105,5 +104,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // RenderOverflow_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderProgressh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderProgress.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderProgress.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderProgress.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderProgress_h
-#define RenderProgress_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -61,6 +60,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderProgress, isProgress())
</span><del>-
-#endif // RenderProgress_h
-
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderPtrh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderPtr.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderPtr.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderPtr.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderPtr_h
-#define RenderPtr_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;algorithm&gt;
</span><span class="cx"> #include &lt;cstddef&gt;
</span><span class="lines">@@ -177,5 +176,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WTF
</span><del>-
-#endif // RenderPtr_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderQuoteh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderQuote.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderQuote.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderQuote.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderQuote_h
-#define RenderQuote_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderInline.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -58,5 +57,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderQuote, isQuote())
</span><del>-
-#endif // RenderQuote_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderRegionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderRegion.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderRegion.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderRegion.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx">  * SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderRegion_h
-#define RenderRegion_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LayerFragment.h&quot;
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="lines">@@ -190,5 +189,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderRegion, isRenderRegion())
</span><del>-
-#endif // RenderRegion_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderRegionSeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderRegionSet.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderRegionSet.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderRegionSet.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,10 +23,8 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><ins>+#pragma once
</ins><span class="cx"> 
</span><del>-#ifndef RenderRegionSet_h
-#define RenderRegionSet_h
-
</del><span class="cx"> #include &quot;RenderRegion.h&quot;
</span><span class="cx"> #include &quot;RenderBoxRegionInfo.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -61,6 +59,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // RenderRegionSet_h
-
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderReplacedh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderReplaced.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderReplaced.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderReplaced.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderReplaced_h
-#define RenderReplaced_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBox.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -95,5 +94,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderReplaced, isRenderReplaced())
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderReplicah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderReplica.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderReplica.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderReplica.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -26,8 +26,7 @@
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderReplica_h
-#define RenderReplica_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBox.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -50,9 +49,6 @@
</span><span class="cx">     bool isReplica() const override { return true; }
</span><span class="cx">     bool canHaveChildren() const override { return false; }
</span><span class="cx">     void computePreferredLogicalWidths() override;
</span><del>-
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // RenderReplica_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderRubyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderRuby.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderRuby.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderRuby.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -28,8 +28,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderRuby_h
-#define RenderRuby_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="cx"> #include &quot;RenderInline.h&quot;
</span><span class="lines">@@ -97,5 +96,3 @@
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderRubyAsInline, isRubyInline())
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderRubyAsBlock, isRubyBlock())
</span><del>-
-#endif // RenderRuby_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderRubyBaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderRubyBase.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderRubyBase.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderRubyBase.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -28,8 +28,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderRubyBase_h
-#define RenderRubyBase_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -80,5 +79,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderRubyBase, isRubyBase())
</span><del>-
-#endif // RenderRubyBase_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderRubyRunh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderRubyRun.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderRubyRun.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderRubyRun.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -28,8 +28,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderRubyRun_h
-#define RenderRubyRun_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -92,5 +91,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderRubyRun, isRubyRun())
</span><del>-
-#endif // RenderRubyRun_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderRubyTexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderRubyText.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderRubyText.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderRubyText.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -28,8 +28,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderRubyText_h
-#define RenderRubyText_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -61,5 +60,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderRubyText, isRubyText())
</span><del>-
-#endif // RenderRubyText_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderScrollbarh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderScrollbar.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderScrollbar.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderScrollbar.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderScrollbar_h
-#define RenderScrollbar_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderPtr.h&quot;
</span><span class="cx"> #include &quot;RenderStyleConstants.h&quot;
</span><span class="lines">@@ -93,5 +92,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::RenderScrollbar)
</span><span class="cx">     static bool isType(const WebCore::Scrollbar&amp; scrollbar) { return scrollbar.isCustomScrollbar(); }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif // RenderScrollbar_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderScrollbarParth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderScrollbarPart.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderScrollbarPart.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderScrollbarPart.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderScrollbarPart_h
-#define RenderScrollbarPart_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBlock.h&quot;
</span><span class="cx"> #include &quot;ScrollTypes.h&quot;
</span><span class="lines">@@ -76,5 +75,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderScrollbarPart, isRenderScrollbarPart())
</span><del>-
-#endif // RenderScrollbarPart_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderScrollbarThemeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderScrollbarTheme.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderScrollbarTheme.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderScrollbarTheme.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderScrollbarTheme_h
-#define RenderScrollbarTheme_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ScrollbarThemeComposite.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -82,5 +81,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // RenderScrollbarTheme_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderSearchFieldh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderSearchField.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderSearchField.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderSearchField.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSearchField_h
-#define RenderSearchField_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;PopupMenuClient.h&quot;
</span><span class="cx"> #include &quot;RenderTextControlSingleLine.h&quot;
</span><span class="lines">@@ -93,5 +92,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderSearchField, isTextField())
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderSelectionInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderSelectionInfo.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderSelectionInfo.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderSelectionInfo.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSelectionInfo_h
-#define RenderSelectionInfo_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;GapRects.h&quot;
</span><span class="cx"> #include &quot;RenderBlock.h&quot;
</span><span class="lines">@@ -76,6 +75,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-
-#endif // RenderSelectionInfo_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderSliderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderSlider.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderSlider.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderSlider.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSlider_h
-#define RenderSlider_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderFlexibleBox.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -27,7 +26,6 @@
</span><span class="cx"> 
</span><span class="cx"> class HTMLInputElement;
</span><span class="cx"> class MouseEvent;
</span><del>-class SliderThumbElement;
</del><span class="cx"> 
</span><span class="cx"> class RenderSlider final : public RenderFlexibleBox {
</span><span class="cx"> public:
</span><span class="lines">@@ -56,5 +54,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderSlider, isSlider())
</span><del>-
-#endif // RenderSlider_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderSnapshottedPlugInh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderSnapshottedPlugIn.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderSnapshottedPlugIn.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderSnapshottedPlugIn.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSnapshottedPlugIn_h
-#define RenderSnapshottedPlugIn_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderEmbeddedObject.h&quot;
</span><span class="cx"> #include &quot;RenderImageResource.h&quot;
</span><span class="lines">@@ -66,5 +65,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderSnapshottedPlugIn, isSnapshottedPlugIn())
</span><del>-
-#endif // RenderSnapshottedPlugIn_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTableh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTable.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTable.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderTable.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderTable_h
-#define RenderTable_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSPropertyNames.h&quot;
</span><span class="cx"> #include &quot;CollapsedBorderValue.h&quot;
</span><span class="lines">@@ -389,5 +388,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderTable, isTable())
</span><del>-
-#endif // RenderTable_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTableCaptionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTableCaption.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTableCaption.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderTableCaption.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderTableCaption_h
-#define RenderTableCaption_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -47,5 +46,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderTableCaption, isTableCaption())
</span><del>-
-#endif // RenderTableCaption_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTableCellh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTableCell.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTableCell.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderTableCell.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderTableCell_h
-#define RenderTableCell_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="cx"> #include &quot;RenderTableRow.h&quot;
</span><span class="lines">@@ -384,5 +383,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderTableCell, isTableCell())
</span><del>-
-#endif // RenderTableCell_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTableColh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTableCol.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTableCol.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderTableCol.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderTableCol_h
-#define RenderTableCol_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBox.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -105,5 +104,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderTableCol, isRenderTableCol())
</span><del>-
-#endif // RenderTableCol_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTableRowh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTableRow.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTableRow.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderTableRow.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderTableRow_h
-#define RenderTableRow_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderTableSection.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -159,5 +158,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderTableRow, isTableRow())
</span><del>-
-#endif // RenderTableRow_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTableSectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTableSection.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTableSection.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderTableSection.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderTableSection_h
-#define RenderTableSection_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderTable.h&quot;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="lines">@@ -341,5 +340,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderTableSection, isTableSection())
</span><del>-
-#endif // RenderTableSection_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderText.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderText.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderText.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderText_h
-#define RenderText_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderElement.h&quot;
</span><span class="cx"> #include &quot;RenderTextLineBoxes.h&quot;
</span><span class="lines">@@ -295,5 +294,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderText, isText())
</span><del>-
-#endif // RenderText_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTextControlh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTextControl.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTextControl.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderTextControl.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderTextControl_h
-#define RenderTextControl_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="cx"> #include &quot;RenderFlexibleBox.h&quot;
</span><span class="lines">@@ -110,5 +109,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderTextControl, isTextControl())
</span><del>-
-#endif // RenderTextControl_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTextControlSingleLineh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTextControlSingleLine.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTextControlSingleLine.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderTextControlSingleLine.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderTextControlSingleLine_h
-#define RenderTextControlSingleLine_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLInputElement.h&quot;
</span><span class="cx"> #include &quot;RenderTextControl.h&quot;
</span><span class="lines">@@ -28,8 +27,6 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class HTMLInputElement;
-
</del><span class="cx"> class RenderTextControlSingleLine : public RenderTextControl {
</span><span class="cx"> public:
</span><span class="cx">     RenderTextControlSingleLine(HTMLInputElement&amp;, RenderStyle&amp;&amp;);
</span><span class="lines">@@ -105,5 +102,3 @@
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderTextControlSingleLine, isTextField())
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderTextControlInnerBlock, isTextControlInnerBlock())
</span><del>-
-#endif // RenderTextControlSingleLine_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTextFragmenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTextFragment.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTextFragment.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderTextFragment.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderTextFragment_h
-#define RenderTextFragment_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderText.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -78,5 +77,3 @@
</span><span class="cx">     static bool isType(const WebCore::RenderText&amp; renderer) { return renderer.isTextFragment(); }
</span><span class="cx">     static bool isType(const WebCore::RenderObject&amp; renderer) { return is&lt;WebCore::RenderText&gt;(renderer) &amp;&amp; isType(downcast&lt;WebCore::RenderText&gt;(renderer)); }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif // RenderTextFragment_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTextLineBoxesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTextLineBoxes.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTextLineBoxes.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderTextLineBoxes.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderTextLineBoxes_h
-#define RenderTextLineBoxes_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LayoutRect.h&quot;
</span><span class="cx"> #include &quot;RenderObject.h&quot;
</span><span class="lines">@@ -95,6 +94,4 @@
</span><span class="cx">     InlineTextBox* m_last;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderThemeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTheme.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTheme.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderTheme.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderTheme_h
-#define RenderTheme_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BorderData.h&quot;
</span><span class="cx"> #include &quot;ControlStates.h&quot;
</span><span class="lines">@@ -49,9 +48,7 @@
</span><span class="cx"> class RenderAttachment;
</span><span class="cx"> class RenderBox;
</span><span class="cx"> class RenderMenuList;
</span><del>-#if ENABLE(METER_ELEMENT)
</del><span class="cx"> class RenderMeter;
</span><del>-#endif
</del><span class="cx"> class RenderObject;
</span><span class="cx"> class RenderProgress;
</span><span class="cx"> class RenderSnapshottedPlugIn;
</span><span class="lines">@@ -421,5 +418,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // RenderTheme_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderThemeEflh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderThemeEfl.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderThemeEfl.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderThemeEfl.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,11 +27,9 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderThemeEfl_h
-#define RenderThemeEfl_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderTheme.h&quot;
</span><del>-
</del><span class="cx"> #include &lt;Eina.h&gt;
</span><span class="cx"> #include &lt;cairo.h&gt;
</span><span class="cx"> #include &lt;wtf/efl/UniquePtrEfl.h&gt;
</span><span class="lines">@@ -255,6 +253,5 @@
</span><span class="cx">     ThemePartCacheEntry* getThemePartFromCache(FormType, const IntSize&amp;);
</span><span class="cx">     void clearThemePartCache();
</span><span class="cx"> };
</span><del>-}
</del><span class="cx"> 
</span><del>-#endif // RenderThemeEfl_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderThemeGtkh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderThemeGtk.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderThemeGtk.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderThemeGtk.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -25,8 +25,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderThemeGtk_h
-#define RenderThemeGtk_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderTheme.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -191,6 +190,4 @@
</span><span class="cx"> #endif // GTK_API_VERSION_2
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // RenderThemeGtk_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderThemeWinh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderThemeWin.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderThemeWin.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderThemeWin.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderThemeWin_h
-#define RenderThemeWin_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderTheme.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -179,6 +178,4 @@
</span><span class="cx">     String m_mediaControlsStyleSheet;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-};
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTreeAsTexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTreeAsText.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTreeAsText.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderTreeAsText.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderTreeAsText_h
-#define RenderTreeAsText_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -71,5 +70,3 @@
</span><span class="cx"> WEBCORE_EXPORT String markerTextForListItem(Element*);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // RenderTreeAsText_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderVTTCueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderVTTCue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderVTTCue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderVTTCue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderVTTCue_h
-#define RenderVTTCue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(VIDEO_TRACK)
</span><span class="cx"> 
</span><span class="lines">@@ -69,5 +68,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-#endif // RenderVTTCue_h
</del><ins>+#endif // ENABLE(VIDEO_TRACK)
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderViewh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderView.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderView.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderView.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderView_h
-#define RenderView_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FrameView.h&quot;
</span><span class="cx"> #include &quot;LayoutState.h&quot;
</span><span class="lines">@@ -459,5 +458,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderView, isRenderView())
</span><del>-
-#endif // RenderView_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderWidgeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderWidget.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderWidget.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RenderWidget.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderWidget_h
-#define RenderWidget_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLFrameOwnerElement.h&quot;
</span><span class="cx"> #include &quot;OverlapTestRequestClient.h&quot;
</span><span class="lines">@@ -119,5 +118,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderWidget, isWidget())
</span><del>-
-#endif // RenderWidget_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingRootInlineBoxh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RootInlineBox.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RootInlineBox.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/RootInlineBox.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RootInlineBox_h
-#define RootInlineBox_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BidiContext.h&quot;
</span><span class="cx"> #include &quot;InlineFlowBox.h&quot;
</span><span class="lines">@@ -243,5 +242,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_INLINE_BOX(RootInlineBox, isRootInlineBox())
</span><del>-
-#endif // RootInlineBox_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingSelectionSubtreeRooth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/SelectionSubtreeRoot.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/SelectionSubtreeRoot.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/SelectionSubtreeRoot.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx">  * SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SelectionSubtreeRoot_h
-#define SelectionSubtreeRoot_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderObject.h&quot;
</span><span class="cx"> #include &quot;RenderSelectionInfo.h&quot;
</span><span class="lines">@@ -118,5 +117,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SelectionSubtreeRoot_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingSimpleLineLayouth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/SimpleLineLayout.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/SimpleLineLayout.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/SimpleLineLayout.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SimpleLineLayout_h
-#define SimpleLineLayout_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;TextFlags.h&quot;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="lines">@@ -92,5 +91,3 @@
</span><span class="cx"> #if COMPILER(MSVC)
</span><span class="cx"> #pragma warning(pop)
</span><span class="cx"> #endif
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingSimpleLineLayoutFlowContentsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/SimpleLineLayoutFlowContents.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/SimpleLineLayoutFlowContents.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/SimpleLineLayoutFlowContents.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SimpleLineLayoutFlowContents_h
-#define SimpleLineLayoutFlowContents_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderObject.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -66,5 +65,3 @@
</span><span class="cx"> 
</span><span class="cx"> }
</span><span class="cx"> }
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingSimpleLineLayoutFunctionsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/SimpleLineLayoutFunctions.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/SimpleLineLayoutFunctions.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/SimpleLineLayoutFunctions.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SimpleLineLayoutFunctions_h
-#define SimpleLineLayoutFunctions_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LayoutRect.h&quot;
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="lines">@@ -136,5 +135,3 @@
</span><span class="cx"> 
</span><span class="cx"> }
</span><span class="cx"> }
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingSimpleLineLayoutResolverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/SimpleLineLayoutResolver.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/SimpleLineLayoutResolver.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/SimpleLineLayoutResolver.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SimpleLineLayoutResolver_h
-#define SimpleLineLayoutResolver_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LayoutRect.h&quot;
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="lines">@@ -290,5 +289,3 @@
</span><span class="cx"> 
</span><span class="cx"> }
</span><span class="cx"> }
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingTableLayouth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/TableLayout.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/TableLayout.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/TableLayout.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef TableLayout_h
-#define TableLayout_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LayoutUnit.h&quot;
</span><span class="cx"> #include &lt;wtf/FastMalloc.h&gt;
</span><span class="lines">@@ -53,5 +52,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // TableLayout_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingTextDecorationPainterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/TextDecorationPainter.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/TextDecorationPainter.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/TextDecorationPainter.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef TextDecorationPainter_h
-#define TextDecorationPainter_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Color.h&quot;
</span><span class="cx"> #include &quot;FloatPoint.h&quot;
</span><span class="lines">@@ -79,5 +78,3 @@
</span><span class="cx"> };
</span><span class="cx">     
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // TextDecorationPainter_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingTextPaintStyleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/TextPaintStyle.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/TextPaintStyle.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/TextPaintStyle.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef TextPaintStyle_h
-#define TextPaintStyle_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Color.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -56,6 +55,4 @@
</span><span class="cx"> enum FillColorType { UseNormalFillColor, UseEmphasisMarkColor };
</span><span class="cx"> void updateGraphicsContext(GraphicsContext&amp;, const TextPaintStyle&amp;, FillColorType = UseNormalFillColor);
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingTextPainterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/TextPainter.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/TextPainter.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/TextPainter.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef TextPainter_h
-#define TextPainter_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AffineTransform.h&quot;
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="lines">@@ -125,5 +124,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // TextPainter_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingTrailingFloatsRootInlineBoxh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/TrailingFloatsRootInlineBox.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/TrailingFloatsRootInlineBox.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/TrailingFloatsRootInlineBox.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef TrailingFloatsRootInlineBox_h
-#define TrailingFloatsRootInlineBox_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RootInlineBox.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // TrailingFloatsRootInlineBox_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingVerticalPositionCacheh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/VerticalPositionCache.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/VerticalPositionCache.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/VerticalPositionCache.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef VerticalPositionCache_h
-#define VerticalPositionCache_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FontBaseline.h&quot;
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="lines">@@ -64,5 +63,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // VerticalPositionCache_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderinglineLineBreakerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/line/LineBreaker.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/line/LineBreaker.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/line/LineBreaker.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef LineBreaker_h
-#define LineBreaker_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;InlineIterator.h&quot;
</span><span class="cx"> #include &quot;LineInfo.h&quot;
</span><span class="lines">@@ -76,6 +75,4 @@
</span><span class="cx">     Vector&lt;RenderBox*&gt; m_positionedObjects;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // LineBreaker_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderinglineLineInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/line/LineInfo.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/line/LineInfo.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/line/LineInfo.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx">  * OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef LineInfo_h
-#define LineInfo_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LineWidth.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -71,6 +70,4 @@
</span><span class="cx">     unsigned m_runsFromLeadingWhitespace;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // LineInfo_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderinglineLineInlineHeadersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/line/LineInlineHeaders.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/line/LineInlineHeaders.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/line/LineInlineHeaders.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef LineInlineHeaders_h
-#define LineInlineHeaders_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderLayer.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -137,6 +136,4 @@
</span><span class="cx">     child.layer()-&gt;setStaticBlockPosition(blockHeight);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderinglineLineLayoutStateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/line/LineLayoutState.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/line/LineLayoutState.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/line/LineLayoutState.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -31,8 +31,7 @@
</span><span class="cx">  * OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef LineLayoutState_h
-#define LineLayoutState_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LayoutRect.h&quot;
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="lines">@@ -182,6 +181,4 @@
</span><span class="cx">     bool m_usesRepaintBounds : 1;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // LineLayoutState_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderinglineLineWidthh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/line/LineWidth.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/line/LineWidth.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/line/LineWidth.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx">  * OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef LineWidth_h
-#define LineWidth_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LayoutUnit.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -97,6 +96,4 @@
</span><span class="cx"> 
</span><span class="cx"> IndentTextOrNot requiresIndent(bool isFirstLine, bool isAfterHardLineBreak, const RenderStyle&amp;);
</span><span class="cx"> 
</span><del>-}
-
-#endif // LineWidth_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderinglineTrailingObjectsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/line/TrailingObjects.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/line/TrailingObjects.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/line/TrailingObjects.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef TrailingObjects_h
-#define TrailingObjects_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -75,6 +74,4 @@
</span><span class="cx">     Vector&lt;std::reference_wrapper&lt;RenderBoxModelObject&gt;, 4&gt; m_boxes;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // TrailingObjects_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingshapesBoxShapeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/shapes/BoxShape.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/shapes/BoxShape.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/shapes/BoxShape.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx">  * OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef BoxShape_h
-#define BoxShape_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatRoundedRect.h&quot;
</span><span class="cx"> #include &quot;RenderStyleConstants.h&quot;
</span><span class="lines">@@ -60,5 +59,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // BoxShape_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingshapesPolygonShapeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/shapes/PolygonShape.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/shapes/PolygonShape.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/shapes/PolygonShape.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx">  * OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef PolygonShape_h
-#define PolygonShape_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatPolygon.h&quot;
</span><span class="cx"> #include &quot;Shape.h&quot;
</span><span class="lines">@@ -76,5 +75,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // PolygonShape_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingshapesRasterShapeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/shapes/RasterShape.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/shapes/RasterShape.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/shapes/RasterShape.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx">  * OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RasterShape_h
-#define RasterShape_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="cx"> #include &quot;Shape.h&quot;
</span><span class="lines">@@ -107,5 +106,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // RasterShape_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingshapesRectangleShapeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/shapes/RectangleShape.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/shapes/RectangleShape.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/shapes/RectangleShape.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx">  * OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RectangleShape_h
-#define RectangleShape_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatPoint.h&quot;
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="lines">@@ -67,5 +66,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // RectangleShape_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingshapesShapeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/shapes/Shape.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/shapes/Shape.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/shapes/Shape.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx">  * OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef Shape_h
-#define Shape_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LayoutRect.h&quot;
</span><span class="cx"> #include &quot;Path.h&quot;
</span><span class="lines">@@ -103,5 +102,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // Shape_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingshapesShapeIntervalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/shapes/ShapeInterval.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/shapes/ShapeInterval.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/shapes/ShapeInterval.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx">  * OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ShapeInterval_h
-#define ShapeInterval_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -106,5 +105,3 @@
</span><span class="cx"> typedef Vector&lt;FloatShapeInterval&gt; FloatShapeIntervals;
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ShapeInterval_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleBasicShapesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/BasicShapes.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/BasicShapes.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/BasicShapes.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx">  * SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef BasicShapes_h
-#define BasicShapes_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Length.h&quot;
</span><span class="cx"> #include &quot;LengthSize.h&quot;
</span><span class="lines">@@ -353,5 +352,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BASIC_SHAPE(BasicShapePolygon, BasicShape::BasicShapePolygonType)
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BASIC_SHAPE(BasicShapePath, BasicShape::BasicShapePathType)
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BASIC_SHAPE(BasicShapeInset, BasicShape::BasicShapeInsetType)
</span><del>-
-#endif // BasicShapes_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleBorderDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/BorderData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/BorderData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/BorderData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef BorderData_h
-#define BorderData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BorderValue.h&quot;
</span><span class="cx"> #include &quot;IntRect.h&quot;
</span><span class="lines">@@ -142,5 +141,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // BorderData_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleBorderValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/BorderValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/BorderValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/BorderValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef BorderValue_h
-#define BorderValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Color.h&quot;
</span><span class="cx"> #include &quot;RenderStyleConstants.h&quot;
</span><span class="lines">@@ -85,5 +84,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // BorderValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleCollapsedBorderValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/CollapsedBorderValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/CollapsedBorderValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/CollapsedBorderValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CollapsedBorderValue_h
-#define CollapsedBorderValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BorderValue.h&quot;
</span><span class="cx"> #include &quot;LayoutUnit.h&quot;
</span><span class="lines">@@ -77,5 +76,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CollapsedBorderValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleContentDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/ContentData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/ContentData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/ContentData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ContentData_h
-#define ContentData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CounterContent.h&quot;
</span><span class="cx"> #include &quot;StyleImage.h&quot;
</span><span class="lines">@@ -250,5 +249,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CONTENT_DATA(TextContentData, Text)
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CONTENT_DATA(CounterContentData, Counter)
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CONTENT_DATA(QuoteContentData, Quote)
</span><del>-
-#endif // ContentData_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleCounterContenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/CounterContent.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/CounterContent.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/CounterContent.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CounterContent_h
-#define CounterContent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderStyleConstants.h&quot;
</span><span class="cx"> #include &lt;wtf/text/AtomicString.h&gt;
</span><span class="lines">@@ -57,7 +56,4 @@
</span><span class="cx">         &amp;&amp; a.separator() == b.separator();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-
</del><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CounterContent_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleCounterDirectivesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/CounterDirectives.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/CounterDirectives.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/CounterDirectives.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CounterDirectives_h
-#define CounterDirectives_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;memory&gt;
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="lines">@@ -108,5 +107,3 @@
</span><span class="cx"> std::unique_ptr&lt;CounterDirectiveMap&gt; clone(const CounterDirectiveMap&amp;);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CounterDirectives_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleCursorDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/CursorData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/CursorData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/CursorData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CursorData_h
-#define CursorData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;IntPoint.h&quot;
</span><span class="cx"> #include &quot;StyleImage.h&quot;
</span><span class="lines">@@ -60,5 +59,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CursorData_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleCursorListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/CursorList.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/CursorList.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/CursorList.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CursorList_h
-#define CursorList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CursorData.h&quot;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="lines">@@ -58,5 +57,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CursorList_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleDataRefh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/DataRef.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/DataRef.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/DataRef.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef DataRef_h
-#define DataRef_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Ref.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -61,5 +60,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DataRef_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleFillLayerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/FillLayer.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/FillLayer.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/FillLayer.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef FillLayer_h
-#define FillLayer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;GraphicsTypes.h&quot;
</span><span class="cx"> #include &quot;LengthSize.h&quot;
</span><span class="lines">@@ -217,5 +216,3 @@
</span><span class="cx"> TextStream&amp; operator&lt;&lt;(TextStream&amp;, const FillLayer&amp;);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // FillLayer_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleGridAreah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/GridArea.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/GridArea.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/GridArea.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -29,8 +29,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef GridArea_h
-#define GridArea_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CSS_GRID_LAYOUT)
</span><span class="cx"> 
</span><span class="lines">@@ -207,6 +206,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif /* ENABLE(CSS_GRID_LAYOUT) */
-
-#endif // GridArea_h
</del><ins>+#endif // ENABLE(CSS_GRID_LAYOUT)
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleGridLengthh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/GridLength.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/GridLength.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/GridLength.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -29,8 +29,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef GridLength_h
-#define GridLength_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CSS_GRID_LAYOUT)
</span><span class="cx"> 
</span><span class="lines">@@ -88,6 +87,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif /* ENABLE(CSS_GRID_LAYOUT) */
-
-#endif // GridLength_h
</del><ins>+#endif // ENABLE(CSS_GRID_LAYOUT)
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleGridPositionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/GridPosition.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/GridPosition.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/GridPosition.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -29,8 +29,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef GridPosition_h
-#define GridPosition_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CSS_GRID_LAYOUT)
</span><span class="cx"> 
</span><span class="lines">@@ -131,6 +130,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif /* ENABLE(CSS_GRID_LAYOUT) */
-
-#endif // GridPosition_h
</del><ins>+#endif // ENABLE(CSS_GRID_LAYOUT)
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleGridPositionsResolverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/GridPositionsResolver.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/GridPositionsResolver.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/GridPositionsResolver.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -28,8 +28,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef GridPositionsResolver_h
-#define GridPositionsResolver_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CSS_GRID_LAYOUT)
</span><span class="cx"> 
</span><span class="lines">@@ -82,5 +81,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CSS_GRID_LAYOUT)
</span><del>-
-#endif // GridPositionsResolver_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleGridTrackSizeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/GridTrackSize.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/GridTrackSize.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/GridTrackSize.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -29,8 +29,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef GridTrackSize_h
-#define GridTrackSize_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CSS_GRID_LAYOUT)
</span><span class="cx"> 
</span><span class="lines">@@ -145,6 +144,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif /* ENABLE(CSS_GRID_LAYOUT) */
-
-#endif // GridTrackSize_h
</del><ins>+#endif // ENABLE(CSS_GRID_LAYOUT)
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleKeyframeListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/KeyframeList.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/KeyframeList.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/KeyframeList.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef KeyframeList_h
-#define KeyframeList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSPropertyNames.h&quot;
</span><span class="cx"> #include &quot;StyleInheritedData.h&quot;
</span><span class="lines">@@ -97,5 +96,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // KeyframeList_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleLineClampValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/LineClampValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/LineClampValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/LineClampValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef LineClampValue_h
-#define LineClampValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderStyleConstants.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -65,5 +64,3 @@
</span><span class="cx"> };
</span><span class="cx">     
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // LineClampValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleNinePieceImageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/NinePieceImage.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/NinePieceImage.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/NinePieceImage.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef NinePieceImage_h
-#define NinePieceImage_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DataRef.h&quot;
</span><span class="cx"> #include &quot;LayoutRect.h&quot;
</span><span class="lines">@@ -213,5 +212,3 @@
</span><span class="cx"> TextStream&amp; operator&lt;&lt;(TextStream&amp;, const NinePieceImage&amp;);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // NinePieceImage_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleOutlineValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/OutlineValue.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/OutlineValue.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/OutlineValue.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef OutlineValue_h
-#define OutlineValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BorderValue.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -50,5 +49,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // OutlineValue_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleQuotesDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/QuotesData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/QuotesData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/QuotesData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef QuotesData_h
-#define QuotesData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="lines">@@ -60,5 +59,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // QuotesData_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleRenderStyleConstantsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/RenderStyleConstants.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/RenderStyleConstants.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/RenderStyleConstants.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderStyleConstants_h
-#define RenderStyleConstants_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;initializer_list&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -719,5 +718,3 @@
</span><span class="cx"> TextStream&amp; operator&lt;&lt;(TextStream&amp;, Edge);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // RenderStyleConstants_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleSVGRenderStyleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/SVGRenderStyle.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/SVGRenderStyle.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/SVGRenderStyle.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">     Boston, MA 02110-1301, USA.
</span><span class="cx"> */
</span><span class="cx"> 
</span><del>-#ifndef SVGRenderStyle_h
-#define SVGRenderStyle_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSValueList.h&quot;
</span><span class="cx"> #include &quot;DataRef.h&quot;
</span><span class="lines">@@ -489,5 +488,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGRenderStyle_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleSVGRenderStyleDefsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/SVGRenderStyleDefs.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/SVGRenderStyleDefs.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/SVGRenderStyleDefs.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -26,8 +26,7 @@
</span><span class="cx">     Boston, MA 02110-1301, USA.
</span><span class="cx"> */
</span><span class="cx"> 
</span><del>-#ifndef SVGRenderStyleDefs_h
-#define SVGRenderStyleDefs_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Length.h&quot;
</span><span class="cx"> #include &quot;SVGLength.h&quot;
</span><span class="lines">@@ -311,5 +310,3 @@
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGRenderStyleDefs_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleShadowDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/ShadowData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/ShadowData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/ShadowData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ShadowData_h
-#define ShadowData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Color.h&quot;
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="lines">@@ -98,5 +97,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ShadowData_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleBackgroundDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleBackgroundData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleBackgroundData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleBackgroundData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleBackgroundData_h
-#define StyleBackgroundData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Color.h&quot;
</span><span class="cx"> #include &quot;FillLayer.h&quot;
</span><span class="lines">@@ -63,5 +62,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StyleBackgroundData_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleBoxDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleBoxData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleBoxData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleBoxData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleBoxData_h
-#define StyleBoxData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Length.h&quot;
</span><span class="cx"> #include &quot;RenderStyleConstants.h&quot;
</span><span class="lines">@@ -88,5 +87,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StyleBoxData_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleCachedImageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleCachedImage.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleCachedImage.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleCachedImage.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleCachedImage_h
-#define StyleCachedImage_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedImageClient.h&quot;
</span><span class="cx"> #include &quot;CachedResourceHandle.h&quot;
</span><span class="lines">@@ -77,5 +76,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_STYLE_IMAGE(StyleCachedImage, isCachedImage)
</span><del>-
-#endif // StyleCachedImage_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleContentAlignmentDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleContentAlignmentData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleContentAlignmentData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleContentAlignmentData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,9 +22,9 @@
</span><span class="cx">  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><del>-#ifndef StyleContentAlignmentData_h
-#define StyleContentAlignmentData_h
</del><span class="cx"> 
</span><ins>+#pragma once
+
</ins><span class="cx"> #include &quot;RenderStyleConstants.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -65,5 +65,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StyleContentAlignmentData_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleCustomPropertyDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleCustomPropertyData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleCustomPropertyData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleCustomPropertyData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleCustomPropertyData_h
-#define StyleCustomPropertyData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSCustomPropertyValue.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -84,5 +83,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StyleCustomPropertyData_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleDashboardRegionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleDashboardRegion.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleDashboardRegion.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleDashboardRegion.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,8 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleDashboardRegion_h
-#define StyleDashboardRegion_h
</del><ins>+#pragma once
+
</ins><span class="cx"> #if ENABLE(DASHBOARD_SUPPORT)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;LengthBox.h&quot;
</span><span class="lines">@@ -58,4 +58,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(DASHBOARD_SUPPORT)
</span><del>-#endif // StyleDashboardRegion_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleDeprecatedFlexibleBoxDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleDeprecatedFlexibleBoxData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleDeprecatedFlexibleBoxData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleDeprecatedFlexibleBoxData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleDeprecatedFlexibleBoxData_h
-#define StyleDeprecatedFlexibleBoxData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> #include &lt;wtf/Ref.h&gt;
</span><span class="lines">@@ -56,5 +55,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StyleDeprecatedFlexibleBoxData_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleFilterDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleFilterData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleFilterData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleFilterData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleFilterData_h
-#define StyleFilterData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FilterOperations.h&quot;
</span><span class="cx"> #include &lt;wtf/Ref.h&gt;
</span><span class="lines">@@ -51,5 +50,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StyleFilterData_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleFlexibleBoxDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleFlexibleBoxData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleFlexibleBoxData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleFlexibleBoxData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,11 +23,9 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleFlexibleBoxData_h
-#define StyleFlexibleBoxData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Length.h&quot;
</span><del>-
</del><span class="cx"> #include &lt;wtf/Ref.h&gt;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -57,5 +55,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StyleFlexibleBoxData_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleGeneratedImageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleGeneratedImage.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleGeneratedImage.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleGeneratedImage.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleGeneratedImage_h
-#define StyleGeneratedImage_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;StyleImage.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -70,5 +69,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_STYLE_IMAGE(StyleGeneratedImage, isGeneratedImage)
</span><del>-
-#endif // StyleGeneratedImage_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleGridDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleGridData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleGridData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleGridData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleGridData_h
-#define StyleGridData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CSS_GRID_LAYOUT)
</span><span class="cx"> 
</span><span class="lines">@@ -113,6 +112,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif /* ENABLE(CSS_GRID_LAYOUT) */
-
-#endif // StyleGridData_h
</del><ins>+#endif // ENABLE(CSS_GRID_LAYOUT)
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleGridItemDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleGridItemData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleGridItemData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleGridItemData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -28,8 +28,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleGridItemData_h
-#define StyleGridItemData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CSS_GRID_LAYOUT)
</span><span class="cx"> 
</span><span class="lines">@@ -67,6 +66,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif /* ENABLE(CSS_GRID_LAYOUT) */
-
-#endif // StyleGridItemData_h
</del><ins>+#endif // ENABLE(CSS_GRID_LAYOUT)
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleImageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleImage.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleImage.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleImage.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleImage_h
-#define StyleImage_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSValue.h&quot;
</span><span class="cx"> #include &quot;FloatSize.h&quot;
</span><span class="lines">@@ -88,5 +87,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::ToClassName) \
</span><span class="cx">     static bool isType(const WebCore::StyleImage&amp; image) { return image.predicate(); } \
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif // StyleImage_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleInheritedDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleInheritedData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleInheritedData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleInheritedData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleInheritedData_h
-#define StyleInheritedData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Color.h&quot;
</span><span class="cx"> #include &quot;FontCascade.h&quot;
</span><span class="lines">@@ -66,5 +65,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StyleInheritedData_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleMarqueeDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleMarqueeData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleMarqueeData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleMarqueeData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleMarqueeData_h
-#define StyleMarqueeData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Length.h&quot;
</span><span class="cx"> #include &quot;RenderStyleConstants.h&quot;
</span><span class="lines">@@ -57,5 +56,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StyleMarqueeData_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleMultiColDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleMultiColData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleMultiColData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleMultiColData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleMultiColData_h
-#define StyleMultiColData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BorderValue.h&quot;
</span><span class="cx"> #include &quot;Length.h&quot;
</span><span class="lines">@@ -72,5 +71,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StyleMultiColData_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleRareInheritedDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleRareInheritedData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleRareInheritedData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleRareInheritedData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleRareInheritedData_h
-#define StyleRareInheritedData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Color.h&quot;
</span><span class="cx"> #include &quot;DataRef.h&quot;
</span><span class="lines">@@ -166,5 +165,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StyleRareInheritedData_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleReflectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleReflection.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleReflection.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleReflection.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleReflection_h
-#define StyleReflection_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSReflectionDirection.h&quot;
</span><span class="cx"> #include &quot;Length.h&quot;
</span><span class="lines">@@ -67,5 +66,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StyleReflection_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleScrollSnapPointsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleScrollSnapPoints.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleScrollSnapPoints.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleScrollSnapPoints.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleScrollSnapPoints_h
-#define StyleScrollSnapPoints_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CSS_SCROLL_SNAP)
</span><span class="cx"> 
</span><span class="lines">@@ -69,5 +68,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CSS_SCROLL_SNAP)
</span><del>-
-#endif // StyleScrollSnapPoints_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleSelfAlignmentDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleSelfAlignmentData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleSelfAlignmentData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleSelfAlignmentData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,12 +22,11 @@
</span><span class="cx">  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><del>-#ifndef StyleSelfAlignmentData_h
-#define StyleSelfAlignmentData_h
</del><span class="cx"> 
</span><ins>+#pragma once
+
</ins><span class="cx"> #include &quot;RenderStyleConstants.h&quot;
</span><span class="cx"> 
</span><del>-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class StyleSelfAlignmentData {
</span><span class="lines">@@ -66,5 +65,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StyleSelfAlignmentData_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleSurroundDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleSurroundData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleSurroundData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleSurroundData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleSurroundData_h
-#define StyleSurroundData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BorderData.h&quot;
</span><span class="cx"> #include &quot;LengthBox.h&quot;
</span><span class="lines">@@ -54,5 +53,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StyleSurroundData_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleTransformDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleTransformData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleTransformData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleTransformData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleTransformData_h
-#define StyleTransformData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Length.h&quot;
</span><span class="cx"> #include &quot;TransformOperations.h&quot;
</span><span class="lines">@@ -56,5 +55,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StyleTransformData_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleVisualDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleVisualData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleVisualData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/StyleVisualData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleVisualData_h
-#define StyleVisualData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LengthBox.h&quot;
</span><span class="cx"> #include &quot;RenderStyleConstants.h&quot;
</span><span class="lines">@@ -58,5 +57,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StyleVisualData_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleTextSizeAdjustmenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/TextSizeAdjustment.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/TextSizeAdjustment.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/TextSizeAdjustment.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,11 +18,12 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef TextSizeAdjustment_h
-#define TextSizeAdjustment_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(TEXT_AUTOSIZING)
</span><span class="cx"> 
</span><ins>+namespace WebCore {
+
</ins><span class="cx"> enum TextSizeAdjustmentType { AutoTextSizeAdjustment = -1, NoTextSizeAdjustment = -2 };
</span><span class="cx"> 
</span><span class="cx"> class TextSizeAdjustment {
</span><span class="lines">@@ -44,6 +45,6 @@
</span><span class="cx">     float m_value;
</span><span class="cx"> };
</span><span class="cx"> 
</span><ins>+} // namespace WebCore
+
</ins><span class="cx"> #endif // ENABLE(TEXT_AUTOSIZING)
</span><del>-
-#endif // TextSizeAdjustment_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleWillChangeDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/WillChangeData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/WillChangeData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/style/WillChangeData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef WillChangeData_h
-#define WillChangeData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSPropertyNames.h&quot;
</span><span class="cx"> #include &quot;RenderStyleConstants.h&quot;
</span><span class="lines">@@ -128,7 +127,4 @@
</span><span class="cx">     bool m_canTriggerCompositingOnInline { false };
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-
</del><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // WillChangeData_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGBlockh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGBlock.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGBlock.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGBlock.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGBlock_h
-#define RenderSVGBlock_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="cx"> #include &quot;SVGGraphicsElement.h&quot;
</span><span class="lines">@@ -50,5 +49,4 @@
</span><span class="cx">     void styleDidChange(StyleDifference, const RenderStyle* oldStyle) final;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGContainerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGContainer.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGContainer.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGContainer.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGContainer_h
-#define RenderSVGContainer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderSVGModelObject.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -84,5 +83,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderSVGContainer, isSVGContainer())
</span><del>-
-#endif // RenderSVGContainer_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGEllipseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGEllipse.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGEllipse.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGEllipse.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGEllipse_h
-#define RenderSVGEllipse_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderSVGShape.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -54,6 +53,4 @@
</span><span class="cx">     bool m_usePathFallback;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGForeignObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGForeignObject.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGForeignObject.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGForeignObject.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGForeignObject_h
-#define RenderSVGForeignObject_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AffineTransform.h&quot;
</span><span class="cx"> #include &quot;FloatPoint.h&quot;
</span><span class="lines">@@ -74,6 +73,4 @@
</span><span class="cx">     mutable AffineTransform m_localToParentTransform;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGGradientStoph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGGradientStop.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGGradientStop.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGGradientStop.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGGradientStop_h
-#define RenderSVGGradientStop_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderElement.h&quot;
</span><span class="cx"> #include &quot;SVGStopElement.h&quot;
</span><span class="lines">@@ -63,5 +62,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderSVGGradientStop, isSVGGradientStop())
</span><del>-
-#endif // RenderSVGGradientStop_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGHiddenContainerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGHiddenContainer_h
-#define RenderSVGHiddenContainer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderSVGContainer.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -46,6 +45,5 @@
</span><span class="cx"> 
</span><span class="cx">     bool nodeAtFloatPoint(const HitTestRequest&amp;, HitTestResult&amp;, const FloatPoint&amp; pointInParent, HitTestAction) final;
</span><span class="cx"> };
</span><del>-}
</del><span class="cx"> 
</span><del>-#endif // RenderSVGHiddenContainer_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGImageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGImage.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGImage.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGImage.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGImage_h
-#define RenderSVGImage_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AffineTransform.h&quot;
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="lines">@@ -92,5 +91,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderSVGImage, isSVGImage())
</span><del>-
-#endif // RenderSVGImage_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGInlineh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGInline.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGInline.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGInline.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGInline_h
-#define RenderSVGInline_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderInline.h&quot;
</span><span class="cx"> #include &quot;SVGGraphicsElement.h&quot;
</span><span class="lines">@@ -68,5 +67,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderSVGInline, isSVGInline())
</span><del>-
-#endif // !RenderSVGTSpan_H
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGInlineTexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGInlineText.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGInlineText.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGInlineText.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGInlineText_h
-#define RenderSVGInlineText_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FontCascade.h&quot;
</span><span class="cx"> #include &quot;RenderText.h&quot;
</span><span class="lines">@@ -72,5 +71,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderSVGInlineText, isSVGInlineText())
</span><del>-
-#endif // RenderSVGInlineText_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGModelObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGModelObject.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGModelObject.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGModelObject.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -28,8 +28,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGModelObject_h
-#define RenderSVGModelObject_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderElement.h&quot;
</span><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="lines">@@ -83,5 +82,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderSVGModelObject, isRenderSVGModelObject())
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGPathh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGPath.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGPath.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGPath.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGPath_h
-#define RenderSVGPath_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderSVGShape.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -58,5 +57,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderSVGPath, isSVGPath())
</span><del>-
-#endif // RenderSVGPath_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGRecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGRect.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGRect.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGRect.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -25,8 +25,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGRect_h
-#define RenderSVGRect_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderSVGPath.h&quot;
</span><span class="cx"> #include &quot;SVGRectElement.h&quot;
</span><span class="lines">@@ -59,6 +58,4 @@
</span><span class="cx">     bool m_usePathFallback;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResource.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResource.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResource.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGResource_h
-#define RenderSVGResource_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderSVGShape.h&quot;
</span><span class="cx"> #include &quot;RenderStyleConstants.h&quot;
</span><span class="lines">@@ -76,11 +75,9 @@
</span><span class="cx">     static void markForLayoutAndParentResourceInvalidation(RenderObject&amp;, bool needsLayout = true);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> #define SPECIALIZE_TYPE_TRAITS_RENDER_SVG_RESOURCE(ToValueTypeName, ResourceType) \
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::ToValueTypeName) \
</span><span class="cx">     static bool isType(const WebCore::RenderSVGResource&amp; resource) { return resource.resourceType() == WebCore::ResourceType; } \
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceContainerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGResourceContainer_h
-#define RenderSVGResourceContainer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderSVGHiddenContainer.h&quot;
</span><span class="cx"> #include &quot;RenderSVGResource.h&quot;
</span><span class="lines">@@ -102,5 +101,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderSVGResourceContainer, isSVGResourceContainer())
</span><del>-
-#endif // RenderSVGResourceContainer_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceFilterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGResourceFilter_h
-#define RenderSVGResourceFilter_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ImageBuffer.h&quot;
</span><span class="cx"> #include &quot;RenderSVGResourceContainer.h&quot;
</span><span class="lines">@@ -30,7 +29,6 @@
</span><span class="cx"> #include &quot;SVGFilterBuilder.h&quot;
</span><span class="cx"> #include &quot;SVGFilterElement.h&quot;
</span><span class="cx"> #include &quot;SVGUnitTypes.h&quot;
</span><del>-
</del><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -100,5 +98,3 @@
</span><span class="cx">     static bool isType(const WebCore::RenderObject&amp; renderer) { return renderer.isSVGResourceFilter(); }
</span><span class="cx">     static bool isType(const WebCore::RenderSVGResource&amp; resource) { return resource.resourceType() == WebCore::FilterResourceType; }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif // RenderSVGResourceFilter_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceFilterPrimitiveh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilterPrimitive.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilterPrimitive.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilterPrimitive.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGResourceFilterPrimitive_h
-#define RenderSVGResourceFilterPrimitive_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderSVGResourceFilter.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -59,5 +58,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // RenderSVGResourceFilterPrimitive_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceGradienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceGradient.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceGradient.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceGradient.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGResourceGradient_h
-#define RenderSVGResourceGradient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Gradient.h&quot;
</span><span class="cx"> #include &quot;ImageBuffer.h&quot;
</span><span class="lines">@@ -75,6 +74,4 @@
</span><span class="cx"> #endif
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceLinearGradienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceLinearGradient.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceLinearGradient.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceLinearGradient.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGResourceLinearGradient_h
-#define RenderSVGResourceLinearGradient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LinearGradientAttributes.h&quot;
</span><span class="cx"> #include &quot;RenderSVGResourceGradient.h&quot;
</span><span class="lines">@@ -52,8 +51,6 @@
</span><span class="cx">     LinearGradientAttributes m_attributes;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_SVG_RESOURCE(RenderSVGResourceLinearGradient, LinearGradientResourceType)
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceMarkerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceMarker.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceMarker.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceMarker.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,12 +17,10 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGResourceMarker_h
-#define RenderSVGResourceMarker_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderSVGResourceContainer.h&quot;
</span><span class="cx"> #include &quot;SVGMarkerElement.h&quot;
</span><del>-
</del><span class="cx"> #include &lt;wtf/HashSet.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -76,8 +74,6 @@
</span><span class="cx">     FloatRect m_viewport;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_SVG_RESOURCE(RenderSVGResourceMarker, MarkerResourceType)
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourcePatternh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourcePattern.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourcePattern.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourcePattern.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGResourcePattern_h
-#define RenderSVGResourcePattern_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ImageBuffer.h&quot;
</span><span class="cx"> #include &quot;Pattern.h&quot;
</span><span class="lines">@@ -70,8 +69,6 @@
</span><span class="cx">     HashMap&lt;RenderElement*, std::unique_ptr&lt;PatternData&gt;&gt; m_patternMap;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_SVG_RESOURCE(RenderSVGResourcePattern, PatternResourceType)
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceRadialGradienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceRadialGradient.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceRadialGradient.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceRadialGradient.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGResourceRadialGradient_h
-#define RenderSVGResourceRadialGradient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RadialGradientAttributes.h&quot;
</span><span class="cx"> #include &quot;RenderSVGResourceGradient.h&quot;
</span><span class="lines">@@ -56,8 +55,6 @@
</span><span class="cx">     RadialGradientAttributes m_attributes;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_SVG_RESOURCE(RenderSVGResourceRadialGradient, RadialGradientResourceType)
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceSolidColorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceSolidColor.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceSolidColor.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceSolidColor.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGResourceSolidColor_h
-#define RenderSVGResourceSolidColor_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Color.h&quot;
</span><span class="cx"> #include &quot;RenderSVGResource.h&quot;
</span><span class="lines">@@ -47,8 +46,6 @@
</span><span class="cx">     Color m_color;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_SVG_RESOURCE(RenderSVGResourceSolidColor, SolidColorResourceType)
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGRooth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGRoot.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGRoot.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGRoot.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,12 +20,10 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGRoot_h
-#define RenderSVGRoot_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="cx"> #include &quot;RenderReplaced.h&quot;
</span><del>-
</del><span class="cx"> #include &quot;SVGRenderSupport.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -129,5 +127,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderSVGRoot, isSVGRoot())
</span><del>-
-#endif // RenderSVGRoot_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGShapeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGShape.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGShape.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGShape.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGShape_h
-#define RenderSVGShape_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AffineTransform.h&quot;
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="lines">@@ -135,5 +134,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderSVGShape, isSVGShape())
</span><del>-
-#endif // RenderSVGShape_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGTSpanh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGTSpan.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGTSpan.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGTSpan.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,13 +19,13 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGTSpan_h
-#define RenderSVGTSpan_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderSVGInline.h&quot;
</span><span class="cx"> #include &quot;SVGTextPositioningElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><ins>+
</ins><span class="cx"> class RenderSVGTSpan final : public RenderSVGInline {
</span><span class="cx"> public:
</span><span class="cx">     explicit RenderSVGTSpan(SVGTextPositioningElement&amp; element, RenderStyle&amp;&amp; style)
</span><span class="lines">@@ -40,8 +40,7 @@
</span><span class="cx">     const char* renderName() const override { return &quot;RenderSVGTSpan&quot;; }
</span><span class="cx">     bool isSVGTSpan() const override { return true; }
</span><span class="cx"> };
</span><del>-}
</del><span class="cx"> 
</span><ins>+} // namespace WebCore
+
</ins><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderSVGTSpan, isSVGTSpan())
</span><del>-
-#endif // !RenderSVGTSpan_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGTexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGText.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGText.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGText.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGText_h
-#define RenderSVGText_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AffineTransform.h&quot;
</span><span class="cx"> #include &quot;RenderSVGBlock.h&quot;
</span><span class="lines">@@ -108,5 +107,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderSVGText, isSVGText())
</span><del>-
-#endif // RenderSVGText_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGTextPathh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGTextPath.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGTextPath.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGTextPath.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGTextPath_h
-#define RenderSVGTextPath_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderSVGInline.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -48,5 +47,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderSVGTextPath, isSVGTextPath())
</span><del>-
-#endif // RenderSVGTextPath_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGTransformableContainerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGTransformableContainer.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGTransformableContainer.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGTransformableContainer.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGTransformableContainer_h
-#define RenderSVGTransformableContainer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderSVGContainer.h&quot;
</span><span class="cx"> #include &quot;SVGGraphicsElement.h&quot;
</span><span class="lines">@@ -51,5 +50,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderSVGTransformableContainer, isSVGTransformableContainer())
</span><del>-
-#endif // RenderSVGTransformableContainer_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGViewportContainerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGViewportContainer.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGViewportContainer.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGViewportContainer.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderSVGViewportContainer_h
-#define RenderSVGViewportContainer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderSVGContainer.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -70,5 +69,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderSVGViewportContainer, isSVGViewportContainer())
</span><del>-
-#endif // RenderSVGViewportContainer_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGInlineFlowBoxh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGInlineFlowBox.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGInlineFlowBox.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGInlineFlowBox.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGInlineFlowBox_h
-#define SVGInlineFlowBox_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;InlineFlowBox.h&quot;
</span><span class="cx"> #include &quot;RenderSVGInline.h&quot;
</span><span class="lines">@@ -54,5 +53,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_INLINE_BOX(SVGInlineFlowBox, isSVGInlineFlowBox())
</span><del>-
-#endif // SVGInlineFlowBox_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGInlineTextBoxh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGInlineTextBox.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGInlineTextBox.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGInlineTextBox.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGInlineTextBox_h
-#define SVGInlineTextBox_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;InlineTextBox.h&quot;
</span><span class="cx"> #include &quot;SVGTextLayoutEngine.h&quot;
</span><span class="lines">@@ -95,5 +94,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_INLINE_BOX(SVGInlineTextBox, isSVGInlineTextBox())
</span><del>-
-#endif // SVGInlineTextBox_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGMarkerDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGMarkerData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGMarkerData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGMarkerData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGMarkerData_h
-#define SVGMarkerData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatConversion.h&quot;
</span><span class="cx"> #include &quot;Path.h&quot;
</span><span class="lines">@@ -153,6 +152,4 @@
</span><span class="cx">     bool m_reverseStart;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // SVGMarkerData_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGPathDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGPathData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGPathData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGPathData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathData_h
-#define SVGPathData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -27,6 +26,4 @@
</span><span class="cx"> 
</span><span class="cx"> void updatePathFromGraphicsElement(SVGElement*, Path&amp;);
</span><span class="cx"> 
</span><del>-};
-
-#endif // SVGPathData_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGRenderSupporth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGRenderSupport.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGRenderSupport.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGRenderSupport.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGRenderSupport_h
-#define SVGRenderSupport_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;PaintInfo.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -103,5 +102,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGRenderSupport_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGRenderTreeAsTexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGRenderTreeAsText.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGRenderTreeAsText.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGRenderTreeAsText.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGRenderTreeAsText_h
-#define SVGRenderTreeAsText_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderTreeAsText.h&quot;
</span><span class="cx"> #include &quot;TextStream.h&quot;
</span><span class="lines">@@ -85,5 +84,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGRenderTreeAsText_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGRenderingContexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGRenderingContext.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGRenderingContext.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGRenderingContext.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGRenderingContext_h
-#define SVGRenderingContext_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ImageBuffer.h&quot;
</span><span class="cx"> #include &quot;PaintInfo.h&quot;
</span><span class="lines">@@ -31,9 +30,9 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class AffineTransform;
</span><ins>+class FloatRect;
</ins><span class="cx"> class RenderElement;
</span><span class="cx"> class RenderObject;
</span><del>-class FloatRect;
</del><span class="cx"> class RenderSVGResourceFilter;
</span><span class="cx"> 
</span><span class="cx"> // SVGRenderingContext 
</span><span class="lines">@@ -112,5 +111,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGRenderingContext_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGResourcesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGResources.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGResources.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGResources.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,11 +17,9 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGResources_h
-#define SVGResources_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderSVGResourceMarker.h&quot;
</span><del>-
</del><span class="cx"> #include &lt;memory&gt;
</span><span class="cx"> #include &lt;wtf/HashSet.h&gt;
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span><span class="lines">@@ -160,6 +158,4 @@
</span><span class="cx">     RenderSVGResourceContainer* m_linkedResource;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGResourcesCacheh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGResourcesCache.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGResourcesCache.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGResourcesCache.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGResourcesCache_h
-#define SVGResourcesCache_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderStyleConstants.h&quot;
</span><span class="cx"> #include &lt;memory&gt;
</span><span class="lines">@@ -67,6 +66,4 @@
</span><span class="cx">     CacheMap m_cache;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGResourcesCycleSolverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGResourcesCycleSolver.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGResourcesCycleSolver.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGResourcesCycleSolver.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGResourcesCycleSolver_h
-#define SVGResourcesCycleSolver_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/HashSet.h&gt;
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span><span class="lines">@@ -46,6 +45,4 @@
</span><span class="cx">     HashSet&lt;RenderSVGResourceContainer*&gt; m_allResources; 
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGRootInlineBoxh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGRootInlineBox.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGRootInlineBox.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGRootInlineBox.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGRootInlineBox_h
-#define SVGRootInlineBox_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RootInlineBox.h&quot;
</span><span class="cx"> #include &quot;SVGRenderSupport.h&quot;
</span><span class="lines">@@ -62,5 +61,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_INLINE_BOX(SVGRootInlineBox, isSVGRootInlineBox())
</span><del>-
-#endif // SVGRootInlineBox_h
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGSubpathDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGSubpathData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGSubpathData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGSubpathData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGSubpathData_h
-#define SVGSubpathData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Path.h&quot;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="lines">@@ -87,7 +86,4 @@
</span><span class="cx">     bool m_pathIsZeroLength { false };
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // SVGSubpathData_h
-
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGTextChunkh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGTextChunk.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGTextChunk.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGTextChunk.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGTextChunk_h
-#define SVGTextChunk_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGRenderStyleDefs.h&quot;
</span><span class="cx"> #include &quot;SVGTextContentElement.h&quot;
</span><span class="lines">@@ -72,5 +71,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGTextChunkBuilderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGTextChunkBuilder.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGTextChunkBuilder.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGTextChunkBuilder.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGTextChunkBuilder_h
-#define SVGTextChunkBuilder_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGTextChunk.h&quot;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="lines">@@ -55,5 +54,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGTextFragmenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGTextFragment.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGTextFragment.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGTextFragment.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGTextFragment_h
-#define SVGTextFragment_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AffineTransform.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -109,5 +108,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGTextLayoutAttributesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGTextLayoutAttributes.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGTextLayoutAttributes.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGTextLayoutAttributes.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGTextLayoutAttributes_h
-#define SVGTextLayoutAttributes_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGTextMetrics.h&quot;
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="lines">@@ -74,5 +73,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGTextLayoutAttributesBuilderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGTextLayoutAttributesBuilder.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGTextLayoutAttributesBuilder.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGTextLayoutAttributesBuilder.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGTextLayoutAttributesBuilder_h
-#define SVGTextLayoutAttributesBuilder_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGTextMetricsBuilder.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -77,5 +76,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGTextLayoutEngineh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGTextLayoutEngine.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGTextLayoutEngine.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGTextLayoutEngine.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGTextLayoutEngine_h
-#define SVGTextLayoutEngine_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Path.h&quot;
</span><span class="cx"> #include &quot;SVGTextChunkBuilder.h&quot;
</span><span class="lines">@@ -105,5 +104,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGTextLayoutEngineBaselineh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGTextLayoutEngineBaseline.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGTextLayoutEngineBaseline.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGTextLayoutEngineBaseline.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGTextLayoutEngineBaseline_h
-#define SVGTextLayoutEngineBaseline_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGRenderStyleDefs.h&quot;
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span><span class="lines">@@ -49,5 +48,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGTextLayoutEngineSpacingh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGTextLayoutEngineSpacing.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGTextLayoutEngineSpacing.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGTextLayoutEngineSpacing.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGTextLayoutEngineSpacing_h
-#define SVGTextLayoutEngineSpacing_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGTextMetrics.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -42,5 +41,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGTextMetricsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGTextMetrics.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGTextMetrics.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGTextMetrics.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGTextMetrics_h
-#define SVGTextMetrics_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -78,5 +77,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGTextMetricsBuilderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGTextMetricsBuilder.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGTextMetricsBuilder.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGTextMetricsBuilder.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGTextMetricsBuilder_h
-#define SVGTextMetricsBuilder_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGTextLayoutAttributes.h&quot;
</span><span class="cx"> #include &quot;TextRun.h&quot;
</span><span class="lines">@@ -63,5 +62,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGTextQueryh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGTextQuery.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGTextQuery.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/rendering/svg/SVGTextQuery.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGTextQuery_h
-#define SVGTextQuery_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="cx"> #include &quot;SVGPoint.h&quot;
</span><span class="lines">@@ -69,6 +68,4 @@
</span><span class="cx">     Vector&lt;SVGInlineTextBox*&gt; m_textBoxes;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorestyleAttributeChangeInvalidationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/style/AttributeChangeInvalidation.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/style/AttributeChangeInvalidation.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/style/AttributeChangeInvalidation.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef AttributeChangeInvalidation_h
-#define AttributeChangeInvalidation_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Element.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -68,6 +67,3 @@
</span><span class="cx">     
</span><span class="cx"> }
</span><span class="cx"> }
</span><del>-
-#endif
-
</del></span></pre></div>
<a id="trunkSourceWebCorestyleClassChangeInvalidationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/style/ClassChangeInvalidation.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/style/ClassChangeInvalidation.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/style/ClassChangeInvalidation.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ClassChangeInvalidation_h
-#define ClassChangeInvalidation_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Element.h&quot;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="lines">@@ -72,6 +71,3 @@
</span><span class="cx"> 
</span><span class="cx"> }
</span><span class="cx"> }
</span><del>-
-#endif
-
</del></span></pre></div>
<a id="trunkSourceWebCorestyleIdChangeInvalidationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/style/IdChangeInvalidation.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/style/IdChangeInvalidation.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/style/IdChangeInvalidation.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef IdChangeInvalidation_h
-#define IdChangeInvalidation_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Element.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -67,6 +66,3 @@
</span><span class="cx"> 
</span><span class="cx"> }
</span><span class="cx"> }
</span><del>-
-#endif
-
</del></span></pre></div>
<a id="trunkSourceWebCorestyleInlineTextBoxStyleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/style/InlineTextBoxStyle.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/style/InlineTextBoxStyle.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/style/InlineTextBoxStyle.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef InlineTextBoxStyle_h
-#define InlineTextBoxStyle_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FontCascade.h&quot;
</span><span class="cx"> #include &quot;RenderStyleConstants.h&quot;
</span><span class="lines">@@ -49,6 +48,4 @@
</span><span class="cx"> void getWavyStrokeParameters(float strokeThickness, float&amp; controlPointDistance, float&amp; step);
</span><span class="cx"> int computeUnderlineOffset(TextUnderlinePosition, const FontMetrics&amp;, const InlineTextBox*, int textDecorationThickness);
</span><span class="cx">     
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorestyleRenderTreePositionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/style/RenderTreePosition.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/style/RenderTreePosition.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/style/RenderTreePosition.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderTreePosition_h
-#define RenderTreePosition_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderElement.h&quot;
</span><span class="cx"> #include &quot;RenderNamedFlowThread.h&quot;
</span><span class="lines">@@ -99,6 +98,4 @@
</span><span class="cx">     m_parent.addChild(&amp;renderer, m_nextSibling);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorestyleRenderTreeUpdaterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/style/RenderTreeUpdater.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/style/RenderTreeUpdater.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/style/RenderTreeUpdater.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RenderTreeUpdater_h
-#define RenderTreeUpdater_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderTreePosition.h&quot;
</span><span class="cx"> #include &quot;StyleChange.h&quot;
</span><span class="lines">@@ -84,5 +83,4 @@
</span><span class="cx">     HashSet&lt;Text*&gt; m_invalidatedWhitespaceOnlyTextSiblings;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorestyleStyleChangeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/style/StyleChange.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/style/StyleChange.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/style/StyleChange.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleChange_h
-#define StyleChange_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -38,5 +37,3 @@
</span><span class="cx"> 
</span><span class="cx"> }
</span><span class="cx"> }
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorestyleStyleFontSizeFunctionsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/style/StyleFontSizeFunctions.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/style/StyleFontSizeFunctions.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/style/StyleFontSizeFunctions.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleFontSizeFunctions_h
-#define StyleFontSizeFunctions_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;TextFlags.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -48,5 +47,3 @@
</span><span class="cx"> 
</span><span class="cx"> }
</span><span class="cx"> }
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorestyleStyleRelationsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/style/StyleRelations.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/style/StyleRelations.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/style/StyleRelations.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleRelations_h
-#define StyleRelations_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -74,5 +73,3 @@
</span><span class="cx"> 
</span><span class="cx"> }
</span><span class="cx"> }
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorestyleStyleResolveForDocumenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/style/StyleResolveForDocument.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/style/StyleResolveForDocument.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/style/StyleResolveForDocument.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleResolveForDocument_h
-#define StyleResolveForDocument_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Ref.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -39,5 +38,3 @@
</span><span class="cx"> 
</span><span class="cx"> }
</span><span class="cx"> }
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorestyleStyleSharingResolverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/style/StyleSharingResolver.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/style/StyleSharingResolver.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/style/StyleSharingResolver.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleSharingResolver_h
-#define StyleSharingResolver_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -69,5 +68,3 @@
</span><span class="cx"> 
</span><span class="cx"> }
</span><span class="cx"> }
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorestyleStyleUpdateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/style/StyleUpdate.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/style/StyleUpdate.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/style/StyleUpdate.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyleUpdate_h
-#define StyleUpdate_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Node.h&quot;
</span><span class="cx"> #include &quot;StyleChange.h&quot;
</span><span class="lines">@@ -85,4 +84,3 @@
</span><span class="cx"> 
</span><span class="cx"> }
</span><span class="cx"> }
</span><del>-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgGradientAttributesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/GradientAttributes.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/GradientAttributes.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/GradientAttributes.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef GradientAttributes_h
-#define GradientAttributes_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGGradientElement.h&quot;
</span><span class="cx"> #include &quot;SVGUnitTypes.h&quot;
</span><span class="lines">@@ -94,5 +93,3 @@
</span><span class="cx"> COMPILE_ASSERT(sizeof(GradientAttributes) == sizeof(SameSizeAsGradientAttributes), GradientAttributes_size_guard);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgLinearGradientAttributesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/LinearGradientAttributes.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/LinearGradientAttributes.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/LinearGradientAttributes.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef LinearGradientAttributes_h
-#define LinearGradientAttributes_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;GradientAttributes.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -66,5 +65,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgPatternAttributesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/PatternAttributes.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/PatternAttributes.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/PatternAttributes.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef PatternAttributes_h
-#define PatternAttributes_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGLength.h&quot;
</span><span class="cx"> #include &quot;SVGPreserveAspectRatio.h&quot;
</span><span class="lines">@@ -160,5 +159,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgRadialGradientAttributesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/RadialGradientAttributes.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/RadialGradientAttributes.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/RadialGradientAttributes.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,12 +17,12 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RadialGradientAttributes_h
-#define RadialGradientAttributes_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;GradientAttributes.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><ins>+
</ins><span class="cx"> struct RadialGradientAttributes : GradientAttributes {
</span><span class="cx">     RadialGradientAttributes()
</span><span class="cx">         : m_cx(LengthModeWidth, &quot;50%&quot;)
</span><span class="lines">@@ -77,5 +77,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAElement_h
-#define SVGAElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGExternalResourcesRequired.h&quot;
</span><span class="lines">@@ -71,5 +70,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGAElement_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAltGlyphDefElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAltGlyphDefElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAltGlyphDefElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAltGlyphDefElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,10 +17,10 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAltGlyphDefElement_h
-#define SVGAltGlyphDefElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(SVG_FONTS)
</span><ins>+
</ins><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -38,7 +38,6 @@
</span><span class="cx">     bool rendererIsNeeded(const RenderStyle&amp;) final { return false; }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><del>-#endif
-#endif
</del><ins>+#endif // ENABLE(SVG_FONTS)
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAltGlyphItemElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAltGlyphItemElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAltGlyphItemElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAltGlyphItemElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,10 +17,10 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAltGlyphItemElement_h
-#define SVGAltGlyphItemElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(SVG_FONTS)
</span><ins>+
</ins><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -38,8 +38,6 @@
</span><span class="cx">     bool rendererIsNeeded(const RenderStyle&amp;) final { return false; }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><del>-#endif
-#endif
-
</del><ins>+#endif // ENABLE(SVG_FONTS)
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimateColorElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimateColorElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimateColorElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimateColorElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimateColorElement_h
-#define SVGAnimateColorElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimateElementBase.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -36,5 +35,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGAnimateColorElement_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimateElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimateElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimateElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimateElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimateElement_h
-#define SVGAnimateElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimateElementBase.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -41,5 +40,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGAnimateElement_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimateElementBaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimateElementBase.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimateElementBase.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimateElementBase.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimateElementBase_h
-#define SVGAnimateElementBase_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedType.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedTypeAnimator.h&quot;
</span><span class="lines">@@ -82,5 +81,3 @@
</span><span class="cx">     }
</span><span class="cx">     static bool isType(const WebCore::Node&amp; node) { return is&lt;WebCore::SVGElement&gt;(node) &amp;&amp; isType(downcast&lt;WebCore::SVGElement&gt;(node)); }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif // SVGAnimateElementBase_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimateMotionElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimateMotionElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimateMotionElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimateMotionElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,8 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimateMotionElement_h
-#define SVGAnimateMotionElement_h
</del><ins>+#pragma once
+
</ins><span class="cx"> #include &quot;Path.h&quot;
</span><span class="cx"> #include &quot;SVGAnimationElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -71,5 +71,3 @@
</span><span class="cx"> };
</span><span class="cx">     
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGAnimateMotionElement_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimateTransformElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimateTransformElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimateTransformElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimateTransformElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimateTransformElement_h
-#define SVGAnimateTransformElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimateElementBase.h&quot;
</span><span class="cx"> #include &quot;SVGTransform.h&quot;
</span><span class="lines">@@ -46,5 +45,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGAnimateTransformElement_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedAngleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedAngle.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedAngle.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimatedAngle.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedAngle_h
-#define SVGAnimatedAngle_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAngle.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedPropertyTearOff.h&quot;
</span><span class="lines">@@ -56,5 +55,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedBooleanh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedBoolean.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedBoolean.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimatedBoolean.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedBoolean_h
-#define SVGAnimatedBoolean_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedStaticPropertyTearOff.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedTypeAnimator.h&quot;
</span><span class="lines">@@ -56,5 +55,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedColorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedColor.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedColor.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimatedColor.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedColor_h
-#define SVGAnimatedColor_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedTypeAnimator.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -41,5 +40,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedEnumerationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedEnumeration.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedEnumeration.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimatedEnumeration.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedEnumeration_h
-#define SVGAnimatedEnumeration_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedEnumerationPropertyTearOff.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedPropertyMacros.h&quot;
</span><span class="lines">@@ -52,5 +51,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedIntegerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedInteger.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedInteger.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimatedInteger.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedInteger_h
-#define SVGAnimatedInteger_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedPropertyMacros.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedStaticPropertyTearOff.h&quot;
</span><span class="lines">@@ -59,5 +58,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedIntegerOptionalIntegerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedIntegerOptionalInteger.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedIntegerOptionalInteger.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimatedIntegerOptionalInteger.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedIntegerOptionalInteger_h
-#define SVGAnimatedIntegerOptionalInteger_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedTypeAnimator.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -43,5 +42,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedLengthh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedLength.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedLength.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimatedLength.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedLength_h
-#define SVGAnimatedLength_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedPropertyTearOff.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedTypeAnimator.h&quot;
</span><span class="lines">@@ -60,5 +59,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedLengthListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedLengthList.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedLengthList.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimatedLengthList.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedLengthList_h
-#define SVGAnimatedLengthList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedListPropertyTearOff.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedTypeAnimator.h&quot;
</span><span class="lines">@@ -57,5 +56,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedNumberh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedNumber.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedNumber.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimatedNumber.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedNumber_h
-#define SVGAnimatedNumber_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedPropertyMacros.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedStaticPropertyTearOff.h&quot;
</span><span class="lines">@@ -57,5 +56,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedNumberListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedNumberList.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedNumberList.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimatedNumberList.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedNumberList_h
-#define SVGAnimatedNumberList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedListPropertyTearOff.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedTypeAnimator.h&quot;
</span><span class="lines">@@ -54,5 +53,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedNumberOptionalNumberh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedNumberOptionalNumber.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedNumberOptionalNumber.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimatedNumberOptionalNumber.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedNumberOptionalNumber_h
-#define SVGAnimatedNumberOptionalNumber_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedTypeAnimator.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -43,5 +42,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedPathh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedPath.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedPath.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimatedPath.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedPath_h
-#define SVGAnimatedPath_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedTypeAnimator.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -46,5 +45,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedPointListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedPointList.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedPointList.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimatedPointList.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedPointList_h
-#define SVGAnimatedPointList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedListPropertyTearOff.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedTypeAnimator.h&quot;
</span><span class="lines">@@ -47,5 +46,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedPreserveAspectRatioh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedPreserveAspectRatio.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedPreserveAspectRatio.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimatedPreserveAspectRatio.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedPreserveAspectRatio_h
-#define SVGAnimatedPreserveAspectRatio_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedPropertyTearOff.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedTypeAnimator.h&quot;
</span><span class="lines">@@ -57,5 +56,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedRecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedRect.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedRect.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimatedRect.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedRect_h
-#define SVGAnimatedRect_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedPropertyMacros.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedPropertyTearOff.h&quot;
</span><span class="lines">@@ -60,5 +59,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedStringh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedString.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedString.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimatedString.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedString_h
-#define SVGAnimatedString_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedPropertyMacros.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedStaticPropertyTearOff.h&quot;
</span><span class="lines">@@ -57,5 +56,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedTransformListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedTransformList.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedTransformList.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimatedTransformList.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedTransformList_h
-#define SVGAnimatedTransformList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedTransformListPropertyTearOff.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedTypeAnimator.h&quot;
</span><span class="lines">@@ -56,5 +55,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedType.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedType.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimatedType.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedType_h
-#define SVGAnimatedType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="cx"> #include &quot;SVGAngleValue.h&quot;
</span><span class="lines">@@ -301,5 +300,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGAnimatedType_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedTypeAnimatorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedTypeAnimator.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedTypeAnimator.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimatedTypeAnimator.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedTypeAnimator_h
-#define SVGAnimatedTypeAnimator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedProperty.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedType.h&quot;
</span><span class="lines">@@ -222,5 +221,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGAnimatedTypeAnimator_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatorFactoryh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatorFactory.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatorFactory.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGAnimatorFactory.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatorFactory_h
-#define SVGAnimatorFactory_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedAngle.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="lines">@@ -97,5 +96,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGAnimatorFactory_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGCircleElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGCircleElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGCircleElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGCircleElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGCircleElement_h
-#define SVGCircleElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedLength.h&quot;
</span><span class="lines">@@ -54,5 +53,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGCircleElement_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGClipPathElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGClipPathElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGClipPathElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGClipPathElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGClipPathElement_h
-#define SVGClipPathElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="lines">@@ -56,6 +55,4 @@
</span><span class="cx">     END_DECLARE_ANIMATED_PROPERTIES
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgSVGComponentTransferFunctionElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGComponentTransferFunctionElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGComponentTransferFunctionElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGComponentTransferFunctionElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGComponentTransferFunctionElement_h
-#define SVGComponentTransferFunctionElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FEComponentTransfer.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="lines">@@ -97,5 +96,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGCursorElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGCursorElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGCursorElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGCursorElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGCursorElement_h
-#define SVGCursorElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedLength.h&quot;
</span><span class="lines">@@ -74,5 +73,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGDefsElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGDefsElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGDefsElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGDefsElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGDefsElement_h
-#define SVGDefsElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGExternalResourcesRequired.h&quot;
</span><span class="lines">@@ -46,5 +45,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGDescElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGDescElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGDescElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGDescElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGDescElement_h
-#define SVGDescElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -38,5 +37,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGDocumenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGDocument.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGDocument.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGDocument.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGDocument_h
-#define SVGDocument_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;XMLDocument.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -57,5 +56,3 @@
</span><span class="cx">     static bool isType(const WebCore::Document&amp; document) { return document.isSVGDocument(); }
</span><span class="cx">     static bool isType(const WebCore::Node&amp; node) { return is&lt;WebCore::Document&gt;(node) &amp;&amp; isType(downcast&lt;WebCore::Document&gt;(node)); }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif // SVGDocument_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGDocumentExtensionsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGDocumentExtensions.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGDocumentExtensions.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGDocumentExtensions.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGDocumentExtensions_h
-#define SVGDocumentExtensions_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="lines">@@ -29,15 +28,13 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class Document;
</span><ins>+class Element;
</ins><span class="cx"> class RenderSVGResourceContainer;
</span><span class="cx"> class SVGElement;
</span><del>-#if ENABLE(SVG_FONTS)
</del><span class="cx"> class SVGFontFaceElement;
</span><del>-#endif
</del><span class="cx"> class SVGResourcesCache;
</span><span class="cx"> class SVGSMILElement;
</span><span class="cx"> class SVGSVGElement;
</span><del>-class Element;
</del><span class="cx"> 
</span><span class="cx"> class SVGDocumentExtensions {
</span><span class="cx">     WTF_MAKE_NONCOPYABLE(SVGDocumentExtensions); WTF_MAKE_FAST_ALLOCATED;
</span><span class="lines">@@ -111,6 +108,4 @@
</span><span class="cx">     std::unique_ptr&lt;PendingElements&gt; removePendingResourceForRemoval(const AtomicString&amp;);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgSVGElementRareDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGElementRareData.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGElementRareData.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGElementRareData.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGElementRareData_h
-#define SVGElementRareData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;StyleProperties.h&quot;
</span><span class="cx"> #include &quot;StyleResolver.h&quot;
</span><span class="lines">@@ -86,6 +85,4 @@
</span><span class="cx">     std::unique_ptr&lt;RenderStyle&gt; m_overrideComputedStyle;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgSVGEllipseElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGEllipseElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGEllipseElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGEllipseElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGEllipseElement_h
-#define SVGEllipseElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedLength.h&quot;
</span><span class="lines">@@ -55,5 +54,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGExceptionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGException.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGException.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGException.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGException_h
-#define SVGException_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ExceptionBase.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -51,5 +50,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGException_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGExternalResourcesRequiredh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGExternalResourcesRequired.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGExternalResourcesRequired.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGExternalResourcesRequired.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGExternalResourcesRequired_h
-#define SVGExternalResourcesRequired_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;QualifiedName.h&quot;
</span><span class="cx"> #include &lt;wtf/HashSet.h&gt;
</span><span class="lines">@@ -60,5 +59,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEBlendElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEBlendElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEBlendElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFEBlendElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFEBlendElement_h
-#define SVGFEBlendElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FEBlend.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="lines">@@ -71,5 +70,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEColorMatrixElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEColorMatrixElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEColorMatrixElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFEColorMatrixElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFEColorMatrixElement_h
-#define SVGFEColorMatrixElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FEColorMatrix.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="lines">@@ -85,5 +84,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEComponentTransferElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEComponentTransferElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEComponentTransferElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFEComponentTransferElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFEComponentTransferElement_h
-#define SVGFEComponentTransferElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FEComponentTransfer.h&quot;
</span><span class="cx"> #include &quot;SVGFilterPrimitiveStandardAttributes.h&quot;
</span><span class="lines">@@ -43,5 +42,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFECompositeElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFECompositeElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFECompositeElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFECompositeElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFECompositeElement_h
-#define SVGFECompositeElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FEComposite.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="lines">@@ -104,5 +103,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEConvolveMatrixElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEConvolveMatrixElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEConvolveMatrixElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFEConvolveMatrixElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFEConvolveMatrixElement_h
-#define SVGFEConvolveMatrixElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FEConvolveMatrix.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="lines">@@ -100,5 +99,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEDiffuseLightingElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEDiffuseLightingElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEDiffuseLightingElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFEDiffuseLightingElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFEDiffuseLightingElement_h
-#define SVGFEDiffuseLightingElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGFELightElement.h&quot;
</span><span class="cx"> #include &quot;SVGFilterPrimitiveStandardAttributes.h&quot;
</span><span class="lines">@@ -56,5 +55,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEDisplacementMapElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEDisplacementMapElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEDisplacementMapElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFEDisplacementMapElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFEDisplacementMapElement_h
-#define SVGFEDisplacementMapElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FEDisplacementMap.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="lines">@@ -88,5 +87,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGFEDisplacementMapElement_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEDistantLightElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEDistantLightElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEDistantLightElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFEDistantLightElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFEDistantLightElement_h
-#define SVGFEDistantLightElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGFELightElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -35,5 +34,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEDropShadowElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEDropShadowElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEDropShadowElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFEDropShadowElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFEDropShadowElement_h
-#define SVGFEDropShadowElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FEDropShadow.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedNumber.h&quot;
</span><span class="lines">@@ -52,5 +51,3 @@
</span><span class="cx"> };
</span><span class="cx">     
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEFloodElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEFloodElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEFloodElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFEFloodElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFEFloodElement_h
-#define SVGFEFloodElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FEFlood.h&quot;
</span><span class="cx"> #include &quot;SVGFilterPrimitiveStandardAttributes.h&quot;
</span><span class="lines">@@ -38,5 +37,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEFuncAElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEFuncAElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEFuncAElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFEFuncAElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFEFuncAElement_h
-#define SVGFEFuncAElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGComponentTransferFunctionElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -34,5 +33,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEFuncBElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEFuncBElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEFuncBElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFEFuncBElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFEFuncBElement_h
-#define SVGFEFuncBElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGComponentTransferFunctionElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -34,5 +33,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEFuncGElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEFuncGElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEFuncGElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFEFuncGElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFEFuncGElement_h
-#define SVGFEFuncGElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGComponentTransferFunctionElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -34,5 +33,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEFuncRElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEFuncRElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEFuncRElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFEFuncRElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFEFuncRElement_h
-#define SVGFEFuncRElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGComponentTransferFunctionElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -34,5 +33,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEGaussianBlurElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEGaussianBlurElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEGaussianBlurElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFEGaussianBlurElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFEGaussianBlurElement_h
-#define SVGFEGaussianBlurElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FEGaussianBlur.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="lines">@@ -54,5 +53,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFELightElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFELightElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFELightElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFELightElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFELightElement_h
-#define SVGFELightElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LightSource.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedNumber.h&quot;
</span><span class="lines">@@ -59,5 +58,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEMergeElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEMergeElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEMergeElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFEMergeElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFEMergeElement_h
-#define SVGFEMergeElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FEMerge.h&quot;
</span><span class="cx"> #include &quot;SVGFilterPrimitiveStandardAttributes.h&quot;
</span><span class="lines">@@ -37,5 +36,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEMergeNodeElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEMergeNodeElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEMergeNodeElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFEMergeNodeElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFEMergeNodeElement_h
-#define SVGFEMergeNodeElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedString.h&quot;
</span><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="lines">@@ -43,5 +42,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEMorphologyElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEMorphologyElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEMorphologyElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFEMorphologyElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFEMorphologyElement_h
-#define SVGFEMorphologyElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FEMorphology.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="lines">@@ -82,5 +81,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEOffsetElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEOffsetElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEOffsetElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFEOffsetElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFEOffsetElement_h
-#define SVGFEOffsetElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FEOffset.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedNumber.h&quot;
</span><span class="lines">@@ -46,5 +45,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEPointLightElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEPointLightElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEPointLightElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFEPointLightElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFEPointLightElement_h
-#define SVGFEPointLightElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGFELightElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -35,5 +34,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFESpecularLightingElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFESpecularLightingElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFESpecularLightingElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFESpecularLightingElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFESpecularLightingElement_h
-#define SVGFESpecularLightingElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FESpecularLighting.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedNumber.h&quot;
</span><span class="lines">@@ -56,5 +55,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFESpotLightElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFESpotLightElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFESpotLightElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFESpotLightElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFESpotLightElement_h
-#define SVGFESpotLightElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGFELightElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -35,5 +34,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFETileElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFETileElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFETileElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFETileElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFETileElement_h
-#define SVGFETileElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FETile.h&quot;
</span><span class="cx"> #include &quot;SVGFilterPrimitiveStandardAttributes.h&quot;
</span><span class="lines">@@ -43,5 +42,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFETurbulenceElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFETurbulenceElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFETurbulenceElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFETurbulenceElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFETurbulenceElement_h
-#define SVGFETurbulenceElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FETurbulence.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="lines">@@ -119,5 +118,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFilterElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFilterElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFilterElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFilterElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFilterElement_h
-#define SVGFilterElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="lines">@@ -75,6 +74,4 @@
</span><span class="cx">     END_DECLARE_ANIMATED_PROPERTIES
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFilterPrimitiveStandardAttributesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFilterPrimitiveStandardAttributes_h
-#define SVGFilterPrimitiveStandardAttributes_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderSVGResourceFilter.h&quot;
</span><span class="cx"> #include &quot;RenderSVGResourceFilterPrimitive.h&quot;
</span><span class="lines">@@ -26,7 +25,6 @@
</span><span class="cx"> #include &quot;SVGAnimatedLength.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedString.h&quot;
</span><span class="cx"> #include &quot;SVGElement.h&quot;
</span><del>-
</del><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -91,5 +89,3 @@
</span><span class="cx">     static bool isType(const WebCore::SVGElement&amp; element) { return element.isFilterEffect(); }
</span><span class="cx">     static bool isType(const WebCore::Node&amp; node) { return is&lt;WebCore::SVGElement&gt;(node) &amp;&amp; isType(downcast&lt;WebCore::SVGElement&gt;(node)); }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFitToViewBoxh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFitToViewBox.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFitToViewBox.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFitToViewBox.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFitToViewBox_h
-#define SVGFitToViewBox_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="cx"> #include &quot;QualifiedName.h&quot;
</span><span class="lines">@@ -67,5 +66,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGFitToViewBox_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFontElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFontElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFontElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFontElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,10 +19,10 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFontElement_h
-#define SVGFontElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(SVG_FONTS)
</span><ins>+
</ins><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="cx"> #include &quot;SVGExternalResourcesRequired.h&quot;
</span><span class="lines">@@ -60,4 +60,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SVG_FONTS)
</span><del>-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFontFaceElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFontFaceElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFontFaceElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFontFaceElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,10 +19,10 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFontFaceElement_h
-#define SVGFontFaceElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(SVG_FONTS)
</span><ins>+
</ins><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -70,6 +70,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SVG_FONTS)
</span><del>-#endif
-
-// vim:ts=4:noet
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFontFaceFormatElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFontFaceFormatElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFontFaceFormatElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFontFaceFormatElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,10 +17,10 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFontFaceFormatElement_h
-#define SVGFontFaceFormatElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(SVG_FONTS)
</span><ins>+
</ins><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -39,6 +39,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SVG_FONTS)
</span><del>-#endif
-
-// vim:ts=4:noet
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFontFaceNameElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFontFaceNameElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFontFaceNameElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFontFaceNameElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,10 +17,10 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFontFaceNameElement_h
-#define SVGFontFaceNameElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(SVG_FONTS)
</span><ins>+
</ins><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -42,6 +42,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SVG_FONTS)
</span><del>-#endif
-
-// vim:ts=4:noet
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFontFaceSrcElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFontFaceSrcElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFontFaceSrcElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFontFaceSrcElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,10 +17,10 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFontFaceSrcElement_h
-#define SVGFontFaceSrcElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(SVG_FONTS)
</span><ins>+
</ins><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -43,6 +43,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SVG_FONTS)
</span><del>-#endif
-
-// vim:ts=4:noet
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFontFaceUriElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFontFaceUriElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFontFaceUriElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGFontFaceUriElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,10 +17,10 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFontFaceUriElement_h
-#define SVGFontFaceUriElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(SVG_FONTS)
</span><ins>+
</ins><span class="cx"> #include &quot;CachedFontClient.h&quot;
</span><span class="cx"> #include &quot;CachedResourceHandle.h&quot;
</span><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="lines">@@ -53,5 +53,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SVG_FONTS)
</span><del>-
-#endif // SVGFontFaceUriElement_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGForeignObjectElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGForeignObjectElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGForeignObjectElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGForeignObjectElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGForeignObjectElement_h
-#define SVGForeignObjectElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedLength.h&quot;
</span><span class="lines">@@ -59,5 +58,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGGElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGGElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGGElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGGElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGGElement_h
-#define SVGGElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGExternalResourcesRequired.h&quot;
</span><span class="lines">@@ -52,5 +51,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGGlyphElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGGlyphElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGGlyphElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGGlyphElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,10 +19,10 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGGlyphElement_h
-#define SVGGlyphElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(SVG_FONTS)
</span><ins>+
</ins><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -43,4 +43,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SVG_FONTS)
</span><del>-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGGradientElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGGradientElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGGradientElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGGradientElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGGradientElement_h
-#define SVGGradientElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Gradient.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="lines">@@ -119,5 +118,3 @@
</span><span class="cx">     return is&lt;WebCore::SVGElement&gt;(node) &amp;&amp; isType(downcast&lt;WebCore::SVGElement&gt;(node));
</span><span class="cx"> }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGGraphicsElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGGraphicsElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGGraphicsElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGGraphicsElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGGraphicsElement_h
-#define SVGGraphicsElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedTransformList.h&quot;
</span><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="lines">@@ -90,5 +89,3 @@
</span><span class="cx">     static bool isType(const WebCore::SVGElement&amp; element) { return element.isSVGGraphicsElement(); }
</span><span class="cx">     static bool isType(const WebCore::Node&amp; node) { return is&lt;WebCore::SVGElement&gt;(node) &amp;&amp; isType(downcast&lt;WebCore::SVGElement&gt;(node)); }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif // SVGGraphicsElement_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGHKernElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGHKernElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGHKernElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGHKernElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,10 +19,10 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGHKernElement_h
-#define SVGHKernElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(SVG_FONTS)
</span><ins>+
</ins><span class="cx"> #include &quot;SVGFontElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -42,4 +42,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SVG_FONTS)
</span><del>-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGImageElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGImageElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGImageElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGImageElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGImageElement_h
-#define SVGImageElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedLength.h&quot;
</span><span class="lines">@@ -75,5 +74,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGImageLoaderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGImageLoader.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGImageLoader.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGImageLoader.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGImageLoader_h
-#define SVGImageLoader_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ImageLoader.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -37,5 +36,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGImageLoader_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGLangSpaceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGLangSpace.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGLangSpace.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGLangSpace.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGLangSpace_h
-#define SVGLangSpace_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;QualifiedName.h&quot;
</span><span class="cx"> #include &lt;wtf/HashSet.h&gt;
</span><span class="lines">@@ -45,5 +44,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGLangSpace_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGLineElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGLineElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGLineElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGLineElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGLineElement_h
-#define SVGLineElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedLength.h&quot;
</span><span class="lines">@@ -56,5 +55,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGLinearGradientElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGLinearGradientElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGLinearGradientElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGLinearGradientElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGLinearGradientElement_h
-#define SVGLinearGradientElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedLength.h&quot;
</span><span class="cx"> #include &quot;SVGGradientElement.h&quot;
</span><span class="lines">@@ -55,5 +54,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGMPathElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGMPathElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGMPathElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGMPathElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGMPathElement_h
-#define SVGMPathElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedString.h&quot;
</span><span class="lines">@@ -64,5 +63,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGMPathElement_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGMarkerElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGMarkerElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGMarkerElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGMarkerElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGMarkerElement_h
-#define SVGMarkerElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedAngle.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="lines">@@ -173,6 +172,4 @@
</span><span class="cx">     mutable SVGSynchronizableAnimatedProperty&lt;SVGMarkerOrientType&gt; m_orientType;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgSVGMaskElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGMaskElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGMaskElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGMaskElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGMaskElement_h
-#define SVGMaskElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="lines">@@ -68,6 +67,4 @@
</span><span class="cx">     void synchronizeSystemLanguage() final { SVGTests::synchronizeSystemLanguage(this); }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgSVGMetadataElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGMetadataElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGMetadataElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGMetadataElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGMetadataElement_h
-#define SVGMetadataElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -36,5 +35,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGMissingGlyphElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGMissingGlyphElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGMissingGlyphElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGMissingGlyphElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,10 +17,10 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGMissingGlyphElement_h
-#define SVGMissingGlyphElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(SVG_FONTS)
</span><ins>+
</ins><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="cx"> #include &quot;SVGNames.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -39,4 +39,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SVG_FONTS)
</span><del>-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGParserUtilitiesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGParserUtilities.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGParserUtilities.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGParserUtilities.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGParserUtilities_h
-#define SVGParserUtilities_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ParserUtilities.h&quot;
</span><span class="cx"> #include &lt;wtf/HashSet.h&gt;
</span><span class="lines">@@ -87,5 +86,3 @@
</span><span class="cx"> bool parseGlyphName(const String&amp; input, HashSet&lt;String&gt;&amp; values);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGParserUtilities_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGParsingErrorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGParsingError.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGParsingError.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGParsingError.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGParsingError_h
-#define SVGParsingError_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -36,5 +35,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGParsingError_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathBlenderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathBlender.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathBlender.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathBlender.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathBlender_h
-#define SVGPathBlender_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathConsumer.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -76,5 +75,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGPathBlender_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathBuilderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathBuilder.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathBuilder.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathBuilder.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathBuilder_h
-#define SVGPathBuilder_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatPoint.h&quot;
</span><span class="cx"> #include &quot;SVGPathConsumer.h&quot;
</span><span class="lines">@@ -58,5 +57,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGPathBuilder_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathByteStreamh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathByteStream.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathByteStream.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathByteStream.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathByteStream_h
-#define SVGPathByteStream_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="lines">@@ -86,5 +85,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGPathByteStream_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathByteStreamBuilderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathByteStreamBuilder.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathByteStreamBuilder.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathByteStreamBuilder.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathByteStreamBuilder_h
-#define SVGPathByteStreamBuilder_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatPoint.h&quot;
</span><span class="cx"> #include &quot;SVGPathByteStream.h&quot;
</span><span class="lines">@@ -89,5 +88,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGPathByteStreamBuilder_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathByteStreamSourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathByteStreamSource.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathByteStreamSource.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathByteStreamSource.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathByteStreamSource_h
-#define SVGPathByteStreamSource_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatPoint.h&quot;
</span><span class="cx"> #include &quot;SVGPathByteStream.h&quot;
</span><span class="lines">@@ -91,5 +90,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGPathByteStreamSource_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathConsumerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathConsumer.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathConsumer.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathConsumer.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathConsumer_h
-#define SVGPathConsumer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatPoint.h&quot;
</span><span class="cx"> #include &lt;wtf/FastMalloc.h&gt;
</span><span class="lines">@@ -66,5 +65,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGPathConsumer_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathElement_h
-#define SVGPathElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedNumber.h&quot;
</span><span class="lines">@@ -137,5 +136,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathParser.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathParser.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathParser.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathParser_h
-#define SVGPathParser_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathConsumer.h&quot;
</span><span class="cx"> #include &quot;SVGPathSeg.h&quot;
</span><span class="lines">@@ -68,5 +67,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGPathParser_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSeg.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSeg.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSeg.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSeg_h
-#define SVGPathSeg_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -89,5 +88,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegArch"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegArc.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegArc.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegArc.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegArc_h
-#define SVGPathSegArc_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegWithContext.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -100,5 +99,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegArcAbsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegArcAbs.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegArcAbs.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegArcAbs.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegArcAbs_h
-#define SVGPathSegArcAbs_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegArc.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegArcRelh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegArcRel.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegArcRel.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegArcRel.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegArcRel_h
-#define SVGPathSegArcRel_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegArc.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegClosePathh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegClosePath.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegClosePath.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegClosePath.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegClosePath_h
-#define SVGPathSegClosePath_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegWithContext.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -43,5 +42,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegCurvetoCubich"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegCurvetoCubic.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegCurvetoCubic.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegCurvetoCubic.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegCurvetoCubic_h
-#define SVGPathSegCurvetoCubic_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegWithContext.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -90,5 +89,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegCurvetoCubicAbsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegCurvetoCubicAbs.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegCurvetoCubicAbs.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegCurvetoCubicAbs.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegCurvetoCubicAbs_h
-#define SVGPathSegCurvetoCubicAbs_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegCurvetoCubic.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegCurvetoCubicRelh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegCurvetoCubicRel.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegCurvetoCubicRel.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegCurvetoCubicRel.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegCurvetoCubicRel_h
-#define SVGPathSegCurvetoCubicRel_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegCurvetoCubic.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegCurvetoCubicSmoothh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegCurvetoCubicSmooth.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegCurvetoCubicSmooth.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegCurvetoCubicSmooth.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegCurvetoCubicSmooth_h
-#define SVGPathSegCurvetoCubicSmooth_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegWithContext.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -72,5 +71,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegCurvetoCubicSmoothAbsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegCurvetoCubicSmoothAbs.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegCurvetoCubicSmoothAbs.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegCurvetoCubicSmoothAbs.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegCurvetoCubicSmoothAbs_h
-#define SVGPathSegCurvetoCubicSmoothAbs_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegCurvetoCubicSmooth.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegCurvetoCubicSmoothRelh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegCurvetoCubicSmoothRel.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegCurvetoCubicSmoothRel.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegCurvetoCubicSmoothRel.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegCurvetoCubicSmoothRel_h
-#define SVGPathSegCurvetoCubicSmoothRel_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegCurvetoCubicSmooth.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegCurvetoQuadratich"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegCurvetoQuadratic.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegCurvetoQuadratic.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegCurvetoQuadratic.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegCurvetoQuadratic_h
-#define SVGPathSegCurvetoQuadratic_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegWithContext.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -72,5 +71,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegCurvetoQuadraticAbsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegCurvetoQuadraticAbs.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegCurvetoQuadraticAbs.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegCurvetoQuadraticAbs.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegCurvetoQuadraticAbs_h
-#define SVGPathSegCurvetoQuadraticAbs_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegCurvetoQuadratic.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegCurvetoQuadraticRelh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegCurvetoQuadraticRel.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegCurvetoQuadraticRel.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegCurvetoQuadraticRel.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegCurvetoQuadraticRel_h
-#define SVGPathSegCurvetoQuadraticRel_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegCurvetoQuadratic.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegCurvetoQuadraticSmoothAbsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegCurvetoQuadraticSmoothAbs.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegCurvetoQuadraticSmoothAbs.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegCurvetoQuadraticSmoothAbs.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegCurvetoQuadraticSmoothAbs_h
-#define SVGPathSegCurvetoQuadraticSmoothAbs_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegWithContext.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegCurvetoQuadraticSmoothRelh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegCurvetoQuadraticSmoothRel.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegCurvetoQuadraticSmoothRel.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegCurvetoQuadraticSmoothRel.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegCurvetoQuadraticSmoothRel_h
-#define SVGPathSegCurvetoQuadraticSmoothRel_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegWithContext.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegLinetoAbsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegLinetoAbs.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegLinetoAbs.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegLinetoAbs.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegLinetoAbs_h
-#define SVGPathSegLinetoAbs_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegWithContext.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegLinetoHorizontalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegLinetoHorizontal.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegLinetoHorizontal.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegLinetoHorizontal.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegLinetoHorizontal_h
-#define SVGPathSegLinetoHorizontal_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegWithContext.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -45,5 +44,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegLinetoHorizontalAbsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegLinetoHorizontalAbs.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegLinetoHorizontalAbs.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegLinetoHorizontalAbs.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegLinetoHorizontalAbs_h
-#define SVGPathSegLinetoHorizontalAbs_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegLinetoHorizontal.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegLinetoHorizontalRelh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegLinetoHorizontalRel.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegLinetoHorizontalRel.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegLinetoHorizontalRel.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegLinetoHorizontalRel_h
-#define SVGPathSegLinetoHorizontalRel_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegLinetoHorizontal.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegLinetoRelh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegLinetoRel.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegLinetoRel.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegLinetoRel.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegLinetoRel_h
-#define SVGPathSegLinetoRel_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegWithContext.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegLinetoVerticalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegLinetoVertical.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegLinetoVertical.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegLinetoVertical.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegLinetoVertical_h
-#define SVGPathSegLinetoVertical_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegWithContext.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -45,5 +44,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegLinetoVerticalAbsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegLinetoVerticalAbs.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegLinetoVerticalAbs.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegLinetoVerticalAbs.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegLinetoVerticalAbs_h
-#define SVGPathSegLinetoVerticalAbs_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegLinetoVertical.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegLinetoVerticalRelh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegLinetoVerticalRel.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegLinetoVerticalRel.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegLinetoVerticalRel.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegLinetoVerticalRel_h
-#define SVGPathSegLinetoVerticalRel_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegLinetoVertical.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegListBuilderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegListBuilder.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegListBuilder.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegListBuilder.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegListBuilder_h
-#define SVGPathSegListBuilder_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatPoint.h&quot;
</span><span class="cx"> #include &quot;SVGPathConsumer.h&quot;
</span><span class="lines">@@ -60,5 +59,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGPathSegListBuilder_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegListSourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegListSource.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegListSource.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegListSource.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegListSource_h
-#define SVGPathSegListSource_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatPoint.h&quot;
</span><span class="cx"> #include &quot;SVGPathSeg.h&quot;
</span><span class="lines">@@ -55,5 +54,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGPathSegListSource_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegMovetoAbsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegMovetoAbs.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegMovetoAbs.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegMovetoAbs.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegMovetoAbs_h
-#define SVGPathSegMovetoAbs_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegWithContext.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegMovetoRelh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegMovetoRel.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegMovetoRel.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegMovetoRel.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegMovetoRel_h
-#define SVGPathSegMovetoRel_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSegWithContext.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegWithContexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegWithContext.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegWithContext.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSegWithContext.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSegWithContext_h
-#define SVGPathSegWithContext_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedPathSegListPropertyTearOff.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -102,5 +101,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSource.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSource.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathSource.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathSource_h
-#define SVGPathSource_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSeg.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -49,5 +48,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGPathSource_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathStringSourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathStringSource.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathStringSource.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathStringSource.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathStringSource_h
-#define SVGPathStringSource_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathSource.h&quot;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -60,5 +59,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGPathStringSource_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathTraversalStateBuilderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathTraversalStateBuilder.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathTraversalStateBuilder.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPathTraversalStateBuilder.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPathTraversalStateBuilder_h
-#define SVGPathTraversalStateBuilder_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPathConsumer.h&quot;
</span><span class="cx"> #include &quot;SVGPoint.h&quot;
</span><span class="lines">@@ -61,5 +60,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGPathTraversalStateBuilder_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPatternElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPatternElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPatternElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPatternElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPatternElement_h
-#define SVGPatternElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="lines">@@ -87,5 +86,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPointh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPoint.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPoint.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPoint.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPoint_h
-#define SVGPoint_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatPoint.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -33,5 +32,3 @@
</span><span class="cx"> typedef FloatPoint SVGPoint;
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGPoint_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPolyElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPolyElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPolyElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPolyElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPolyElement_h
-#define SVGPolyElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGExternalResourcesRequired.h&quot;
</span><span class="lines">@@ -69,5 +68,3 @@
</span><span class="cx">     static bool isType(const WebCore::SVGElement&amp; element) { return element.hasTagName(WebCore::SVGNames::polygonTag) || element.hasTagName(WebCore::SVGNames::polylineTag); }
</span><span class="cx">     static bool isType(const WebCore::Node&amp; node) { return is&lt;WebCore::SVGElement&gt;(node) &amp;&amp; isType(downcast&lt;WebCore::SVGElement&gt;(node)); }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPolygonElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPolygonElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPolygonElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPolygonElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPolygonElement_h
-#define SVGPolygonElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPolyElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -34,5 +33,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPolylineElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPolylineElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPolylineElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGPolylineElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPolylineElement_h
-#define SVGPolylineElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPolyElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -34,5 +33,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGRadialGradientElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGRadialGradientElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGRadialGradientElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGRadialGradientElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGRadialGradientElement_h
-#define SVGRadialGradientElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedLength.h&quot;
</span><span class="cx"> #include &quot;SVGGradientElement.h&quot;
</span><span class="lines">@@ -57,5 +56,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGRecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGRect.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGRect.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGRect.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGRect_h
-#define SVGRect_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="cx"> #include &quot;SVGPropertyTraits.h&quot;
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGRect_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGRectElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGRectElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGRectElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGRectElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGRectElement_h
-#define SVGRectElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedLength.h&quot;
</span><span class="lines">@@ -58,5 +57,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGRenderingIntenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGRenderingIntent.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGRenderingIntent.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGRenderingIntent.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGRenderingIntent_h
-#define SVGRenderingIntent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -40,5 +39,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGRenderingIntent_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGSVGElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGSVGElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGSVGElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGSVGElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGSVGElement_h
-#define SVGSVGElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedLength.h&quot;
</span><span class="lines">@@ -191,5 +190,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGScriptElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGScriptElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGScriptElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGScriptElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGScriptElement_h
-#define SVGScriptElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedString.h&quot;
</span><span class="lines">@@ -87,5 +86,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGSetElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGSetElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGSetElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGSetElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGSetElement_h
-#define SVGSetElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimateElementBase.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -36,5 +35,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGStopElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGStopElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGStopElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGStopElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGStopElement_h
-#define SVGStopElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedNumber.h&quot;
</span><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="lines">@@ -49,5 +48,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGSwitchElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGSwitchElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGSwitchElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGSwitchElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGSwitchElement_h
-#define SVGSwitchElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGExternalResourcesRequired.h&quot;
</span><span class="lines">@@ -46,5 +45,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGSymbolElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGSymbolElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGSymbolElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGSymbolElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGSymbolElement_h
-#define SVGSymbolElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedPreserveAspectRatio.h&quot;
</span><span class="lines">@@ -53,5 +52,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGTRefElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGTRefElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGTRefElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGTRefElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGTRefElement_h
-#define SVGTRefElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGTextPositioningElement.h&quot;
</span><span class="cx"> #include &quot;SVGURIReference.h&quot;
</span><span class="lines">@@ -65,5 +64,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGTSpanElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGTSpanElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGTSpanElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGTSpanElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGTSpanElement_h
-#define SVGTSpanElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGTextPositioningElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -38,5 +37,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGTextElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGTextElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGTextElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGTextElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGTextElement_h
-#define SVGTextElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGTextPositioningElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -39,5 +38,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGTextPathElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGTextPathElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGTextPathElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGTextPathElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGTextPathElement_h
-#define SVGTextPathElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGNames.h&quot;
</span><span class="cx"> #include &quot;SVGTextContentElement.h&quot;
</span><span class="lines">@@ -144,5 +143,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGTextPositioningElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGTextPositioningElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGTextPositioningElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGTextPositioningElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGTextPositioningElement_h
-#define SVGTextPositioningElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedLengthList.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedNumberList.h&quot;
</span><span class="lines">@@ -51,5 +50,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGTitleElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGTitleElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGTitleElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGTitleElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGTitleElement_h
-#define SVGTitleElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="cx"> #include &quot;SVGNames.h&quot;
</span><span class="lines">@@ -41,5 +40,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGToOTFFontConversionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGToOTFFontConversion.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGToOTFFontConversion.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGToOTFFontConversion.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGToOTFFontConversion_h
-#define SVGToOTFFontConversion_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Optional.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="lines">@@ -35,6 +34,4 @@
</span><span class="cx"> 
</span><span class="cx"> Optional&lt;Vector&lt;char&gt;&gt; convertSVGToOTFFont(const SVGFontElement&amp;);
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgSVGTransformh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGTransform.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGTransform.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGTransform.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGTransform_h
-#define SVGTransform_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatPoint.h&quot;
</span><span class="cx"> #include &quot;SVGMatrix.h&quot;
</span><span class="lines">@@ -94,5 +93,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGTransformDistanceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGTransformDistance.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGTransformDistance.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGTransformDistance.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGTransformDistance_h
-#define SVGTransformDistance_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGTransform.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -48,6 +47,5 @@
</span><span class="cx">     float m_cy;
</span><span class="cx">     AffineTransform m_transform; // for storing scale, translation or matrix transforms
</span><span class="cx"> };
</span><del>-}
</del><span class="cx"> 
</span><del>-#endif // SVGTransformDistance_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgSVGTransformableh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGTransformable.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGTransformable.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGTransformable.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGTransformable_h
-#define SVGTransformable_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGLocatable.h&quot;
</span><span class="cx"> #include &quot;SVGTransform.h&quot;
</span><span class="lines">@@ -48,5 +47,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGTransformable_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGURIReferenceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGURIReference.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGURIReference.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGURIReference.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGURIReference_h
-#define SVGURIReference_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Document.h&quot;
</span><span class="cx"> #include &quot;QualifiedName.h&quot;
</span><span class="lines">@@ -55,5 +54,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGURIReference_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGUnitTypesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGUnitTypes.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGUnitTypes.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGUnitTypes.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGUnitTypes_h
-#define SVGUnitTypes_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPropertyTraits.h&quot;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="lines">@@ -66,6 +65,4 @@
</span><span class="cx">     }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgSVGUnknownElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGUnknownElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGUnknownElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGUnknownElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGUnknownElement_h
-#define SVGUnknownElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -53,5 +52,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGUnknownElement_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGVKernElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGVKernElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGVKernElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGVKernElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,10 +17,10 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGVKernElement_h
-#define SVGVKernElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(SVG_FONTS)
</span><ins>+
</ins><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="cx"> #include &quot;SVGFontElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -41,4 +41,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SVG_FONTS)
</span><del>-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGViewElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGViewElement.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGViewElement.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGViewElement.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGViewElement_h
-#define SVGViewElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedPreserveAspectRatio.h&quot;
</span><span class="lines">@@ -65,5 +64,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGZoomAndPanh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGZoomAndPan.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGZoomAndPan.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGZoomAndPan.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGZoomAndPan_h
-#define SVGZoomAndPan_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;QualifiedName.h&quot;
</span><span class="cx"> #include &quot;SVGNames.h&quot;
</span><span class="lines">@@ -67,5 +66,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGZoomAndPan_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGZoomEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGZoomEvent.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGZoomEvent.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/SVGZoomEvent.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx">  
</span><del>-#ifndef SVGZoomEvent_h
-#define SVGZoomEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="cx"> #include &quot;SVGPoint.h&quot;
</span><span class="lines">@@ -60,5 +59,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGZoomEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvganimationSMILTimeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/animation/SMILTime.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/animation/SMILTime.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/animation/SMILTime.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SMILTime_h
-#define SMILTime_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;algorithm&gt;
</span><span class="cx"> #include &lt;cmath&gt;
</span><span class="lines">@@ -96,6 +95,4 @@
</span><span class="cx"> // So multiplying times does not make too much sense but SMIL defines it for duration * repeatCount
</span><span class="cx"> SMILTime operator*(const SMILTime&amp;, const SMILTime&amp;);
</span><span class="cx"> 
</span><del>-}
-
-#endif // SMILTime_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvganimationSMILTimeContainerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/animation/SMILTimeContainer.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/animation/SMILTimeContainer.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/animation/SMILTimeContainer.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SMILTimeContainer_h
-#define SMILTimeContainer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;QualifiedName.h&quot;
</span><span class="cx"> #include &quot;SMILTime.h&quot;
</span><span class="lines">@@ -94,6 +93,5 @@
</span><span class="cx">     bool m_preventScheduledAnimationsChanges;
</span><span class="cx"> #endif
</span><span class="cx"> };
</span><del>-}
</del><span class="cx"> 
</span><del>-#endif // SMILTimeContainer_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvggraphicsSVGImageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/graphics/SVGImage.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/graphics/SVGImage.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/graphics/SVGImage.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGImage_h
-#define SVGImage_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Image.h&quot;
</span><span class="cx"> #include &quot;URL.h&quot;
</span><span class="lines">@@ -115,5 +114,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_IMAGE(SVGImage)
</span><del>-
-#endif // SVGImage_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvggraphicsSVGImageCacheh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/graphics/SVGImageCache.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/graphics/SVGImageCache.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/graphics/SVGImageCache.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGImageCache_h
-#define SVGImageCache_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatSize.h&quot;
</span><span class="cx"> #include &quot;Image.h&quot;
</span><span class="lines">@@ -59,5 +58,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGImageCache_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvggraphicsSVGImageClientsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/graphics/SVGImageClients.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/graphics/SVGImageClients.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/graphics/SVGImageClients.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -26,8 +26,7 @@
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGImageClients_h
-#define SVGImageClients_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EmptyClients.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -60,6 +59,4 @@
</span><span class="cx">     SVGImage* m_image;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // SVGImageClients_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvggraphicsSVGImageForContainerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/graphics/SVGImageForContainer.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/graphics/SVGImageForContainer.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/graphics/SVGImageForContainer.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGImageForContainer_h
-#define SVGImageForContainer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AffineTransform.h&quot;
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="lines">@@ -79,5 +78,5 @@
</span><span class="cx">     const FloatSize m_containerSize;
</span><span class="cx">     const float m_zoom;
</span><span class="cx"> };
</span><del>-}
-#endif // SVGImageForContainer_h
</del><ins>+
+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvggraphicsfiltersSVGFEImageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/graphics/filters/SVGFEImage.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/graphics/filters/SVGFEImage.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/graphics/filters/SVGFEImage.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFEImage_h
-#define SVGFEImage_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="cx"> #include &quot;SVGPreserveAspectRatioValue.h&quot;
</span><span class="lines">@@ -61,5 +60,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGFEImage_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvggraphicsfiltersSVGFilterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/graphics/filters/SVGFilter.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/graphics/filters/SVGFilter.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/graphics/filters/SVGFilter.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFilter_h
-#define SVGFilter_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AffineTransform.h&quot;
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="lines">@@ -26,7 +25,6 @@
</span><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="cx"> #include &quot;FloatSize.h&quot;
</span><del>-
</del><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/TypeCasts.h&gt;
</span><span class="lines">@@ -63,5 +61,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::SVGFilter)
</span><span class="cx">     static bool isType(const WebCore::Filter&amp; filter) { return filter.isSVGFilter(); }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif // SVGFilter_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvggraphicsfiltersSVGFilterBuilderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/graphics/filters/SVGFilterBuilder.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/graphics/filters/SVGFilterBuilder.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/graphics/filters/SVGFilterBuilder.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,11 +18,9 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGFilterBuilder_h
-#define SVGFilterBuilder_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><del>-
</del><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="cx"> #include &lt;wtf/HashSet.h&gt;
</span><span class="cx"> #include &lt;wtf/text/AtomicStringHash.h&gt;
</span><span class="lines">@@ -76,5 +74,3 @@
</span><span class="cx"> };
</span><span class="cx">     
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SVGFilterBuilder_h
</del></span></pre></div>
<a id="trunkSourceWebCoresvgpropertiesSVGAnimatedEnumerationPropertyTearOffh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/properties/SVGAnimatedEnumerationPropertyTearOff.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/properties/SVGAnimatedEnumerationPropertyTearOff.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/properties/SVGAnimatedEnumerationPropertyTearOff.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedEnumerationPropertyTearOff_h
-#define SVGAnimatedEnumerationPropertyTearOff_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedStaticPropertyTearOff.h&quot;
</span><span class="cx"> #include &quot;SVGException.h&quot;
</span><span class="lines">@@ -83,6 +82,4 @@
</span><span class="cx"> template&lt;typename EnumType&gt;
</span><span class="cx"> unsigned SVGAnimatedEnumerationPropertyTearOff&lt;EnumType&gt;::m_outOfRangeEnumValue = 0;
</span><span class="cx"> 
</span><del>-}
-
-#endif // SVGAnimatedEnumerationPropertyTearOff_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgpropertiesSVGAnimatedListPropertyTearOffh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/properties/SVGAnimatedListPropertyTearOff.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/properties/SVGAnimatedListPropertyTearOff.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/properties/SVGAnimatedListPropertyTearOff.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedListPropertyTearOff_h
-#define SVGAnimatedListPropertyTearOff_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedProperty.h&quot;
</span><span class="cx"> #include &quot;SVGListPropertyTearOff.h&quot;
</span><span class="lines">@@ -190,6 +189,4 @@
</span><span class="cx">     RefPtr&lt;ListProperty&gt; m_animatedProperty;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // SVGAnimatedListPropertyTearOff_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgpropertiesSVGAnimatedPathSegListPropertyTearOffh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedPathSegListPropertyTearOff_h
-#define SVGAnimatedPathSegListPropertyTearOff_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedListPropertyTearOff.h&quot;
</span><span class="cx"> #include &quot;SVGPathByteStream.h&quot;
</span><span class="lines">@@ -124,6 +123,4 @@
</span><span class="cx">     SVGPathByteStream* m_animatedPathByteStream;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // SVGAnimatedPathSegListPropertyTearOff_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgpropertiesSVGAnimatedPropertyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/properties/SVGAnimatedProperty.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/properties/SVGAnimatedProperty.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/properties/SVGAnimatedProperty.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedProperty_h
-#define SVGAnimatedProperty_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedPropertyDescription.h&quot;
</span><span class="cx"> #include &quot;SVGPropertyInfo.h&quot;
</span><span class="lines">@@ -98,6 +97,4 @@
</span><span class="cx">     bool m_isReadOnly;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // SVGAnimatedProperty_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgpropertiesSVGAnimatedPropertyDescriptionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/properties/SVGAnimatedPropertyDescription.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/properties/SVGAnimatedPropertyDescription.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/properties/SVGAnimatedPropertyDescription.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedPropertyDescription_h
-#define SVGAnimatedPropertyDescription_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="cx"> #include &lt;wtf/text/AtomicString.h&gt;
</span><span class="lines">@@ -81,6 +80,4 @@
</span><span class="cx"> 
</span><span class="cx"> struct SVGAnimatedPropertyDescriptionHashTraits : WTF::SimpleClassHashTraits&lt;SVGAnimatedPropertyDescription&gt; { };
</span><span class="cx">  
</span><del>-}
-
-#endif // SVGAnimatedPropertyDescription_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgpropertiesSVGAnimatedPropertyMacrosh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedPropertyMacros_h
-#define SVGAnimatedPropertyMacros_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Element.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedProperty.h&quot;
</span><span class="lines">@@ -188,6 +187,4 @@
</span><span class="cx">         wrapper-&gt;detachListWrappers(newListSize); \
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif // SVGAnimatedPropertyMacros_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgpropertiesSVGAnimatedTransformListPropertyTearOffh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAnimatedTransformListPropertyTearOff_h
-#define SVGAnimatedTransformListPropertyTearOff_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGAnimatedListPropertyTearOff.h&quot;
</span><span class="cx"> #include &quot;SVGTransformList.h&quot;
</span><span class="lines">@@ -61,6 +60,4 @@
</span><span class="cx">     }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // SVGAnimatedTransformListPropertyTearOff_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgpropertiesSVGAttributeToPropertyMaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/properties/SVGAttributeToPropertyMap.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/properties/SVGAttributeToPropertyMap.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/properties/SVGAttributeToPropertyMap.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGAttributeToPropertyMap_h
-#define SVGAttributeToPropertyMap_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPropertyInfo.h&quot;
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="lines">@@ -47,6 +46,4 @@
</span><span class="cx">     HashMap&lt;QualifiedName, PropertyInfoVector&gt; m_map;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgpropertiesSVGMatrixTearOffh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/properties/SVGMatrixTearOff.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/properties/SVGMatrixTearOff.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/properties/SVGMatrixTearOff.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGMatrixTearOff_h
-#define SVGMatrixTearOff_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPropertyTearOff.h&quot;
</span><span class="cx"> #include &quot;SVGTransform.h&quot;
</span><span class="lines">@@ -60,6 +59,4 @@
</span><span class="cx">     WeakPtrFactory&lt;SVGPropertyTearOffBase&gt; m_weakFactory;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // SVGMatrixTearOff_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgpropertiesSVGPropertyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/properties/SVGProperty.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/properties/SVGProperty.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/properties/SVGProperty.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGProperty_h
-#define SVGProperty_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -38,6 +37,4 @@
</span><span class="cx">     virtual void commitChange() = 0;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // SVGProperty_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgpropertiesSVGPropertyInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/properties/SVGPropertyInfo.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/properties/SVGPropertyInfo.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/properties/SVGPropertyInfo.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPropertyInfo_h
-#define SVGPropertyInfo_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;QualifiedName.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -71,6 +70,4 @@
</span><span class="cx">     LookupOrCreateWrapperForAnimatedProperty lookupOrCreateWrapperForAnimatedProperty;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // SVGPropertyInfo_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgpropertiesSVGPropertyTraitsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/properties/SVGPropertyTraits.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/properties/SVGPropertyTraits.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/properties/SVGPropertyTraits.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGPropertyTraits_h
-#define SVGPropertyTraits_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -64,6 +63,4 @@
</span><span class="cx">     static unsigned highestExposedEnumValue() { return SVGPropertyTraits&lt;EnumType&gt;::highestEnumValue(); }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoresvgpropertiesSVGStaticPropertyTearOffh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/properties/SVGStaticPropertyTearOff.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/properties/SVGStaticPropertyTearOff.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/svg/properties/SVGStaticPropertyTearOff.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SVGStaticPropertyTearOff_h
-#define SVGStaticPropertyTearOff_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SVGPropertyTearOff.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -59,6 +58,4 @@
</span><span class="cx"> #pragma pack(pop)
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-}
-
-#endif // SVGStaticPropertyTearOff_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoretestingMallocStatisticsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/testing/MallocStatistics.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/testing/MallocStatistics.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/testing/MallocStatistics.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef MallocStatistics_h
-#define MallocStatistics_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/FastMalloc.h&gt;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="lines">@@ -49,5 +48,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoretestingMemoryInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/testing/MemoryInfo.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/testing/MemoryInfo.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/testing/MemoryInfo.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -28,8 +28,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef MemoryInfo_h
-#define MemoryInfo_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;JSDOMWindow.h&quot;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="lines">@@ -55,5 +54,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // MemoryInfo_h
</del></span></pre></div>
<a id="trunkSourceWebCoretestingMockCDMh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/testing/MockCDM.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/testing/MockCDM.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/testing/MockCDM.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef MockCDM_h
-#define MockCDM_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(LEGACY_ENCRYPTED_MEDIA)
</span><span class="cx"> 
</span><span class="lines">@@ -53,8 +52,6 @@
</span><span class="cx">     CDM* m_cdm;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(LEGACY_ENCRYPTED_MEDIA)
</span><del>-
-#endif // MockCDM_h
</del></span></pre></div>
<a id="trunkSourceWebCoretestingMockContentFilterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/testing/MockContentFilter.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/testing/MockContentFilter.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/testing/MockContentFilter.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef MockContentFilter_h
-#define MockContentFilter_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;MockContentFilterSettings.h&quot;
</span><span class="cx"> #include &quot;PlatformContentFilter.h&quot;
</span><span class="lines">@@ -58,5 +57,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // MockContentFilter_h
</del></span></pre></div>
<a id="trunkSourceWebCoretestingMockContentFilterSettingsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/testing/MockContentFilterSettings.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/testing/MockContentFilterSettings.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/testing/MockContentFilterSettings.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef MockContentFilterSettings_h
-#define MockContentFilterSettings_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/NeverDestroyed.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -91,5 +90,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // MockContentFilterSettings_h
</del></span></pre></div>
<a id="trunkSourceWebCoretestingMockPageOverlayh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/testing/MockPageOverlay.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/testing/MockPageOverlay.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/testing/MockPageOverlay.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef MockPageOverlay_h
-#define MockPageOverlay_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;PageOverlay.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -46,6 +45,4 @@
</span><span class="cx">     RefPtr&lt;PageOverlay&gt; m_overlay;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // MockPageOverlay_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoretestingMockPageOverlayClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/testing/MockPageOverlayClient.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/testing/MockPageOverlayClient.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/testing/MockPageOverlayClient.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef MockPageOverlayClient_h
-#define MockPageOverlayClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;MockPageOverlay.h&quot;
</span><span class="cx"> #include &quot;PageOverlay.h&quot;
</span><span class="lines">@@ -62,6 +61,4 @@
</span><span class="cx">     HashSet&lt;RefPtr&lt;MockPageOverlay&gt;&gt; m_overlays;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // MockPageOverlayClient_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoretestingTypeConversionsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/testing/TypeConversions.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/testing/TypeConversions.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/testing/TypeConversions.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef TypeConversions_h
-#define TypeConversions_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Node.h&quot;
</span><span class="cx"> #include &lt;wtf/FastMalloc.h&gt;
</span><span class="lines">@@ -149,5 +148,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoretestingjsWebCoreTestSupporth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/testing/js/WebCoreTestSupport.h (208667 => 208668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/testing/js/WebCoreTestSupport.h        2016-11-13 07:43:43 UTC (rev 208667)
+++ trunk/Source/WebCore/testing/js/WebCoreTestSupport.h        2016-11-13 10:05:43 UTC (rev 208668)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef WebCoreTestSupport_h
-#define WebCoreTestSupport_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> typedef const struct OpaqueJSContext* JSContextRef;
</span><span class="cx"> typedef struct OpaqueJSString* JSStringRef;
</span><span class="lines">@@ -65,5 +64,3 @@
</span><span class="cx"> void setMockGamepadButtonValue(unsigned index, unsigned buttonIndex, double value) TEST_SUPPORT_EXPORT;
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCoreTestSupport
</span><del>-
-#endif
</del></span></pre>
</div>
</div>

</body>
</html>