<!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>[208179] trunk/Source</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/208179">208179</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2016-10-31 15:07:53 -0700 (Mon, 31 Oct 2016)</dd>
</dl>

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

Patch by Joseph Pecoraro &lt;pecoraro@apple.com&gt; on 2016-10-31
Rubber-stamped by Sam Weinig.

Source/WebCore:

* accessibility/*.h:
* bindings/*.h:
* contentextensions/*.h:
* dom/*.h:
* html/*.h:
* page/*.h:
Use #pragma once in headers.

* html/parser/ParsingUtilities.h:
Add missing namespace.

* html/track/VTTScanner.h:
(WebCore::VTTScanner::skipWhile):
(WebCore::VTTScanner::skipUntil):
(WebCore::VTTScanner::collectWhile):
(WebCore::VTTScanner::collectUntil):
Include namespace.

Source/WebKit/win:

* WebCoreSupport/WebContextMenuClient.cpp:
(WebContextMenuClient::isSpeaking):
(WebContextMenuClient::shareMenuItem): Deleted.
* WebCoreSupport/WebContextMenuClient.h:
Remove this dead code since <a href="http://trac.webkit.org/projects/webkit/changeset/192333">r192333</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAXObjectCacheh">trunk/Source/WebCore/accessibility/AXObjectCache.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAXTextStateChangeIntenth">trunk/Source/WebCore/accessibility/AXTextStateChangeIntent.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityARIAGridh">trunk/Source/WebCore/accessibility/AccessibilityARIAGrid.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityARIAGridCellh">trunk/Source/WebCore/accessibility/AccessibilityARIAGridCell.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityARIAGridRowh">trunk/Source/WebCore/accessibility/AccessibilityARIAGridRow.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityAttachmenth">trunk/Source/WebCore/accessibility/AccessibilityAttachment.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityImageMapLinkh">trunk/Source/WebCore/accessibility/AccessibilityImageMapLink.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityLabelh">trunk/Source/WebCore/accessibility/AccessibilityLabel.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityListh">trunk/Source/WebCore/accessibility/AccessibilityList.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityListBoxh">trunk/Source/WebCore/accessibility/AccessibilityListBox.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityListBoxOptionh">trunk/Source/WebCore/accessibility/AccessibilityListBoxOption.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityMathMLElementh">trunk/Source/WebCore/accessibility/AccessibilityMathMLElement.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityMediaControlsh">trunk/Source/WebCore/accessibility/AccessibilityMediaControls.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityMenuListh">trunk/Source/WebCore/accessibility/AccessibilityMenuList.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityMenuListOptionh">trunk/Source/WebCore/accessibility/AccessibilityMenuListOption.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityMenuListPopuph">trunk/Source/WebCore/accessibility/AccessibilityMenuListPopup.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityMockObjecth">trunk/Source/WebCore/accessibility/AccessibilityMockObject.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityNodeObjecth">trunk/Source/WebCore/accessibility/AccessibilityNodeObject.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityObjecth">trunk/Source/WebCore/accessibility/AccessibilityObject.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityProgressIndicatorh">trunk/Source/WebCore/accessibility/AccessibilityProgressIndicator.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityRenderObjecth">trunk/Source/WebCore/accessibility/AccessibilityRenderObject.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilitySVGElementh">trunk/Source/WebCore/accessibility/AccessibilitySVGElement.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilitySVGRooth">trunk/Source/WebCore/accessibility/AccessibilitySVGRoot.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityScrollViewh">trunk/Source/WebCore/accessibility/AccessibilityScrollView.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityScrollbarh">trunk/Source/WebCore/accessibility/AccessibilityScrollbar.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilitySliderh">trunk/Source/WebCore/accessibility/AccessibilitySlider.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilitySpinButtonh">trunk/Source/WebCore/accessibility/AccessibilitySpinButton.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityTableh">trunk/Source/WebCore/accessibility/AccessibilityTable.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityTableCellh">trunk/Source/WebCore/accessibility/AccessibilityTableCell.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityTableColumnh">trunk/Source/WebCore/accessibility/AccessibilityTableColumn.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityTableHeaderContainerh">trunk/Source/WebCore/accessibility/AccessibilityTableHeaderContainer.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityTableRowh">trunk/Source/WebCore/accessibility/AccessibilityTableRow.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityTreeh">trunk/Source/WebCore/accessibility/AccessibilityTree.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityTreeItemh">trunk/Source/WebCore/accessibility/AccessibilityTreeItem.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityatkWebKitAccessibleHyperlinkh">trunk/Source/WebCore/accessibility/atk/WebKitAccessibleHyperlink.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceActionh">trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceAction.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceComponenth">trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceComponent.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceDocumenth">trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceDocument.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceEditableTexth">trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceEditableText.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceHyperlinkImplh">trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceHyperlinkImpl.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceHypertexth">trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceHypertext.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceImageh">trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceImage.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceSelectionh">trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceSelection.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceTableh">trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceTable.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceTableCellh">trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceTableCell.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceTexth">trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceText.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceValueh">trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceValue.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityatkWebKitAccessibleUtilh">trunk/Source/WebCore/accessibility/atk/WebKitAccessibleUtil.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityatkWebKitAccessibleWrapperAtkh">trunk/Source/WebCore/accessibility/atk/WebKitAccessibleWrapperAtk.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityiosWebAccessibilityObjectWrapperIOSh">trunk/Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilitymacWebAccessibilityObjectWrapperMach">trunk/Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.h</a></li>
<li><a href="#trunkSourceWebCoreaccessibilitywinAccessibilityObjectWrapperWinh">trunk/Source/WebCore/accessibility/win/AccessibilityObjectWrapperWin.h</a></li>
<li><a href="#trunkSourceWebCorebindingsgenericActiveDOMCallbackh">trunk/Source/WebCore/bindings/generic/ActiveDOMCallback.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsArrayValueh">trunk/Source/WebCore/bindings/js/ArrayValue.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsCachedScriptSourceProviderh">trunk/Source/WebCore/bindings/js/CachedScriptSourceProvider.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsCallbackFunctionh">trunk/Source/WebCore/bindings/js/CallbackFunction.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsDOMConstructorWithDocumenth">trunk/Source/WebCore/bindings/js/DOMConstructorWithDocument.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsDOMWrapperWorldh">trunk/Source/WebCore/bindings/js/DOMWrapperWorld.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsGCControllerh">trunk/Source/WebCore/bindings/js/GCController.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSCSSRuleCustomh">trunk/Source/WebCore/bindings/js/JSCSSRuleCustom.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSCSSStyleDeclarationCustomh">trunk/Source/WebCore/bindings/js/JSCSSStyleDeclarationCustom.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSCallbackDatah">trunk/Source/WebCore/bindings/js/JSCallbackData.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSCryptoAlgorithmBuilderh">trunk/Source/WebCore/bindings/js/JSCryptoAlgorithmBuilder.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSCryptoAlgorithmDictionaryh">trunk/Source/WebCore/bindings/js/JSCryptoAlgorithmDictionary.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSCryptoKeySerializationJWKh">trunk/Source/WebCore/bindings/js/JSCryptoKeySerializationJWK.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSCryptoOperationDatah">trunk/Source/WebCore/bindings/js/JSCryptoOperationData.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSCustomElementInterfaceh">trunk/Source/WebCore/bindings/js/JSCustomElementInterface.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSCustomXPathNSResolverh">trunk/Source/WebCore/bindings/js/JSCustomXPathNSResolver.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSDOMConstructorh">trunk/Source/WebCore/bindings/js/JSDOMConstructor.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSDOMGlobalObjecth">trunk/Source/WebCore/bindings/js/JSDOMGlobalObject.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSDOMGlobalObjectTaskh">trunk/Source/WebCore/bindings/js/JSDOMGlobalObjectTask.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSDOMPromiseh">trunk/Source/WebCore/bindings/js/JSDOMPromise.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSDOMWindowBaseh">trunk/Source/WebCore/bindings/js/JSDOMWindowBase.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSDOMWindowCustomh">trunk/Source/WebCore/bindings/js/JSDOMWindowCustom.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSDictionaryh">trunk/Source/WebCore/bindings/js/JSDictionary.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSDocumentCustomh">trunk/Source/WebCore/bindings/js/JSDocumentCustom.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSElementCustomh">trunk/Source/WebCore/bindings/js/JSElementCustom.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSErrorHandlerh">trunk/Source/WebCore/bindings/js/JSErrorHandler.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSEventListenerh">trunk/Source/WebCore/bindings/js/JSEventListener.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSExceptionBaseh">trunk/Source/WebCore/bindings/js/JSExceptionBase.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSImageConstructorh">trunk/Source/WebCore/bindings/js/JSImageConstructor.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSLazyEventListenerh">trunk/Source/WebCore/bindings/js/JSLazyEventListener.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSMainThreadExecStateInstrumentationh">trunk/Source/WebCore/bindings/js/JSMainThreadExecStateInstrumentation.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSMediaListCustomh">trunk/Source/WebCore/bindings/js/JSMediaListCustom.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSMutationCallbackh">trunk/Source/WebCore/bindings/js/JSMutationCallback.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSNodeListCustomh">trunk/Source/WebCore/bindings/js/JSNodeListCustom.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSPluginElementFunctionsh">trunk/Source/WebCore/bindings/js/JSPluginElementFunctions.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSReadableStreamPrivateConstructorsh">trunk/Source/WebCore/bindings/js/JSReadableStreamPrivateConstructors.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSStyleSheetCustomh">trunk/Source/WebCore/bindings/js/JSStyleSheetCustom.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSTrackCustomh">trunk/Source/WebCore/bindings/js/JSTrackCustom.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSWorkerGlobalScopeBaseh">trunk/Source/WebCore/bindings/js/JSWorkerGlobalScopeBase.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsReadableStreamDefaultControllerh">trunk/Source/WebCore/bindings/js/ReadableStreamDefaultController.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsScheduledActionh">trunk/Source/WebCore/bindings/js/ScheduledAction.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsScriptCachedFrameDatah">trunk/Source/WebCore/bindings/js/ScriptCachedFrameData.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsScriptControllerh">trunk/Source/WebCore/bindings/js/ScriptController.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsScriptGlobalObjecth">trunk/Source/WebCore/bindings/js/ScriptGlobalObject.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsScriptSourceCodeh">trunk/Source/WebCore/bindings/js/ScriptSourceCode.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsScriptWrappableh">trunk/Source/WebCore/bindings/js/ScriptWrappable.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsScriptWrappableInlinesh">trunk/Source/WebCore/bindings/js/ScriptWrappableInlines.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsWebCoreBuiltinNamesh">trunk/Source/WebCore/bindings/js/WebCoreBuiltinNames.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsWebCoreJSClientDatah">trunk/Source/WebCore/bindings/js/WebCoreJSClientData.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsWebCoreTypedArrayControllerh">trunk/Source/WebCore/bindings/js/WebCoreTypedArrayController.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsCombinedFiltersAlphabeth">trunk/Source/WebCore/contentextensions/CombinedFiltersAlphabet.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsCombinedURLFiltersh">trunk/Source/WebCore/contentextensions/CombinedURLFilters.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsCompiledContentExtensionh">trunk/Source/WebCore/contentextensions/CompiledContentExtension.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsContentExtensionh">trunk/Source/WebCore/contentextensions/ContentExtension.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsContentExtensionCompilerh">trunk/Source/WebCore/contentextensions/ContentExtensionCompiler.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsContentExtensionErrorh">trunk/Source/WebCore/contentextensions/ContentExtensionError.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsContentExtensionParserh">trunk/Source/WebCore/contentextensions/ContentExtensionParser.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsContentExtensionRuleh">trunk/Source/WebCore/contentextensions/ContentExtensionRule.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsContentExtensionStyleSheeth">trunk/Source/WebCore/contentextensions/ContentExtensionStyleSheet.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsContentExtensionsBackendh">trunk/Source/WebCore/contentextensions/ContentExtensionsBackend.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsContentExtensionsDebuggingh">trunk/Source/WebCore/contentextensions/ContentExtensionsDebugging.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsDFAh">trunk/Source/WebCore/contentextensions/DFA.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsDFABytecodeh">trunk/Source/WebCore/contentextensions/DFABytecode.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsDFABytecodeCompilerh">trunk/Source/WebCore/contentextensions/DFABytecodeCompiler.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsDFABytecodeInterpreterh">trunk/Source/WebCore/contentextensions/DFABytecodeInterpreter.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsDFACombinerh">trunk/Source/WebCore/contentextensions/DFACombiner.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsDFAMinimizerh">trunk/Source/WebCore/contentextensions/DFAMinimizer.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsDFANodeh">trunk/Source/WebCore/contentextensions/DFANode.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsHashableActionListh">trunk/Source/WebCore/contentextensions/HashableActionList.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsImmutableNFAh">trunk/Source/WebCore/contentextensions/ImmutableNFA.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsImmutableNFANodeBuilderh">trunk/Source/WebCore/contentextensions/ImmutableNFANodeBuilder.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsMutableRangeh">trunk/Source/WebCore/contentextensions/MutableRange.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsMutableRangeListh">trunk/Source/WebCore/contentextensions/MutableRangeList.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsNFAh">trunk/Source/WebCore/contentextensions/NFA.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsNFANodeh">trunk/Source/WebCore/contentextensions/NFANode.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsNFAToDFAh">trunk/Source/WebCore/contentextensions/NFAToDFA.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsTermh">trunk/Source/WebCore/contentextensions/Term.h</a></li>
<li><a href="#trunkSourceWebCorecontentextensionsURLFilterParserh">trunk/Source/WebCore/contentextensions/URLFilterParser.h</a></li>
<li><a href="#trunkSourceWebCoredomActiveDOMObjecth">trunk/Source/WebCore/dom/ActiveDOMObject.h</a></li>
<li><a href="#trunkSourceWebCoredomAnimationEventh">trunk/Source/WebCore/dom/AnimationEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomAttributeh">trunk/Source/WebCore/dom/Attribute.h</a></li>
<li><a href="#trunkSourceWebCoredomAutocompleteErrorEventh">trunk/Source/WebCore/dom/AutocompleteErrorEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomBeforeLoadEventh">trunk/Source/WebCore/dom/BeforeLoadEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomBeforeTextInsertedEventh">trunk/Source/WebCore/dom/BeforeTextInsertedEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomBeforeUnloadEventh">trunk/Source/WebCore/dom/BeforeUnloadEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomCDATASectionh">trunk/Source/WebCore/dom/CDATASection.h</a></li>
<li><a href="#trunkSourceWebCoredomChildListMutationScopeh">trunk/Source/WebCore/dom/ChildListMutationScope.h</a></li>
<li><a href="#trunkSourceWebCoredomChildNodeListh">trunk/Source/WebCore/dom/ChildNodeList.h</a></li>
<li><a href="#trunkSourceWebCoredomClassCollectionh">trunk/Source/WebCore/dom/ClassCollection.h</a></li>
<li><a href="#trunkSourceWebCoredomClientRecth">trunk/Source/WebCore/dom/ClientRect.h</a></li>
<li><a href="#trunkSourceWebCoredomClientRectListh">trunk/Source/WebCore/dom/ClientRectList.h</a></li>
<li><a href="#trunkSourceWebCoredomClipboardEventh">trunk/Source/WebCore/dom/ClipboardEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomCommenth">trunk/Source/WebCore/dom/Comment.h</a></li>
<li><a href="#trunkSourceWebCoredomComposedTreeAncestorIteratorh">trunk/Source/WebCore/dom/ComposedTreeAncestorIterator.h</a></li>
<li><a href="#trunkSourceWebCoredomComposedTreeIteratorh">trunk/Source/WebCore/dom/ComposedTreeIterator.h</a></li>
<li><a href="#trunkSourceWebCoredomCompositionEventh">trunk/Source/WebCore/dom/CompositionEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomContainerNodeh">trunk/Source/WebCore/dom/ContainerNode.h</a></li>
<li><a href="#trunkSourceWebCoredomContainerNodeAlgorithmsh">trunk/Source/WebCore/dom/ContainerNodeAlgorithms.h</a></li>
<li><a href="#trunkSourceWebCoredomContextDestructionObserverh">trunk/Source/WebCore/dom/ContextDestructionObserver.h</a></li>
<li><a href="#trunkSourceWebCoredomCurrentScriptIncrementerh">trunk/Source/WebCore/dom/CurrentScriptIncrementer.h</a></li>
<li><a href="#trunkSourceWebCoredomCustomEventh">trunk/Source/WebCore/dom/CustomEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomDOMCoreExceptionh">trunk/Source/WebCore/dom/DOMCoreException.h</a></li>
<li><a href="#trunkSourceWebCoredomDOMErrorh">trunk/Source/WebCore/dom/DOMError.h</a></li>
<li><a href="#trunkSourceWebCoredomDOMNamedFlowCollectionh">trunk/Source/WebCore/dom/DOMNamedFlowCollection.h</a></li>
<li><a href="#trunkSourceWebCoredomDOMStringListh">trunk/Source/WebCore/dom/DOMStringList.h</a></li>
<li><a href="#trunkSourceWebCoredomDOMStringMaph">trunk/Source/WebCore/dom/DOMStringMap.h</a></li>
<li><a href="#trunkSourceWebCoredomDOMTimeStamph">trunk/Source/WebCore/dom/DOMTimeStamp.h</a></li>
<li><a href="#trunkSourceWebCoredomDataTransferh">trunk/Source/WebCore/dom/DataTransfer.h</a></li>
<li><a href="#trunkSourceWebCoredomDataTransferAccessPolicyh">trunk/Source/WebCore/dom/DataTransferAccessPolicy.h</a></li>
<li><a href="#trunkSourceWebCoredomDataTransferItemh">trunk/Source/WebCore/dom/DataTransferItem.h</a></li>
<li><a href="#trunkSourceWebCoredomDecodedDataDocumentParserh">trunk/Source/WebCore/dom/DecodedDataDocumentParser.h</a></li>
<li><a href="#trunkSourceWebCoredomDeviceMotionClienth">trunk/Source/WebCore/dom/DeviceMotionClient.h</a></li>
<li><a href="#trunkSourceWebCoredomDeviceMotionControllerh">trunk/Source/WebCore/dom/DeviceMotionController.h</a></li>
<li><a href="#trunkSourceWebCoredomDeviceMotionDatah">trunk/Source/WebCore/dom/DeviceMotionData.h</a></li>
<li><a href="#trunkSourceWebCoredomDeviceMotionEventh">trunk/Source/WebCore/dom/DeviceMotionEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomDeviceOrientationClienth">trunk/Source/WebCore/dom/DeviceOrientationClient.h</a></li>
<li><a href="#trunkSourceWebCoredomDeviceOrientationControllerh">trunk/Source/WebCore/dom/DeviceOrientationController.h</a></li>
<li><a href="#trunkSourceWebCoredomDeviceOrientationDatah">trunk/Source/WebCore/dom/DeviceOrientationData.h</a></li>
<li><a href="#trunkSourceWebCoredomDeviceOrientationEventh">trunk/Source/WebCore/dom/DeviceOrientationEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomDocumentEventQueueh">trunk/Source/WebCore/dom/DocumentEventQueue.h</a></li>
<li><a href="#trunkSourceWebCoredomDocumentMarkerh">trunk/Source/WebCore/dom/DocumentMarker.h</a></li>
<li><a href="#trunkSourceWebCoredomDocumentMarkerControllerh">trunk/Source/WebCore/dom/DocumentMarkerController.h</a></li>
<li><a href="#trunkSourceWebCoredomDocumentOrderedMaph">trunk/Source/WebCore/dom/DocumentOrderedMap.h</a></li>
<li><a href="#trunkSourceWebCoredomDocumentParserh">trunk/Source/WebCore/dom/DocumentParser.h</a></li>
<li><a href="#trunkSourceWebCoredomDocumentSharedObjectPoolh">trunk/Source/WebCore/dom/DocumentSharedObjectPool.h</a></li>
<li><a href="#trunkSourceWebCoredomDocumentTimingh">trunk/Source/WebCore/dom/DocumentTiming.h</a></li>
<li><a href="#trunkSourceWebCoredomDocumentTypeh">trunk/Source/WebCore/dom/DocumentType.h</a></li>
<li><a href="#trunkSourceWebCoredomElementAncestorIteratorh">trunk/Source/WebCore/dom/ElementAncestorIterator.h</a></li>
<li><a href="#trunkSourceWebCoredomElementAndTextDescendantIteratorh">trunk/Source/WebCore/dom/ElementAndTextDescendantIterator.h</a></li>
<li><a href="#trunkSourceWebCoredomElementChildIteratorh">trunk/Source/WebCore/dom/ElementChildIterator.h</a></li>
<li><a href="#trunkSourceWebCoredomElementDatah">trunk/Source/WebCore/dom/ElementData.h</a></li>
<li><a href="#trunkSourceWebCoredomElementDescendantIteratorh">trunk/Source/WebCore/dom/ElementDescendantIterator.h</a></li>
<li><a href="#trunkSourceWebCoredomElementIteratorh">trunk/Source/WebCore/dom/ElementIterator.h</a></li>
<li><a href="#trunkSourceWebCoredomElementIteratorAssertionsh">trunk/Source/WebCore/dom/ElementIteratorAssertions.h</a></li>
<li><a href="#trunkSourceWebCoredomElementRareDatah">trunk/Source/WebCore/dom/ElementRareData.h</a></li>
<li><a href="#trunkSourceWebCoredomElementTraversalh">trunk/Source/WebCore/dom/ElementTraversal.h</a></li>
<li><a href="#trunkSourceWebCoredomErrorEventh">trunk/Source/WebCore/dom/ErrorEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomEventh">trunk/Source/WebCore/dom/Event.h</a></li>
<li><a href="#trunkSourceWebCoredomEventContexth">trunk/Source/WebCore/dom/EventContext.h</a></li>
<li><a href="#trunkSourceWebCoredomEventDispatcherh">trunk/Source/WebCore/dom/EventDispatcher.h</a></li>
<li><a href="#trunkSourceWebCoredomEventListenerh">trunk/Source/WebCore/dom/EventListener.h</a></li>
<li><a href="#trunkSourceWebCoredomEventNamesh">trunk/Source/WebCore/dom/EventNames.h</a></li>
<li><a href="#trunkSourceWebCoredomEventPathh">trunk/Source/WebCore/dom/EventPath.h</a></li>
<li><a href="#trunkSourceWebCoredomEventQueueh">trunk/Source/WebCore/dom/EventQueue.h</a></li>
<li><a href="#trunkSourceWebCoredomEventSenderh">trunk/Source/WebCore/dom/EventSender.h</a></li>
<li><a href="#trunkSourceWebCoredomExceptionBaseh">trunk/Source/WebCore/dom/ExceptionBase.h</a></li>
<li><a href="#trunkSourceWebCoredomExceptionCodePlaceholderh">trunk/Source/WebCore/dom/ExceptionCodePlaceholder.h</a></li>
<li><a href="#trunkSourceWebCoredomExtensionStyleSheetsh">trunk/Source/WebCore/dom/ExtensionStyleSheets.h</a></li>
<li><a href="#trunkSourceWebCoredomFocusEventh">trunk/Source/WebCore/dom/FocusEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomFragmentScriptingPermissionh">trunk/Source/WebCore/dom/FragmentScriptingPermission.h</a></li>
<li><a href="#trunkSourceWebCoredomGenericEventQueueh">trunk/Source/WebCore/dom/GenericEventQueue.h</a></li>
<li><a href="#trunkSourceWebCoredomHashChangeEventh">trunk/Source/WebCore/dom/HashChangeEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomIdTargetObserverh">trunk/Source/WebCore/dom/IdTargetObserver.h</a></li>
<li><a href="#trunkSourceWebCoredomIdTargetObserverRegistryh">trunk/Source/WebCore/dom/IdTargetObserverRegistry.h</a></li>
<li><a href="#trunkSourceWebCoredomIgnoreDestructiveWriteCountIncrementerh">trunk/Source/WebCore/dom/IgnoreDestructiveWriteCountIncrementer.h</a></li>
<li><a href="#trunkSourceWebCoredomIgnoreOpensDuringUnloadCountIncrementerh">trunk/Source/WebCore/dom/IgnoreOpensDuringUnloadCountIncrementer.h</a></li>
<li><a href="#trunkSourceWebCoredomInlineStyleSheetOwnerh">trunk/Source/WebCore/dom/InlineStyleSheetOwner.h</a></li>
<li><a href="#trunkSourceWebCoredomLiveNodeListh">trunk/Source/WebCore/dom/LiveNodeList.h</a></li>
<li><a href="#trunkSourceWebCoredomMessageChannelh">trunk/Source/WebCore/dom/MessageChannel.h</a></li>
<li><a href="#trunkSourceWebCoredomMessagePortChannelh">trunk/Source/WebCore/dom/MessagePortChannel.h</a></li>
<li><a href="#trunkSourceWebCoredomMicrotasksh">trunk/Source/WebCore/dom/Microtasks.h</a></li>
<li><a href="#trunkSourceWebCoredomMutationCallbackh">trunk/Source/WebCore/dom/MutationCallback.h</a></li>
<li><a href="#trunkSourceWebCoredomMutationObserverh">trunk/Source/WebCore/dom/MutationObserver.h</a></li>
<li><a href="#trunkSourceWebCoredomMutationObserverInterestGrouph">trunk/Source/WebCore/dom/MutationObserverInterestGroup.h</a></li>
<li><a href="#trunkSourceWebCoredomMutationObserverRegistrationh">trunk/Source/WebCore/dom/MutationObserverRegistration.h</a></li>
<li><a href="#trunkSourceWebCoredomMutationRecordh">trunk/Source/WebCore/dom/MutationRecord.h</a></li>
<li><a href="#trunkSourceWebCoredomNameNodeListh">trunk/Source/WebCore/dom/NameNodeList.h</a></li>
<li><a href="#trunkSourceWebCoredomNamedFlowCollectionh">trunk/Source/WebCore/dom/NamedFlowCollection.h</a></li>
<li><a href="#trunkSourceWebCoredomNativeNodeFilterh">trunk/Source/WebCore/dom/NativeNodeFilter.h</a></li>
<li><a href="#trunkSourceWebCoredomNoEventDispatchAssertionh">trunk/Source/WebCore/dom/NoEventDispatchAssertion.h</a></li>
<li><a href="#trunkSourceWebCoredomNodeFilterh">trunk/Source/WebCore/dom/NodeFilter.h</a></li>
<li><a href="#trunkSourceWebCoredomNodeListh">trunk/Source/WebCore/dom/NodeList.h</a></li>
<li><a href="#trunkSourceWebCoredomNodeRareDatah">trunk/Source/WebCore/dom/NodeRareData.h</a></li>
<li><a href="#trunkSourceWebCoredomNodeRenderStyleh">trunk/Source/WebCore/dom/NodeRenderStyle.h</a></li>
<li><a href="#trunkSourceWebCoredomNodeWithIndexh">trunk/Source/WebCore/dom/NodeWithIndex.h</a></li>
<li><a href="#trunkSourceWebCoredomOverflowEventh">trunk/Source/WebCore/dom/OverflowEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomPageTransitionEventh">trunk/Source/WebCore/dom/PageTransitionEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomPositionh">trunk/Source/WebCore/dom/Position.h</a></li>
<li><a href="#trunkSourceWebCoredomPositionIteratorh">trunk/Source/WebCore/dom/PositionIterator.h</a></li>
<li><a href="#trunkSourceWebCoredomProcessingInstructionh">trunk/Source/WebCore/dom/ProcessingInstruction.h</a></li>
<li><a href="#trunkSourceWebCoredomProgressEventh">trunk/Source/WebCore/dom/ProgressEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomPseudoElementh">trunk/Source/WebCore/dom/PseudoElement.h</a></li>
<li><a href="#trunkSourceWebCoredomQualifiedNameh">trunk/Source/WebCore/dom/QualifiedName.h</a></li>
<li><a href="#trunkSourceWebCoredomRangeBoundaryPointh">trunk/Source/WebCore/dom/RangeBoundaryPoint.h</a></li>
<li><a href="#trunkSourceWebCoredomRawDataDocumentParserh">trunk/Source/WebCore/dom/RawDataDocumentParser.h</a></li>
<li><a href="#trunkSourceWebCoredomRegisteredEventListenerh">trunk/Source/WebCore/dom/RegisteredEventListener.h</a></li>
<li><a href="#trunkSourceWebCoredomRenderedDocumentMarkerh">trunk/Source/WebCore/dom/RenderedDocumentMarker.h</a></li>
<li><a href="#trunkSourceWebCoredomRequestAnimationFrameCallbackh">trunk/Source/WebCore/dom/RequestAnimationFrameCallback.h</a></li>
<li><a href="#trunkSourceWebCoredomScopedEventQueueh">trunk/Source/WebCore/dom/ScopedEventQueue.h</a></li>
<li><a href="#trunkSourceWebCoredomScriptableDocumentParserh">trunk/Source/WebCore/dom/ScriptableDocumentParser.h</a></li>
<li><a href="#trunkSourceWebCoredomScriptedAnimationControllerh">trunk/Source/WebCore/dom/ScriptedAnimationController.h</a></li>
<li><a href="#trunkSourceWebCoredomSecurityContexth">trunk/Source/WebCore/dom/SecurityContext.h</a></li>
<li><a href="#trunkSourceWebCoredomSecurityOriginPolicyh">trunk/Source/WebCore/dom/SecurityOriginPolicy.h</a></li>
<li><a href="#trunkSourceWebCoredomSecurityPolicyViolationEventh">trunk/Source/WebCore/dom/SecurityPolicyViolationEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomSelectorQueryh">trunk/Source/WebCore/dom/SelectorQuery.h</a></li>
<li><a href="#trunkSourceWebCoredomSimulatedClickh">trunk/Source/WebCore/dom/SimulatedClick.h</a></li>
<li><a href="#trunkSourceWebCoredomSimulatedClickOptionsh">trunk/Source/WebCore/dom/SimulatedClickOptions.h</a></li>
<li><a href="#trunkSourceWebCoredomSlotAssignmenth">trunk/Source/WebCore/dom/SlotAssignment.h</a></li>
<li><a href="#trunkSourceWebCoredomSpaceSplitStringh">trunk/Source/WebCore/dom/SpaceSplitString.h</a></li>
<li><a href="#trunkSourceWebCoredomStaticNodeListh">trunk/Source/WebCore/dom/StaticNodeList.h</a></li>
<li><a href="#trunkSourceWebCoredomStringCallbackh">trunk/Source/WebCore/dom/StringCallback.h</a></li>
<li><a href="#trunkSourceWebCoredomStyledElementh">trunk/Source/WebCore/dom/StyledElement.h</a></li>
<li><a href="#trunkSourceWebCoredomTagCollectionh">trunk/Source/WebCore/dom/TagCollection.h</a></li>
<li><a href="#trunkSourceWebCoredomTemplateContentDocumentFragmenth">trunk/Source/WebCore/dom/TemplateContentDocumentFragment.h</a></li>
<li><a href="#trunkSourceWebCoredomTextEventInputTypeh">trunk/Source/WebCore/dom/TextEventInputType.h</a></li>
<li><a href="#trunkSourceWebCoredomTextNodeTraversalh">trunk/Source/WebCore/dom/TextNodeTraversal.h</a></li>
<li><a href="#trunkSourceWebCoredomTouchh">trunk/Source/WebCore/dom/Touch.h</a></li>
<li><a href="#trunkSourceWebCoredomTouchEventh">trunk/Source/WebCore/dom/TouchEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomTransformSourceh">trunk/Source/WebCore/dom/TransformSource.h</a></li>
<li><a href="#trunkSourceWebCoredomTransitionEventh">trunk/Source/WebCore/dom/TransitionEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomTreeDepthLimith">trunk/Source/WebCore/dom/TreeDepthLimit.h</a></li>
<li><a href="#trunkSourceWebCoredomTreeScopeh">trunk/Source/WebCore/dom/TreeScope.h</a></li>
<li><a href="#trunkSourceWebCoredomTreeScopeAdopterh">trunk/Source/WebCore/dom/TreeScopeAdopter.h</a></li>
<li><a href="#trunkSourceWebCoredomTypedElementDescendantIteratorh">trunk/Source/WebCore/dom/TypedElementDescendantIterator.h</a></li>
<li><a href="#trunkSourceWebCoredomUIEventWithKeyStateh">trunk/Source/WebCore/dom/UIEventWithKeyState.h</a></li>
<li><a href="#trunkSourceWebCoredomUserActionElementSeth">trunk/Source/WebCore/dom/UserActionElementSet.h</a></li>
<li><a href="#trunkSourceWebCoredomUserTypingGestureIndicatorh">trunk/Source/WebCore/dom/UserTypingGestureIndicator.h</a></li>
<li><a href="#trunkSourceWebCoredomViewportArgumentsh">trunk/Source/WebCore/dom/ViewportArguments.h</a></li>
<li><a href="#trunkSourceWebCoredomVisitedLinkStateh">trunk/Source/WebCore/dom/VisitedLinkState.h</a></li>
<li><a href="#trunkSourceWebCoredomWebKitAnimationEventh">trunk/Source/WebCore/dom/WebKitAnimationEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomWebKitNamedFlowh">trunk/Source/WebCore/dom/WebKitNamedFlow.h</a></li>
<li><a href="#trunkSourceWebCoredomWebKitTransitionEventh">trunk/Source/WebCore/dom/WebKitTransitionEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomXMLDocumenth">trunk/Source/WebCore/dom/XMLDocument.h</a></li>
<li><a href="#trunkSourceWebCoredomdefaultPlatformMessagePortChannelh">trunk/Source/WebCore/dom/default/PlatformMessagePortChannel.h</a></li>
<li><a href="#trunkSourceWebCorehtmlAutocapitalizeh">trunk/Source/WebCore/html/Autocapitalize.h</a></li>
<li><a href="#trunkSourceWebCorehtmlAutofillh">trunk/Source/WebCore/html/Autofill.h</a></li>
<li><a href="#trunkSourceWebCorehtmlBaseButtonInputTypeh">trunk/Source/WebCore/html/BaseButtonInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlBaseCheckableInputTypeh">trunk/Source/WebCore/html/BaseCheckableInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlBaseChooserOnlyDateAndTimeInputTypeh">trunk/Source/WebCore/html/BaseChooserOnlyDateAndTimeInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlBaseClickableWithKeyInputTypeh">trunk/Source/WebCore/html/BaseClickableWithKeyInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlBaseTextInputTypeh">trunk/Source/WebCore/html/BaseTextInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlButtonInputTypeh">trunk/Source/WebCore/html/ButtonInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlCachedHTMLCollectionh">trunk/Source/WebCore/html/CachedHTMLCollection.h</a></li>
<li><a href="#trunkSourceWebCorehtmlCheckboxInputTypeh">trunk/Source/WebCore/html/CheckboxInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlCollectionTraversalh">trunk/Source/WebCore/html/CollectionTraversal.h</a></li>
<li><a href="#trunkSourceWebCorehtmlCollectionTypeh">trunk/Source/WebCore/html/CollectionType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlColorInputTypeh">trunk/Source/WebCore/html/ColorInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlDOMFormDatah">trunk/Source/WebCore/html/DOMFormData.h</a></li>
<li><a href="#trunkSourceWebCorehtmlDateInputTypeh">trunk/Source/WebCore/html/DateInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlDateTimeInputTypeh">trunk/Source/WebCore/html/DateTimeInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlEmailInputTypeh">trunk/Source/WebCore/html/EmailInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlFTPDirectoryDocumenth">trunk/Source/WebCore/html/FTPDirectoryDocument.h</a></li>
<li><a href="#trunkSourceWebCorehtmlFileInputTypeh">trunk/Source/WebCore/html/FileInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlFormAssociatedElementh">trunk/Source/WebCore/html/FormAssociatedElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlFormControllerh">trunk/Source/WebCore/html/FormController.h</a></li>
<li><a href="#trunkSourceWebCorehtmlFormDataListh">trunk/Source/WebCore/html/FormDataList.h</a></li>
<li><a href="#trunkSourceWebCorehtmlFormNamedItemh">trunk/Source/WebCore/html/FormNamedItem.h</a></li>
<li><a href="#trunkSourceWebCorehtmlGenericCachedHTMLCollectionh">trunk/Source/WebCore/html/GenericCachedHTMLCollection.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLAllCollectionh">trunk/Source/WebCore/html/HTMLAllCollection.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLAppletElementh">trunk/Source/WebCore/html/HTMLAppletElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLAudioElementh">trunk/Source/WebCore/html/HTMLAudioElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLBDIElementh">trunk/Source/WebCore/html/HTMLBDIElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLBRElementh">trunk/Source/WebCore/html/HTMLBRElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLBodyElementh">trunk/Source/WebCore/html/HTMLBodyElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLCollectionh">trunk/Source/WebCore/html/HTMLCollection.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLDListElementh">trunk/Source/WebCore/html/HTMLDListElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLDataElementh">trunk/Source/WebCore/html/HTMLDataElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLDataListElementh">trunk/Source/WebCore/html/HTMLDataListElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLDetailsElementh">trunk/Source/WebCore/html/HTMLDetailsElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLDirectoryElementh">trunk/Source/WebCore/html/HTMLDirectoryElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLDivElementh">trunk/Source/WebCore/html/HTMLDivElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLEmbedElementh">trunk/Source/WebCore/html/HTMLEmbedElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLFontElementh">trunk/Source/WebCore/html/HTMLFontElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLFormControlElementWithStateh">trunk/Source/WebCore/html/HTMLFormControlElementWithState.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLFormControlsCollectionh">trunk/Source/WebCore/html/HTMLFormControlsCollection.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLFrameSetElementh">trunk/Source/WebCore/html/HTMLFrameSetElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLHRElementh">trunk/Source/WebCore/html/HTMLHRElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLHeadElementh">trunk/Source/WebCore/html/HTMLHeadElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLHeadingElementh">trunk/Source/WebCore/html/HTMLHeadingElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLHtmlElementh">trunk/Source/WebCore/html/HTMLHtmlElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLKeygenElementh">trunk/Source/WebCore/html/HTMLKeygenElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLLIElementh">trunk/Source/WebCore/html/HTMLLIElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLLegendElementh">trunk/Source/WebCore/html/HTMLLegendElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLMediaElementEnumsh">trunk/Source/WebCore/html/HTMLMediaElementEnums.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLMenuElementh">trunk/Source/WebCore/html/HTMLMenuElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLMetaElementh">trunk/Source/WebCore/html/HTMLMetaElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLMeterElementh">trunk/Source/WebCore/html/HTMLMeterElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLModElementh">trunk/Source/WebCore/html/HTMLModElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLNameCollectionh">trunk/Source/WebCore/html/HTMLNameCollection.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLObjectElementh">trunk/Source/WebCore/html/HTMLObjectElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLOptGroupElementh">trunk/Source/WebCore/html/HTMLOptGroupElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLOutputElementh">trunk/Source/WebCore/html/HTMLOutputElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLParagraphElementh">trunk/Source/WebCore/html/HTMLParagraphElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLParamElementh">trunk/Source/WebCore/html/HTMLParamElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLPlugInElementh">trunk/Source/WebCore/html/HTMLPlugInElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLPlugInImageElementh">trunk/Source/WebCore/html/HTMLPlugInImageElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLPreElementh">trunk/Source/WebCore/html/HTMLPreElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLQuoteElementh">trunk/Source/WebCore/html/HTMLQuoteElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLSourceElementh">trunk/Source/WebCore/html/HTMLSourceElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLSpanElementh">trunk/Source/WebCore/html/HTMLSpanElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLSummaryElementh">trunk/Source/WebCore/html/HTMLSummaryElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLTableCaptionElementh">trunk/Source/WebCore/html/HTMLTableCaptionElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLTablePartElementh">trunk/Source/WebCore/html/HTMLTablePartElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLTableRowsCollectionh">trunk/Source/WebCore/html/HTMLTableRowsCollection.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLTemplateElementh">trunk/Source/WebCore/html/HTMLTemplateElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLTimeElementh">trunk/Source/WebCore/html/HTMLTimeElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLUListElementh">trunk/Source/WebCore/html/HTMLUListElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLUnknownElementh">trunk/Source/WebCore/html/HTMLUnknownElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHiddenInputTypeh">trunk/Source/WebCore/html/HiddenInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlImageDocumenth">trunk/Source/WebCore/html/ImageDocument.h</a></li>
<li><a href="#trunkSourceWebCorehtmlImageInputTypeh">trunk/Source/WebCore/html/ImageInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlInputTypeNamesh">trunk/Source/WebCore/html/InputTypeNames.h</a></li>
<li><a href="#trunkSourceWebCorehtmlLabelsNodeListh">trunk/Source/WebCore/html/LabelsNodeList.h</a></li>
<li><a href="#trunkSourceWebCorehtmlMediaDocumenth">trunk/Source/WebCore/html/MediaDocument.h</a></li>
<li><a href="#trunkSourceWebCorehtmlMediaElementSessionh">trunk/Source/WebCore/html/MediaElementSession.h</a></li>
<li><a href="#trunkSourceWebCorehtmlMediaErrorh">trunk/Source/WebCore/html/MediaError.h</a></li>
<li><a href="#trunkSourceWebCorehtmlMediaFragmentURIParserh">trunk/Source/WebCore/html/MediaFragmentURIParser.h</a></li>
<li><a href="#trunkSourceWebCorehtmlMonthInputTypeh">trunk/Source/WebCore/html/MonthInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlPasswordInputTypeh">trunk/Source/WebCore/html/PasswordInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlPluginDocumenth">trunk/Source/WebCore/html/PluginDocument.h</a></li>
<li><a href="#trunkSourceWebCorehtmlPublicURLManagerh">trunk/Source/WebCore/html/PublicURLManager.h</a></li>
<li><a href="#trunkSourceWebCorehtmlRadioInputTypeh">trunk/Source/WebCore/html/RadioInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlRadioNodeListh">trunk/Source/WebCore/html/RadioNodeList.h</a></li>
<li><a href="#trunkSourceWebCorehtmlResetInputTypeh">trunk/Source/WebCore/html/ResetInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlRubyElementh">trunk/Source/WebCore/html/RubyElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlRubyTextElementh">trunk/Source/WebCore/html/RubyTextElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlSearchInputTypeh">trunk/Source/WebCore/html/SearchInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlStepRangeh">trunk/Source/WebCore/html/StepRange.h</a></li>
<li><a href="#trunkSourceWebCorehtmlSubmitInputTypeh">trunk/Source/WebCore/html/SubmitInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlTelephoneInputTypeh">trunk/Source/WebCore/html/TelephoneInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlTextDocumenth">trunk/Source/WebCore/html/TextDocument.h</a></li>
<li><a href="#trunkSourceWebCorehtmlTextFieldInputTypeh">trunk/Source/WebCore/html/TextFieldInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlTextInputTypeh">trunk/Source/WebCore/html/TextInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlTextMetricsh">trunk/Source/WebCore/html/TextMetrics.h</a></li>
<li><a href="#trunkSourceWebCorehtmlTimeInputTypeh">trunk/Source/WebCore/html/TimeInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlTypeAheadh">trunk/Source/WebCore/html/TypeAhead.h</a></li>
<li><a href="#trunkSourceWebCorehtmlURLInputTypeh">trunk/Source/WebCore/html/URLInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlURLRegistryh">trunk/Source/WebCore/html/URLRegistry.h</a></li>
<li><a href="#trunkSourceWebCorehtmlValidationMessageh">trunk/Source/WebCore/html/ValidationMessage.h</a></li>
<li><a href="#trunkSourceWebCorehtmlValidityStateh">trunk/Source/WebCore/html/ValidityState.h</a></li>
<li><a href="#trunkSourceWebCorehtmlVoidCallbackh">trunk/Source/WebCore/html/VoidCallback.h</a></li>
<li><a href="#trunkSourceWebCorehtmlWebKitMediaKeyErrorh">trunk/Source/WebCore/html/WebKitMediaKeyError.h</a></li>
<li><a href="#trunkSourceWebCorehtmlWeekInputTypeh">trunk/Source/WebCore/html/WeekInputType.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasANGLEInstancedArraysh">trunk/Source/WebCore/html/canvas/ANGLEInstancedArrays.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasCanvasContextAttributesh">trunk/Source/WebCore/html/canvas/CanvasContextAttributes.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasCanvasProxyh">trunk/Source/WebCore/html/canvas/CanvasProxy.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasCanvasRenderingContexth">trunk/Source/WebCore/html/canvas/CanvasRenderingContext.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasCanvasStyleh">trunk/Source/WebCore/html/canvas/CanvasStyle.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasDOMPathh">trunk/Source/WebCore/html/canvas/DOMPath.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasEXTBlendMinMaxh">trunk/Source/WebCore/html/canvas/EXTBlendMinMax.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasEXTFragDepthh">trunk/Source/WebCore/html/canvas/EXTFragDepth.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasEXTShaderTextureLODh">trunk/Source/WebCore/html/canvas/EXTShaderTextureLOD.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasEXTTextureFilterAnisotropich">trunk/Source/WebCore/html/canvas/EXTTextureFilterAnisotropic.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasEXTsRGBh">trunk/Source/WebCore/html/canvas/EXTsRGB.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasOESElementIndexUinth">trunk/Source/WebCore/html/canvas/OESElementIndexUint.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasOESStandardDerivativesh">trunk/Source/WebCore/html/canvas/OESStandardDerivatives.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasOESTextureFloath">trunk/Source/WebCore/html/canvas/OESTextureFloat.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasOESTextureFloatLinearh">trunk/Source/WebCore/html/canvas/OESTextureFloatLinear.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasOESTextureHalfFloath">trunk/Source/WebCore/html/canvas/OESTextureHalfFloat.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasOESTextureHalfFloatLinearh">trunk/Source/WebCore/html/canvas/OESTextureHalfFloatLinear.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLActiveInfoh">trunk/Source/WebCore/html/canvas/WebGLActiveInfo.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLBufferh">trunk/Source/WebCore/html/canvas/WebGLBuffer.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLCompressedTextureATCh">trunk/Source/WebCore/html/canvas/WebGLCompressedTextureATC.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLCompressedTexturePVRTCh">trunk/Source/WebCore/html/canvas/WebGLCompressedTexturePVRTC.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLCompressedTextureS3TCh">trunk/Source/WebCore/html/canvas/WebGLCompressedTextureS3TC.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLContextAttributesh">trunk/Source/WebCore/html/canvas/WebGLContextAttributes.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLContextEventh">trunk/Source/WebCore/html/canvas/WebGLContextEvent.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLContextGrouph">trunk/Source/WebCore/html/canvas/WebGLContextGroup.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLContextObjecth">trunk/Source/WebCore/html/canvas/WebGLContextObject.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLDebugRendererInfoh">trunk/Source/WebCore/html/canvas/WebGLDebugRendererInfo.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLDebugShadersh">trunk/Source/WebCore/html/canvas/WebGLDebugShaders.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLDepthTextureh">trunk/Source/WebCore/html/canvas/WebGLDepthTexture.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLDrawBuffersh">trunk/Source/WebCore/html/canvas/WebGLDrawBuffers.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLExtensionh">trunk/Source/WebCore/html/canvas/WebGLExtension.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLFramebufferh">trunk/Source/WebCore/html/canvas/WebGLFramebuffer.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLGetInfoh">trunk/Source/WebCore/html/canvas/WebGLGetInfo.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLLoseContexth">trunk/Source/WebCore/html/canvas/WebGLLoseContext.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLObjecth">trunk/Source/WebCore/html/canvas/WebGLObject.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLProgramh">trunk/Source/WebCore/html/canvas/WebGLProgram.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLQueryh">trunk/Source/WebCore/html/canvas/WebGLQuery.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLRenderbufferh">trunk/Source/WebCore/html/canvas/WebGLRenderbuffer.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLSamplerh">trunk/Source/WebCore/html/canvas/WebGLSampler.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLShaderh">trunk/Source/WebCore/html/canvas/WebGLShader.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLShaderPrecisionFormath">trunk/Source/WebCore/html/canvas/WebGLShaderPrecisionFormat.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLSharedObjecth">trunk/Source/WebCore/html/canvas/WebGLSharedObject.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLSynch">trunk/Source/WebCore/html/canvas/WebGLSync.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLTextureh">trunk/Source/WebCore/html/canvas/WebGLTexture.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLTransformFeedbackh">trunk/Source/WebCore/html/canvas/WebGLTransformFeedback.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLUniformLocationh">trunk/Source/WebCore/html/canvas/WebGLUniformLocation.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLVertexArrayObjecth">trunk/Source/WebCore/html/canvas/WebGLVertexArrayObject.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLVertexArrayObjectBaseh">trunk/Source/WebCore/html/canvas/WebGLVertexArrayObjectBase.h</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLVertexArrayObjectOESh">trunk/Source/WebCore/html/canvas/WebGLVertexArrayObjectOES.h</a></li>
<li><a href="#trunkSourceWebCorehtmlformsFileIconLoaderh">trunk/Source/WebCore/html/forms/FileIconLoader.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserAtomicHTMLTokenh">trunk/Source/WebCore/html/parser/AtomicHTMLToken.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserCSSPreloadScannerh">trunk/Source/WebCore/html/parser/CSSPreloadScanner.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLConstructionSiteh">trunk/Source/WebCore/html/parser/HTMLConstructionSite.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLDocumentParserh">trunk/Source/WebCore/html/parser/HTMLDocumentParser.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLElementStackh">trunk/Source/WebCore/html/parser/HTMLElementStack.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLEntityParserh">trunk/Source/WebCore/html/parser/HTMLEntityParser.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLEntitySearchh">trunk/Source/WebCore/html/parser/HTMLEntitySearch.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLEntityTableh">trunk/Source/WebCore/html/parser/HTMLEntityTable.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLFormattingElementListh">trunk/Source/WebCore/html/parser/HTMLFormattingElementList.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLInputStreamh">trunk/Source/WebCore/html/parser/HTMLInputStream.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLMetaCharsetParserh">trunk/Source/WebCore/html/parser/HTMLMetaCharsetParser.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLParserIdiomsh">trunk/Source/WebCore/html/parser/HTMLParserIdioms.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLParserOptionsh">trunk/Source/WebCore/html/parser/HTMLParserOptions.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLParserSchedulerh">trunk/Source/WebCore/html/parser/HTMLParserScheduler.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLPreloadScannerh">trunk/Source/WebCore/html/parser/HTMLPreloadScanner.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLResourcePreloaderh">trunk/Source/WebCore/html/parser/HTMLResourcePreloader.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLScriptRunnerh">trunk/Source/WebCore/html/parser/HTMLScriptRunner.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLScriptRunnerHosth">trunk/Source/WebCore/html/parser/HTMLScriptRunnerHost.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLSourceTrackerh">trunk/Source/WebCore/html/parser/HTMLSourceTracker.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLSrcsetParserh">trunk/Source/WebCore/html/parser/HTMLSrcsetParser.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLStackItemh">trunk/Source/WebCore/html/parser/HTMLStackItem.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLTokenh">trunk/Source/WebCore/html/parser/HTMLToken.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLTokenizerh">trunk/Source/WebCore/html/parser/HTMLTokenizer.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLTreeBuilderh">trunk/Source/WebCore/html/parser/HTMLTreeBuilder.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserInputStreamPreprocessorh">trunk/Source/WebCore/html/parser/InputStreamPreprocessor.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserNestingLevelIncrementerh">trunk/Source/WebCore/html/parser/NestingLevelIncrementer.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserParsingUtilitiesh">trunk/Source/WebCore/html/parser/ParsingUtilities.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserTextDocumentParserh">trunk/Source/WebCore/html/parser/TextDocumentParser.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserXSSAuditorh">trunk/Source/WebCore/html/parser/XSSAuditor.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserXSSAuditorDelegateh">trunk/Source/WebCore/html/parser/XSSAuditorDelegate.h</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowAutoFillButtonElementh">trunk/Source/WebCore/html/shadow/AutoFillButtonElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowDetailsMarkerControlh">trunk/Source/WebCore/html/shadow/DetailsMarkerControl.h</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowImageControlsRootElementh">trunk/Source/WebCore/html/shadow/ImageControlsRootElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowMediaControlElementTypesh">trunk/Source/WebCore/html/shadow/MediaControlElementTypes.h</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowMediaControlElementsh">trunk/Source/WebCore/html/shadow/MediaControlElements.h</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowMediaControlsh">trunk/Source/WebCore/html/shadow/MediaControls.h</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowMediaControlsAppleh">trunk/Source/WebCore/html/shadow/MediaControlsApple.h</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowProgressShadowElementh">trunk/Source/WebCore/html/shadow/ProgressShadowElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowSliderThumbElementh">trunk/Source/WebCore/html/shadow/SliderThumbElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowSpinButtonElementh">trunk/Source/WebCore/html/shadow/SpinButtonElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowTextControlInnerElementsh">trunk/Source/WebCore/html/shadow/TextControlInnerElements.h</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowYouTubeEmbedShadowElementh">trunk/Source/WebCore/html/shadow/YouTubeEmbedShadowElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowmacImageControlsButtonElementMach">trunk/Source/WebCore/html/shadow/mac/ImageControlsButtonElementMac.h</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowmacImageControlsRootElementMach">trunk/Source/WebCore/html/shadow/mac/ImageControlsRootElementMac.h</a></li>
<li><a href="#trunkSourceWebCorehtmltrackAudioTrackListh">trunk/Source/WebCore/html/track/AudioTrackList.h</a></li>
<li><a href="#trunkSourceWebCorehtmltrackBufferedLineReaderh">trunk/Source/WebCore/html/track/BufferedLineReader.h</a></li>
<li><a href="#trunkSourceWebCorehtmltrackInbandWebVTTTextTrackh">trunk/Source/WebCore/html/track/InbandWebVTTTextTrack.h</a></li>
<li><a href="#trunkSourceWebCorehtmltrackTextTrackCueListh">trunk/Source/WebCore/html/track/TextTrackCueList.h</a></li>
<li><a href="#trunkSourceWebCorehtmltrackTextTrackListh">trunk/Source/WebCore/html/track/TextTrackList.h</a></li>
<li><a href="#trunkSourceWebCorehtmltrackTrackEventh">trunk/Source/WebCore/html/track/TrackEvent.h</a></li>
<li><a href="#trunkSourceWebCorehtmltrackTrackListBaseh">trunk/Source/WebCore/html/track/TrackListBase.h</a></li>
<li><a href="#trunkSourceWebCorehtmltrackVTTRegionListh">trunk/Source/WebCore/html/track/VTTRegionList.h</a></li>
<li><a href="#trunkSourceWebCorehtmltrackVTTScannerh">trunk/Source/WebCore/html/track/VTTScanner.h</a></li>
<li><a href="#trunkSourceWebCorehtmltrackVideoTrackListh">trunk/Source/WebCore/html/track/VideoTrackList.h</a></li>
<li><a href="#trunkSourceWebCorehtmltrackWebVTTElementh">trunk/Source/WebCore/html/track/WebVTTElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmltrackWebVTTParserh">trunk/Source/WebCore/html/track/WebVTTParser.h</a></li>
<li><a href="#trunkSourceWebCorehtmltrackWebVTTTokenh">trunk/Source/WebCore/html/track/WebVTTToken.h</a></li>
<li><a href="#trunkSourceWebCorehtmltrackWebVTTTokenizerh">trunk/Source/WebCore/html/track/WebVTTTokenizer.h</a></li>
<li><a href="#trunkSourceWebCorepageAdjustViewSizeOrNoth">trunk/Source/WebCore/page/AdjustViewSizeOrNot.h</a></li>
<li><a href="#trunkSourceWebCorepageAlternativeTextClienth">trunk/Source/WebCore/page/AlternativeTextClient.h</a></li>
<li><a href="#trunkSourceWebCorepageAutoscrollControllerh">trunk/Source/WebCore/page/AutoscrollController.h</a></li>
<li><a href="#trunkSourceWebCorepageBarProph">trunk/Source/WebCore/page/BarProp.h</a></li>
<li><a href="#trunkSourceWebCorepageCaptionUserPreferencesMediaAFh">trunk/Source/WebCore/page/CaptionUserPreferencesMediaAF.h</a></li>
<li><a href="#trunkSourceWebCorepageChromeh">trunk/Source/WebCore/page/Chrome.h</a></li>
<li><a href="#trunkSourceWebCorepageChromeClienth">trunk/Source/WebCore/page/ChromeClient.h</a></li>
<li><a href="#trunkSourceWebCorepageContextMenuClienth">trunk/Source/WebCore/page/ContextMenuClient.h</a></li>
<li><a href="#trunkSourceWebCorepageContextMenuContexth">trunk/Source/WebCore/page/ContextMenuContext.h</a></li>
<li><a href="#trunkSourceWebCorepageContextMenuControllerh">trunk/Source/WebCore/page/ContextMenuController.h</a></li>
<li><a href="#trunkSourceWebCorepageContextMenuProviderh">trunk/Source/WebCore/page/ContextMenuProvider.h</a></li>
<li><a href="#trunkSourceWebCorepageDOMTimerh">trunk/Source/WebCore/page/DOMTimer.h</a></li>
<li><a href="#trunkSourceWebCorepageDOMWindowExtensionh">trunk/Source/WebCore/page/DOMWindowExtension.h</a></li>
<li><a href="#trunkSourceWebCorepageDOMWindowPropertyh">trunk/Source/WebCore/page/DOMWindowProperty.h</a></li>
<li><a href="#trunkSourceWebCorepageDatabaseProviderh">trunk/Source/WebCore/page/DatabaseProvider.h</a></li>
<li><a href="#trunkSourceWebCorepageDebugPageOverlaysh">trunk/Source/WebCore/page/DebugPageOverlays.h</a></li>
<li><a href="#trunkSourceWebCorepageDeviceClienth">trunk/Source/WebCore/page/DeviceClient.h</a></li>
<li><a href="#trunkSourceWebCorepageDeviceControllerh">trunk/Source/WebCore/page/DeviceController.h</a></li>
<li><a href="#trunkSourceWebCorepageDiagnosticLoggingClienth">trunk/Source/WebCore/page/DiagnosticLoggingClient.h</a></li>
<li><a href="#trunkSourceWebCorepageDiagnosticLoggingKeysh">trunk/Source/WebCore/page/DiagnosticLoggingKeys.h</a></li>
<li><a href="#trunkSourceWebCorepageDiagnosticLoggingResultTypeh">trunk/Source/WebCore/page/DiagnosticLoggingResultType.h</a></li>
<li><a href="#trunkSourceWebCorepageDragActionsh">trunk/Source/WebCore/page/DragActions.h</a></li>
<li><a href="#trunkSourceWebCorepageDragClienth">trunk/Source/WebCore/page/DragClient.h</a></li>
<li><a href="#trunkSourceWebCorepageDragControllerh">trunk/Source/WebCore/page/DragController.h</a></li>
<li><a href="#trunkSourceWebCorepageDragStateh">trunk/Source/WebCore/page/DragState.h</a></li>
<li><a href="#trunkSourceWebCorepageEventHandlerh">trunk/Source/WebCore/page/EventHandler.h</a></li>
<li><a href="#trunkSourceWebCorepageFocusControllerh">trunk/Source/WebCore/page/FocusController.h</a></li>
<li><a href="#trunkSourceWebCorepageFocusDirectionh">trunk/Source/WebCore/page/FocusDirection.h</a></li>
<li><a href="#trunkSourceWebCorepageFrameh">trunk/Source/WebCore/page/Frame.h</a></li>
<li><a href="#trunkSourceWebCorepageFrameDestructionObserverh">trunk/Source/WebCore/page/FrameDestructionObserver.h</a></li>
<li><a href="#trunkSourceWebCorepageFrameSnapshottingh">trunk/Source/WebCore/page/FrameSnapshotting.h</a></li>
<li><a href="#trunkSourceWebCorepageFrameTreeh">trunk/Source/WebCore/page/FrameTree.h</a></li>
<li><a href="#trunkSourceWebCorepageLayerFlushThrottleStateh">trunk/Source/WebCore/page/LayerFlushThrottleState.h</a></li>
<li><a href="#trunkSourceWebCorepageLayoutMilestonesh">trunk/Source/WebCore/page/LayoutMilestones.h</a></li>
<li><a href="#trunkSourceWebCorepageMainFrameh">trunk/Source/WebCore/page/MainFrame.h</a></li>
<li><a href="#trunkSourceWebCorepageMediaCanStartListenerh">trunk/Source/WebCore/page/MediaCanStartListener.h</a></li>
<li><a href="#trunkSourceWebCorepageMediaProducerh">trunk/Source/WebCore/page/MediaProducer.h</a></li>
<li><a href="#trunkSourceWebCorepageMouseEventWithHitTestResultsh">trunk/Source/WebCore/page/MouseEventWithHitTestResults.h</a></li>
<li><a href="#trunkSourceWebCorepageOriginAccessEntryh">trunk/Source/WebCore/page/OriginAccessEntry.h</a></li>
<li><a href="#trunkSourceWebCorepagePageConsoleClienth">trunk/Source/WebCore/page/PageConsoleClient.h</a></li>
<li><a href="#trunkSourceWebCorepagePageDebuggableh">trunk/Source/WebCore/page/PageDebuggable.h</a></li>
<li><a href="#trunkSourceWebCorepagePageGrouph">trunk/Source/WebCore/page/PageGroup.h</a></li>
<li><a href="#trunkSourceWebCorepagePageGroupLoadDeferrerh">trunk/Source/WebCore/page/PageGroupLoadDeferrer.h</a></li>
<li><a href="#trunkSourceWebCorepagePageOverlayh">trunk/Source/WebCore/page/PageOverlay.h</a></li>
<li><a href="#trunkSourceWebCorepagePageOverlayControllerh">trunk/Source/WebCore/page/PageOverlayController.h</a></li>
<li><a href="#trunkSourceWebCorepagePageSerializerh">trunk/Source/WebCore/page/PageSerializer.h</a></li>
<li><a href="#trunkSourceWebCorepagePageThrottlerh">trunk/Source/WebCore/page/PageThrottler.h</a></li>
<li><a href="#trunkSourceWebCorepagePageVisibilityStateh">trunk/Source/WebCore/page/PageVisibilityState.h</a></li>
<li><a href="#trunkSourceWebCorepagePerformanceEntryh">trunk/Source/WebCore/page/PerformanceEntry.h</a></li>
<li><a href="#trunkSourceWebCorepagePerformanceMarkh">trunk/Source/WebCore/page/PerformanceMark.h</a></li>
<li><a href="#trunkSourceWebCorepagePerformanceMeasureh">trunk/Source/WebCore/page/PerformanceMeasure.h</a></li>
<li><a href="#trunkSourceWebCorepagePerformanceNavigationh">trunk/Source/WebCore/page/PerformanceNavigation.h</a></li>
<li><a href="#trunkSourceWebCorepagePerformanceResourceTimingh">trunk/Source/WebCore/page/PerformanceResourceTiming.h</a></li>
<li><a href="#trunkSourceWebCorepagePerformanceTimingh">trunk/Source/WebCore/page/PerformanceTiming.h</a></li>
<li><a href="#trunkSourceWebCorepagePlugInClienth">trunk/Source/WebCore/page/PlugInClient.h</a></li>
<li><a href="#trunkSourceWebCorepagePointerLockControllerh">trunk/Source/WebCore/page/PointerLockController.h</a></li>
<li><a href="#trunkSourceWebCorepagePopupOpeningObserverh">trunk/Source/WebCore/page/PopupOpeningObserver.h</a></li>
<li><a href="#trunkSourceWebCorepagePrintContexth">trunk/Source/WebCore/page/PrintContext.h</a></li>
<li><a href="#trunkSourceWebCorepageResourceUsageDatah">trunk/Source/WebCore/page/ResourceUsageData.h</a></li>
<li><a href="#trunkSourceWebCorepageResourceUsageOverlayh">trunk/Source/WebCore/page/ResourceUsageOverlay.h</a></li>
<li><a href="#trunkSourceWebCorepageResourceUsageThreadh">trunk/Source/WebCore/page/ResourceUsageThread.h</a></li>
<li><a href="#trunkSourceWebCorepageScreenh">trunk/Source/WebCore/page/Screen.h</a></li>
<li><a href="#trunkSourceWebCorepageSecurityOriginDatah">trunk/Source/WebCore/page/SecurityOriginData.h</a></li>
<li><a href="#trunkSourceWebCorepageSessionIDh">trunk/Source/WebCore/page/SessionID.h</a></li>
<li><a href="#trunkSourceWebCorepageSpatialNavigationh">trunk/Source/WebCore/page/SpatialNavigation.h</a></li>
<li><a href="#trunkSourceWebCorepageSuspendableTimerh">trunk/Source/WebCore/page/SuspendableTimer.h</a></li>
<li><a href="#trunkSourceWebCorepageTextIndicatorh">trunk/Source/WebCore/page/TextIndicator.h</a></li>
<li><a href="#trunkSourceWebCorepageUserContentControllerh">trunk/Source/WebCore/page/UserContentController.h</a></li>
<li><a href="#trunkSourceWebCorepageUserContentProviderh">trunk/Source/WebCore/page/UserContentProvider.h</a></li>
<li><a href="#trunkSourceWebCorepageUserContentTypesh">trunk/Source/WebCore/page/UserContentTypes.h</a></li>
<li><a href="#trunkSourceWebCorepageUserContentURLPatternh">trunk/Source/WebCore/page/UserContentURLPattern.h</a></li>
<li><a href="#trunkSourceWebCorepageUserMessageHandlerDescriptorh">trunk/Source/WebCore/page/UserMessageHandlerDescriptor.h</a></li>
<li><a href="#trunkSourceWebCorepageUserMessageHandlerDescriptorTypesh">trunk/Source/WebCore/page/UserMessageHandlerDescriptorTypes.h</a></li>
<li><a href="#trunkSourceWebCorepageUserMessageHandlersNamespaceh">trunk/Source/WebCore/page/UserMessageHandlersNamespace.h</a></li>
<li><a href="#trunkSourceWebCorepageUserScripth">trunk/Source/WebCore/page/UserScript.h</a></li>
<li><a href="#trunkSourceWebCorepageUserScriptTypesh">trunk/Source/WebCore/page/UserScriptTypes.h</a></li>
<li><a href="#trunkSourceWebCorepageUserStyleSheeth">trunk/Source/WebCore/page/UserStyleSheet.h</a></li>
<li><a href="#trunkSourceWebCorepageUserStyleSheetTypesh">trunk/Source/WebCore/page/UserStyleSheetTypes.h</a></li>
<li><a href="#trunkSourceWebCorepageValidationMessageClienth">trunk/Source/WebCore/page/ValidationMessageClient.h</a></li>
<li><a href="#trunkSourceWebCorepageViewStateh">trunk/Source/WebCore/page/ViewState.h</a></li>
<li><a href="#trunkSourceWebCorepageViewStateChangeObserverh">trunk/Source/WebCore/page/ViewStateChangeObserver.h</a></li>
<li><a href="#trunkSourceWebCorepageViewportConfigurationh">trunk/Source/WebCore/page/ViewportConfiguration.h</a></li>
<li><a href="#trunkSourceWebCorepageVisitedLinkStoreh">trunk/Source/WebCore/page/VisitedLinkStore.h</a></li>
<li><a href="#trunkSourceWebCorepageWebCoreKeyboardUIModeh">trunk/Source/WebCore/page/WebCoreKeyboardUIMode.h</a></li>
<li><a href="#trunkSourceWebCorepageWebKitNamespaceh">trunk/Source/WebCore/page/WebKitNamespace.h</a></li>
<li><a href="#trunkSourceWebCorepageWebKitPointh">trunk/Source/WebCore/page/WebKitPoint.h</a></li>
<li><a href="#trunkSourceWebCorepageWheelEventDeltaFilterh">trunk/Source/WebCore/page/WheelEventDeltaFilter.h</a></li>
<li><a href="#trunkSourceWebCorepageiosWebEventRegionh">trunk/Source/WebCore/page/ios/WebEventRegion.h</a></li>
<li><a href="#trunkSourceWebCorepagemacServicesOverlayControllerh">trunk/Source/WebCore/page/mac/ServicesOverlayController.h</a></li>
<li><a href="#trunkSourceWebCorepagemacTextIndicatorWindowh">trunk/Source/WebCore/page/mac/TextIndicatorWindow.h</a></li>
<li><a href="#trunkSourceWebCorepagemacWheelEventDeltaFilterMach">trunk/Source/WebCore/page/mac/WheelEventDeltaFilterMac.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingAsyncScrollingCoordinatorh">trunk/Source/WebCore/page/scrolling/AsyncScrollingCoordinator.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingAxisScrollSnapOffsetsh">trunk/Source/WebCore/page/scrolling/AxisScrollSnapOffsets.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingScrollLatchingStateh">trunk/Source/WebCore/page/scrolling/ScrollLatchingState.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingScrollingConstraintsh">trunk/Source/WebCore/page/scrolling/ScrollingConstraints.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingScrollingCoordinatorh">trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingScrollingStateFixedNodeh">trunk/Source/WebCore/page/scrolling/ScrollingStateFixedNode.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingScrollingStateFrameScrollingNodeh">trunk/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingScrollingStateNodeh">trunk/Source/WebCore/page/scrolling/ScrollingStateNode.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingScrollingStateOverflowScrollingNodeh">trunk/Source/WebCore/page/scrolling/ScrollingStateOverflowScrollingNode.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingScrollingStateScrollingNodeh">trunk/Source/WebCore/page/scrolling/ScrollingStateScrollingNode.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingScrollingStateStickyNodeh">trunk/Source/WebCore/page/scrolling/ScrollingStateStickyNode.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingScrollingStateTreeh">trunk/Source/WebCore/page/scrolling/ScrollingStateTree.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingScrollingThreadh">trunk/Source/WebCore/page/scrolling/ScrollingThread.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingScrollingTreeh">trunk/Source/WebCore/page/scrolling/ScrollingTree.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingScrollingTreeFrameScrollingNodeh">trunk/Source/WebCore/page/scrolling/ScrollingTreeFrameScrollingNode.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingScrollingTreeNodeh">trunk/Source/WebCore/page/scrolling/ScrollingTreeNode.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingScrollingTreeOverflowScrollingNodeh">trunk/Source/WebCore/page/scrolling/ScrollingTreeOverflowScrollingNode.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingScrollingTreeScrollingNodeh">trunk/Source/WebCore/page/scrolling/ScrollingTreeScrollingNode.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingThreadedScrollingTreeh">trunk/Source/WebCore/page/scrolling/ThreadedScrollingTree.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingcoordinatedgraphicsScrollingCoordinatorCoordinatedGraphicsh">trunk/Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingiosScrollingCoordinatorIOSh">trunk/Source/WebCore/page/scrolling/ios/ScrollingCoordinatorIOS.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingiosScrollingTreeFrameScrollingNodeIOSh">trunk/Source/WebCore/page/scrolling/ios/ScrollingTreeFrameScrollingNodeIOS.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingiosScrollingTreeIOSh">trunk/Source/WebCore/page/scrolling/ios/ScrollingTreeIOS.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingmacScrollingCoordinatorMach">trunk/Source/WebCore/page/scrolling/mac/ScrollingCoordinatorMac.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingmacScrollingTreeFixedNodeh">trunk/Source/WebCore/page/scrolling/mac/ScrollingTreeFixedNode.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingmacScrollingTreeFrameScrollingNodeMach">trunk/Source/WebCore/page/scrolling/mac/ScrollingTreeFrameScrollingNodeMac.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingmacScrollingTreeMach">trunk/Source/WebCore/page/scrolling/mac/ScrollingTreeMac.h</a></li>
<li><a href="#trunkSourceWebCorepagescrollingmacScrollingTreeStickyNodeh">trunk/Source/WebCore/page/scrolling/mac/ScrollingTreeStickyNode.h</a></li>
<li><a href="#trunkSourceWebCorepagewinFrameWinh">trunk/Source/WebCore/page/win/FrameWin.h</a></li>
<li><a href="#trunkSourceWebKitwinChangeLog">trunk/Source/WebKit/win/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitwinWebCoreSupportWebContextMenuClientcpp">trunk/Source/WebKit/win/WebCoreSupport/WebContextMenuClient.cpp</a></li>
<li><a href="#trunkSourceWebKitwinWebCoreSupportWebContextMenuClienth">trunk/Source/WebKit/win/WebCoreSupport/WebContextMenuClient.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/ChangeLog        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -1,3 +1,28 @@
</span><ins>+2016-10-31  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Use #pragma once in WebCore
+        https://bugs.webkit.org/show_bug.cgi?id=164194
+
+        Rubber-stamped by Sam Weinig.
+
+        * accessibility/*.h:
+        * bindings/*.h:
+        * contentextensions/*.h:
+        * dom/*.h:
+        * html/*.h:
+        * page/*.h:
+        Use #pragma once in headers.
+
+        * html/parser/ParsingUtilities.h:
+        Add missing namespace.
+
+        * html/track/VTTScanner.h:
+        (WebCore::VTTScanner::skipWhile):
+        (WebCore::VTTScanner::skipUntil):
+        (WebCore::VTTScanner::collectWhile):
+        (WebCore::VTTScanner::collectUntil):
+        Include namespace.
+
</ins><span class="cx"> 2016-10-31  Antoine Quint  &lt;graouts@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [Modern Media Controls] Media Controller: Airplay support
</span></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAXObjectCacheh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AXObjectCache.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AXObjectCache.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AXObjectCache.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AXObjectCache_h
-#define AXObjectCache_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AXTextStateChangeIntent.h&quot;
</span><span class="cx"> #include &quot;AccessibilityObject.h&quot;
</span><span class="lines">@@ -520,6 +519,4 @@
</span><span class="cx"> 
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAXTextStateChangeIntenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AXTextStateChangeIntent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AXTextStateChangeIntent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AXTextStateChangeIntent.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AXTextStateChangeIntent_h
-#define AXTextStateChangeIntent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx">     
</span><span class="lines">@@ -92,6 +91,4 @@
</span><span class="cx">     { }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // AXTextStateChangeIntent_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityARIAGridh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityARIAGrid.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityARIAGrid.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityARIAGrid.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityARIAGrid_h
-#define AccessibilityARIAGrid_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityTable.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.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 // AccessibilityARIAGrid_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityARIAGridCellh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityARIAGridCell.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityARIAGridCell.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityARIAGridCell.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityARIAGridCell_h
-#define AccessibilityARIAGridCell_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityTableCell.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 // AccessibilityARIAGridCell_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityARIAGridRowh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityARIAGridRow.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityARIAGridRow.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityARIAGridRow.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityARIAGridRow_h
-#define AccessibilityARIAGridRow_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityTableRow.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -56,5 +55,3 @@
</span><span class="cx"> } // namespace WebCore 
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AccessibilityARIAGridRow, isARIATreeGridRow())
</span><del>-
-#endif // AccessibilityARIAGridRow_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityAttachmenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityAttachment.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityAttachment.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityAttachment.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityAttachment_h
-#define AccessibilityAttachment_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ATTACHMENT_ELEMENT)
</span><span class="cx"> 
</span><span class="lines">@@ -58,5 +57,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AccessibilityAttachment, isAttachmentElement())
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ATTACHMENT_ELEMENT)
</span><del>-
-#endif // AccessibilityAttachment_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityImageMapLinkh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityImageMapLink.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityImageMapLink.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityImageMapLink.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityImageMapLink_h
-#define AccessibilityImageMapLink_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityMockObject.h&quot;
</span><span class="cx"> #include &quot;HTMLAreaElement.h&quot;
</span><span class="lines">@@ -82,5 +81,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AccessibilityImageMapLink, isImageMapLink())
</span><del>-
-#endif // AccessibilityImageMapLink_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityLabelh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityLabel.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityLabel.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityLabel.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityLabel_h
-#define AccessibilityLabel_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityRenderObject.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -56,5 +55,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AccessibilityLabel, isLabel())
</span><del>-
-#endif // AccessibilityLabel_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityList.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityList.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityList.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityList_h
-#define AccessibilityList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityRenderObject.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -55,5 +54,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AccessibilityList, isList())
</span><del>-
-#endif // AccessibilityList_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityListBoxh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityListBox.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityListBox.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityListBox.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityListBox_h
-#define AccessibilityListBox_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityRenderObject.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_ACCESSIBILITY(AccessibilityListBox, isListBox())
</span><del>-
-#endif // AccessibilityListBox_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityListBoxOptionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityListBoxOption.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityListBoxOption.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityListBoxOption.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityListBoxOption_h
-#define AccessibilityListBoxOption_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityObject.h&quot;
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="lines">@@ -37,7 +36,6 @@
</span><span class="cx"> 
</span><span class="cx"> class AccessibilityListBox;
</span><span class="cx"> class Element;
</span><del>-class HTMLElement;
</del><span class="cx"> class HTMLSelectElement;
</span><span class="cx">     
</span><span class="cx"> class AccessibilityListBoxOption final : public AccessibilityObject {
</span><span class="lines">@@ -77,5 +75,3 @@
</span><span class="cx"> } // namespace WebCore 
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AccessibilityListBoxOption, isListBoxOption())
</span><del>-
-#endif // AccessibilityListBoxOption_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityMathMLElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityMathMLElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityMathMLElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityMathMLElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -25,13 +25,11 @@
</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 AccessibilityMathMLElement_h
-#define AccessibilityMathMLElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityRenderObject.h&quot;
</span><del>-
</del><span class="cx"> #include &quot;RenderMathMLBlock.h&quot;
</span><span class="cx"> #include &quot;RenderMathMLFraction.h&quot;
</span><span class="cx"> #include &quot;RenderMathMLMath.h&quot;
</span><span class="lines">@@ -110,10 +108,8 @@
</span><span class="cx">     bool m_isAnonymousOperator;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-
</del><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AccessibilityMathMLElement, isMathElement())
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(MATHML)
</span><del>-#endif // AccessibilityMathMLElement_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityMediaControlsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityMediaControls.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityMediaControls.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityMediaControls.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityMediaControls_h
-#define AccessibilityMediaControls_h
-
</del><span class="cx"> #if ENABLE(VIDEO)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilitySlider.h&quot;
</span><span class="lines">@@ -38,7 +36,6 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class AccessibilityMediaControl : public AccessibilityRenderObject {
</span><del>-
</del><span class="cx"> public:
</span><span class="cx">     static Ref&lt;AccessibilityObject&gt; create(RenderObject*);
</span><span class="cx">     virtual ~AccessibilityMediaControl() { }
</span><span class="lines">@@ -61,7 +58,6 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> class AccessibilityMediaTimeline final : public AccessibilitySlider {
</span><del>-
</del><span class="cx"> public:
</span><span class="cx">     static Ref&lt;AccessibilityObject&gt; create(RenderObject*);
</span><span class="cx">     virtual ~AccessibilityMediaTimeline() { }
</span><span class="lines">@@ -78,7 +74,6 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> class AccessibilityMediaControlsContainer final : public AccessibilityMediaControl {
</span><del>-
</del><span class="cx"> public:
</span><span class="cx">     static Ref&lt;AccessibilityObject&gt; create(RenderObject*);
</span><span class="cx">     virtual ~AccessibilityMediaControlsContainer() { }
</span><span class="lines">@@ -97,7 +92,6 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> class AccessibilityMediaTimeDisplay final : public AccessibilityMediaControl {
</span><del>-
</del><span class="cx"> public:
</span><span class="cx">     static Ref&lt;AccessibilityObject&gt; create(RenderObject*);
</span><span class="cx">     virtual ~AccessibilityMediaTimeDisplay() { }
</span><span class="lines">@@ -113,9 +107,6 @@
</span><span class="cx">     bool computeAccessibilityIsIgnored() const override;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-
</del><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(VIDEO)
</span><del>-
-#endif // AccessibilityMediaControls_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityMenuListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityMenuList.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityMenuList.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityMenuList.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityMenuList_h
-#define AccessibilityMenuList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityRenderObject.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -55,5 +54,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AccessibilityMenuList, isMenuList())
</span><del>-
-#endif // AccessibilityMenuList_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityMenuListOptionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityMenuListOption.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityMenuListOption.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityMenuListOption.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityMenuListOption_h
-#define AccessibilityMenuListOption_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityMockObject.h&quot;
</span><span class="cx"> 
</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_ACCESSIBILITY(AccessibilityMenuListOption, isMenuListOption())
</span><del>-
-#endif // AccessibilityMenuListOption_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityMenuListPopuph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityMenuListPopup.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityMenuListPopup.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityMenuListPopup.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityMenuListPopup_h
-#define AccessibilityMenuListPopup_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityMockObject.h&quot;
</span><span class="cx"> 
</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_ACCESSIBILITY(AccessibilityMenuListPopup, isMenuListPopup())
</span><del>-
-#endif // AccessibilityMenuListPopup_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityMockObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityMockObject.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityMockObject.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityMockObject.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityMockObject_h
-#define AccessibilityMockObject_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityObject.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -57,5 +56,3 @@
</span><span class="cx"> } // namespace WebCore 
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AccessibilityMockObject, isMockObject())
</span><del>-
-#endif // AccessibilityMockObject_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityNodeObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityNodeObject.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityNodeObject.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityNodeObject.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityNodeObject_h
-#define AccessibilityNodeObject_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityObject.h&quot;
</span><span class="cx"> #include &quot;LayoutRect.h&quot;
</span><span class="lines">@@ -200,5 +199,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AccessibilityNodeObject, isAccessibilityNodeObject())
</span><del>-
-#endif // AccessibilityNodeObject_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityObject.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityObject.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityObject.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -27,8 +27,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 AccessibilityObject_h
-#define AccessibilityObject_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatQuad.h&quot;
</span><span class="cx"> #include &quot;HTMLTextFormControlElement.h&quot;
</span><span class="lines">@@ -1120,5 +1119,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::ToValueTypeName) \
</span><span class="cx">     static bool isType(const WebCore::AccessibilityObject&amp; object) { return object.predicate; } \
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif // AccessibilityObject_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityProgressIndicatorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityProgressIndicator.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityProgressIndicator.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityProgressIndicator.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef AccessibilityProgressIndicator_h
-#define AccessibilityProgressIndicator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityRenderObject.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -63,9 +62,6 @@
</span><span class="cx">     bool computeAccessibilityIsIgnored() const override;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-
</del><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AccessibilityProgressIndicator, isProgressIndicator())
</span><del>-
-#endif // AccessibilityProgressIndicator_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityRenderObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityRenderObject.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityRenderObject.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityRenderObject.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityRenderObject_h
-#define AccessibilityRenderObject_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityNodeObject.h&quot;
</span><span class="cx"> #include &quot;LayoutRect.h&quot;
</span><span class="lines">@@ -284,5 +283,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AccessibilityRenderObject, isAccessibilityRenderObject())
</span><del>-
-#endif // AccessibilityRenderObject_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilitySVGElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilitySVGElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilitySVGElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilitySVGElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilitySVGElement_h
-#define AccessibilitySVGElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityRenderObject.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -58,9 +57,6 @@
</span><span class="cx">     Element* childElementWithMatchingLanguage(ChildrenType&amp;) const;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-
</del><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AccessibilitySVGElement, isAccessibilitySVGElement())
</span><del>-
-#endif // AccessibilitySVGElement_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilitySVGRooth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilitySVGRoot.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilitySVGRoot.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilitySVGRoot.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilitySVGRoot_h
-#define AccessibilitySVGRoot_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilitySVGElement.h&quot;
</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"> SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AccessibilitySVGRoot, isAccessibilitySVGRoot())
</span><del>-
-#endif // AccessibilitySVGRoot_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityScrollViewh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityScrollView.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityScrollView.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityScrollView.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityScrollView_h
-#define AccessibilityScrollView_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityObject.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -86,5 +85,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AccessibilityScrollView, isAccessibilityScrollView())
</span><del>-
-#endif // AccessibilityScrollView_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityScrollbarh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityScrollbar.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityScrollbar.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityScrollbar.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityScrollbar_h
-#define AccessibilityScrollbar_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityMockObject.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_ACCESSIBILITY(AccessibilityScrollbar, isAccessibilityScrollbar())
</span><del>-
-#endif // AccessibilityScrollbar_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilitySliderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilitySlider.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilitySlider.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilitySlider.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilitySlider_h
-#define AccessibilitySlider_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityMockObject.h&quot;
</span><span class="cx"> #include &quot;AccessibilityRenderObject.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_ACCESSIBILITY(AccessibilitySliderThumb, isSliderThumb())
</span><del>-
-#endif // AccessibilitySlider_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilitySpinButtonh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilitySpinButton.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilitySpinButton.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilitySpinButton.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,11 +23,9 @@
</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 AccessibilitySpinButton_h
-#define AccessibilitySpinButton_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityMockObject.h&quot;
</span><del>-
</del><span class="cx"> #include &quot;SpinButtonElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -79,5 +77,3 @@
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AccessibilitySpinButton, isNativeSpinButton())
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AccessibilitySpinButtonPart, isSpinButtonPart())
</span><del>-
-#endif // AccessibilitySpinButton_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityTableh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityTable.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityTable.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityTable.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityTable_h
-#define AccessibilityTable_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityRenderObject.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.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_ACCESSIBILITY(AccessibilityTable, isTable())
</span><del>-
-#endif // AccessibilityTable_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityTableCellh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityTableCell.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityTableCell.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityTableCell.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityTableCell_h
-#define AccessibilityTableCell_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityRenderObject.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -85,5 +84,3 @@
</span><span class="cx"> } // namespace WebCore 
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AccessibilityTableCell, isTableCell())
</span><del>-
-#endif // AccessibilityTableCell_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityTableColumnh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityTableColumn.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityTableColumn.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityTableColumn.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityTableColumn_h
-#define AccessibilityTableColumn_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityMockObject.h&quot;
</span><span class="cx"> #include &quot;AccessibilityTable.h&quot;
</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_ACCESSIBILITY(AccessibilityTableColumn, isTableColumn())
</span><del>-
-#endif // AccessibilityTableColumn_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityTableHeaderContainerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityTableHeaderContainer.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityTableHeaderContainer.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityTableHeaderContainer.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityTableHeaderContainer_h
-#define AccessibilityTableHeaderContainer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityMockObject.h&quot;
</span><span class="cx"> #include &quot;AccessibilityTable.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 // AccessibilityTableHeaderContainer_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityTableRowh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityTableRow.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityTableRow.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityTableRow.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityTableRow_h
-#define AccessibilityTableRow_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityRenderObject.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_ACCESSIBILITY(AccessibilityTableRow, isTableRow())
</span><del>-
-#endif // AccessibilityTableRow_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityTreeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityTree.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityTree.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityTree.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-#ifndef AccessibilityTree_h
-#define AccessibilityTree_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityRenderObject.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -50,5 +49,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AccessibilityTree, isTree())
</span><del>-
-#endif // AccessibilityTree_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityTreeItemh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityTreeItem.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityTreeItem.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/AccessibilityTreeItem.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityTreeItem_h
-#define AccessibilityTreeItem_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AccessibilityRenderObject.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -49,5 +48,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AccessibilityTreeItem, isTreeItem())
</span><del>-
-#endif // AccessibilityTreeItem_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityatkWebKitAccessibleHyperlinkh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/atk/WebKitAccessibleHyperlink.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/atk/WebKitAccessibleHyperlink.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/atk/WebKitAccessibleHyperlink.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebKitAccessibleHyperlink_h
-#define WebKitAccessibleHyperlink_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if HAVE(ACCESSIBILITY)
</span><span class="cx"> 
</span><span class="lines">@@ -60,6 +59,4 @@
</span><span class="cx"> 
</span><span class="cx"> G_END_DECLS
</span><span class="cx"> 
</span><del>-#endif // WebKitAccessibleHyperlink_h
-
-#endif
</del><ins>+#endif // HAVE(ACCESSIBILITY)
</ins></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceActionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceAction.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceAction.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceAction.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebKitAccessibleInterfaceAction_h
-#define WebKitAccessibleInterfaceAction_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if HAVE(ACCESSIBILITY)
</span><span class="cx"> 
</span><span class="lines">@@ -28,6 +27,4 @@
</span><span class="cx"> 
</span><span class="cx"> void webkitAccessibleActionInterfaceInit(AtkActionIface*);
</span><span class="cx"> 
</span><del>-#endif
-
-#endif // WebKitAccessibleInterfaceAction_h
</del><ins>+#endif // HAVE(ACCESSIBILITY)
</ins></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceComponenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceComponent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceComponent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceComponent.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebKitAccessibleInterfaceComponent_h
-#define WebKitAccessibleInterfaceComponent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if HAVE(ACCESSIBILITY)
</span><span class="cx"> 
</span><span class="lines">@@ -28,6 +27,4 @@
</span><span class="cx"> 
</span><span class="cx"> void webkitAccessibleComponentInterfaceInit(AtkComponentIface*);
</span><span class="cx"> 
</span><del>-#endif
-
-#endif // WebKitAccessibleInterfaceComponent_h
</del><ins>+#endif // HAVE(ACCESSIBILITY)
</ins></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceDocumenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceDocument.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceDocument.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceDocument.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebKitAccessibleInterfaceDocument_h
-#define WebKitAccessibleInterfaceDocument_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if HAVE(ACCESSIBILITY)
</span><span class="cx"> 
</span><span class="lines">@@ -28,5 +27,4 @@
</span><span class="cx"> 
</span><span class="cx"> void webkitAccessibleDocumentInterfaceInit(AtkDocumentIface*);
</span><span class="cx"> 
</span><del>-#endif
-#endif // WebKitAccessibleInterfaceDocument_h
</del><ins>+#endif // HAVE(ACCESSIBILITY)
</ins></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceEditableTexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceEditableText.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceEditableText.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceEditableText.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebKitAccessibleInterfaceEditableText_h
-#define WebKitAccessibleInterfaceEditableText_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if HAVE(ACCESSIBILITY)
</span><span class="cx"> 
</span><span class="lines">@@ -28,5 +27,4 @@
</span><span class="cx"> 
</span><span class="cx"> void webkitAccessibleEditableTextInterfaceInit(AtkEditableTextIface*);
</span><span class="cx"> 
</span><del>-#endif
-#endif // WebKitAccessibleInterfaceEditableText_h
</del><ins>+#endif // HAVE(ACCESSIBILITY)
</ins></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceHyperlinkImplh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceHyperlinkImpl.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceHyperlinkImpl.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceHyperlinkImpl.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebKitAccessibleInterfaceHyperlinkImpl_h
-#define WebKitAccessibleInterfaceHyperlinkImpl_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if HAVE(ACCESSIBILITY)
</span><span class="cx"> 
</span><span class="lines">@@ -26,5 +25,4 @@
</span><span class="cx"> 
</span><span class="cx"> void webkitAccessibleHyperlinkImplInterfaceInit(AtkHyperlinkImplIface*);
</span><span class="cx"> 
</span><del>-#endif
-#endif // WebKitAccessibleInterfaceHyperlinkImpl_h
</del><ins>+#endif // HAVE(ACCESSIBILITY)
</ins></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceHypertexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceHypertext.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceHypertext.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceHypertext.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebKitAccessibleInterfaceHypertext_h
-#define WebKitAccessibleInterfaceHypertext_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if HAVE(ACCESSIBILITY)
</span><span class="cx"> 
</span><span class="lines">@@ -26,6 +25,4 @@
</span><span class="cx"> 
</span><span class="cx"> void webkitAccessibleHypertextInterfaceInit(AtkHypertextIface*);
</span><span class="cx"> 
</span><del>-#endif
-
-#endif // WebKitAccessibleInterfaceHypertext_h
</del><ins>+#endif // HAVE(ACCESSIBILITY)
</ins></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceImageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceImage.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceImage.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceImage.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebKitAccessibleInterfaceImage_h
-#define WebKitAccessibleInterfaceImage_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if HAVE(ACCESSIBILITY)
</span><span class="cx"> 
</span><span class="lines">@@ -28,5 +27,4 @@
</span><span class="cx"> 
</span><span class="cx"> void webkitAccessibleImageInterfaceInit(AtkImageIface*);
</span><span class="cx"> 
</span><del>-#endif
-#endif // WebKitAccessibleInterfaceImage_h
</del><ins>+#endif // HAVE(ACCESSIBILITY)
</ins></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceSelectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceSelection.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceSelection.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceSelection.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebKitAccessibleInterfaceSelection_h
-#define WebKitAccessibleInterfaceSelection_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if HAVE(ACCESSIBILITY)
</span><span class="cx"> 
</span><span class="lines">@@ -28,5 +27,4 @@
</span><span class="cx"> 
</span><span class="cx"> void webkitAccessibleSelectionInterfaceInit(AtkSelectionIface*);
</span><span class="cx"> 
</span><del>-#endif
-#endif // WebKitAccessibleInterfaceSelection_h
</del><ins>+#endif // HAVE(ACCESSIBILITY)
</ins></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceTableh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceTable.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceTable.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceTable.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebKitAccessibleInterfaceTable_h
-#define WebKitAccessibleInterfaceTable_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if HAVE(ACCESSIBILITY)
</span><span class="cx"> 
</span><span class="lines">@@ -28,5 +27,4 @@
</span><span class="cx"> 
</span><span class="cx"> void webkitAccessibleTableInterfaceInit(AtkTableIface*);
</span><span class="cx"> 
</span><del>-#endif
-#endif // WebKitAccessibleInterfaceTable_h
</del><ins>+#endif // HAVE(ACCESSIBILITY)
</ins></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceTableCellh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceTableCell.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceTableCell.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceTableCell.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -1,6 +1,26 @@
</span><del>-#ifndef WebKitAccessibleInterfaceTableCell_h
-#define WebKitAccessibleInterfaceTableCell_h
</del><ins>+/*
+ * Copyright (C) 2008 Nuanti Ltd.
+ * Copyright (C) 2009 Jan Alonzo
+ * Copyright (C) 2009, 2010, 2011, 2012 Igalia S.L.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * along with this library; see the file COPYING.LIB.  If not, write to
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
</ins><span class="cx"> 
</span><ins>+#pragma once
+
</ins><span class="cx"> #if HAVE(ACCESSIBILITY)
</span><span class="cx"> 
</span><span class="cx"> #include &lt;atk/atk.h&gt;
</span><span class="lines">@@ -10,4 +30,3 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> #endif // HAVE(ACCESSIBILITY)
</span><del>-#endif // WebKitAccessibleInterfaceTableCell_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceTexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceText.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceText.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceText.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebKitAccessibleInterfaceText_h
-#define WebKitAccessibleInterfaceText_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if HAVE(ACCESSIBILITY)
</span><span class="cx"> 
</span><span class="lines">@@ -28,5 +27,4 @@
</span><span class="cx"> 
</span><span class="cx"> void webkitAccessibleTextInterfaceInit(AtkTextIface*);
</span><span class="cx"> 
</span><del>-#endif
-#endif // WebKitAccessibleInterfaceText_h
</del><ins>+#endif // HAVE(ACCESSIBILITY)
</ins></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceValue.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceValue.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceValue.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebKitAccessibleInterfaceValue_h
-#define WebKitAccessibleInterfaceValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if HAVE(ACCESSIBILITY)
</span><span class="cx"> 
</span><span class="lines">@@ -26,5 +25,4 @@
</span><span class="cx"> 
</span><span class="cx"> void webkitAccessibleValueInterfaceInit(AtkValueIface*);
</span><span class="cx"> 
</span><del>-#endif
-#endif // WebKitAccessibleInterfaceValue_h
</del><ins>+#endif // HAVE(ACCESSIBILITY)
</ins></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityatkWebKitAccessibleUtilh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/atk/WebKitAccessibleUtil.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/atk/WebKitAccessibleUtil.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/atk/WebKitAccessibleUtil.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebKitAccessibleUtil_h
-#define WebKitAccessibleUtil_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if HAVE(ACCESSIBILITY)
</span><span class="cx"> 
</span><span class="lines">@@ -69,5 +68,4 @@
</span><span class="cx"> 
</span><span class="cx"> bool selectionBelongsToObject(WebCore::AccessibilityObject*, WebCore::VisibleSelection&amp;);
</span><span class="cx"> 
</span><del>-#endif
-#endif // WebKitAccessibleUtil_h
</del><ins>+#endif // HAVE(ACCESSIBILITY)
</ins></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityatkWebKitAccessibleWrapperAtkh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/atk/WebKitAccessibleWrapperAtk.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/atk/WebKitAccessibleWrapperAtk.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/atk/WebKitAccessibleWrapperAtk.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebKitAccessibleWrapperAtk_h
-#define WebKitAccessibleWrapperAtk_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if HAVE(ACCESSIBILITY)
</span><span class="cx"> 
</span><span class="lines">@@ -85,5 +84,4 @@
</span><span class="cx"> 
</span><span class="cx"> G_END_DECLS
</span><span class="cx"> 
</span><del>-#endif
-#endif // WebKitAccessibleWrapperAtk_h
</del><ins>+#endif // HAVE(ACCESSIBILITY)
</ins></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityiosWebAccessibilityObjectWrapperIOSh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityObjectWrapperIOS_h
-#define AccessibilityObjectWrapperIOS_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if HAVE(ACCESSIBILITY) &amp;&amp; PLATFORM(IOS)
</span><span class="cx"> 
</span><span class="lines">@@ -68,5 +67,3 @@
</span><span class="cx"> @end
</span><span class="cx"> 
</span><span class="cx"> #endif // HAVE(ACCESSIBILITY) &amp;&amp; PLATFORM(IOS)
</span><del>-
-#endif // AccessibilityObjectWrapperIOS_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilitymacWebAccessibilityObjectWrapperMach"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebAccessibilityObjectWrapper_h
-#define WebAccessibilityObjectWrapper_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;WebAccessibilityObjectWrapperBase.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -37,5 +36,3 @@
</span><span class="cx"> - (id)textMarkerForVisiblePosition:(const WebCore::VisiblePosition&amp;)visiblePos;
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-#endif // WebAccessibilityObjectWrapper_h
</del></span></pre></div>
<a id="trunkSourceWebCoreaccessibilitywinAccessibilityObjectWrapperWinh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/win/AccessibilityObjectWrapperWin.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/win/AccessibilityObjectWrapperWin.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/accessibility/win/AccessibilityObjectWrapperWin.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AccessibilityObjectWrapperWin_h
-#define AccessibilityObjectWrapperWin_h
-
</del><span class="cx"> #include &lt;unknwn.h&gt;
</span><span class="cx"> #include &lt;wtf/text/AtomicString.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -55,5 +53,3 @@
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // AccessibilityObjectWrapperWin_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsgenericActiveDOMCallbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/generic/ActiveDOMCallback.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/generic/ActiveDOMCallback.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/generic/ActiveDOMCallback.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ActiveDOMCallback_h
-#define ActiveDOMCallback_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ContextDestructionObserver.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 // ActiveDOMCallback_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsArrayValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/ArrayValue.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/ArrayValue.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/ArrayValue.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ArrayValue_h
-#define ArrayValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;interpreter/CallFrame.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -50,6 +49,4 @@
</span><span class="cx">     JSC::JSValue m_value;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // ArrayValue_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsjsCachedScriptSourceProviderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/CachedScriptSourceProvider.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/CachedScriptSourceProvider.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/CachedScriptSourceProvider.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 CachedScriptSourceProvider_h
-#define CachedScriptSourceProvider_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedResourceClient.h&quot;
</span><span class="cx"> #include &quot;CachedResourceHandle.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 // CachedScriptSourceProvider_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsCallbackFunctionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/CallbackFunction.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/CallbackFunction.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/CallbackFunction.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 CallbackFunction_h
-#define CallbackFunction_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;runtime/JSObject.h&gt;
</span><span class="cx"> 
</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 // CallbackFunction_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsDOMConstructorWithDocumenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/DOMConstructorWithDocument.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/DOMConstructorWithDocument.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/DOMConstructorWithDocument.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -16,10 +16,8 @@
</span><span class="cx">  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
</span><span class="cx">  */
</span><span class="cx"> 
</span><ins>+#pragma once
</ins><span class="cx"> 
</span><del>-#ifndef DOMConstructorWithDocument_h
-#define DOMConstructorWithDocument_h
-
</del><span class="cx"> #include &quot;Document.h&quot;
</span><span class="cx"> #include &quot;JSDOMBinding.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -49,5 +47,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DOMConstructorWithDocument_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsDOMWrapperWorldh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/DOMWrapperWorld.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/DOMWrapperWorld.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/DOMWrapperWorld.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef DOMWrapperWorld_h
-#define DOMWrapperWorld_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;JSDOMGlobalObject.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -83,5 +82,3 @@
</span><span class="cx"> }
</span><span class="cx">     
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DOMWrapperWorld_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsGCControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/GCController.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/GCController.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/GCController.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 GCController_h
-#define GCController_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">@@ -56,5 +55,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // GCController_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSCSSRuleCustomh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSCSSRuleCustom.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSCSSRuleCustom.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSCSSRuleCustom.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 JSCSSRuleCustom_h
-#define JSCSSRuleCustom_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSRule.h&quot;
</span><span class="cx"> #include &quot;CSSStyleSheet.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 // JSCSSRuleCustom_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSCSSStyleDeclarationCustomh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSCSSStyleDeclarationCustom.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSCSSStyleDeclarationCustom.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSCSSStyleDeclarationCustom.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 JSCSSStyleDeclarationCustom_h
-#define JSCSSStyleDeclarationCustom_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -32,6 +31,4 @@
</span><span class="cx"> 
</span><span class="cx"> void* root(CSSStyleDeclaration*);
</span><span class="cx"> 
</span><del>-}
-
-#endif // JSCSSStyleDeclarationCustom_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSCallbackDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSCallbackData.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSCallbackData.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSCallbackData.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 JSCallbackData_h
-#define JSCallbackData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;JSDOMBinding.h&quot;
</span><span class="cx"> #include &quot;JSDOMGlobalObject.h&quot;
</span><span class="lines">@@ -123,5 +122,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // JSCallbackData_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSCryptoAlgorithmBuilderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSCryptoAlgorithmBuilder.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSCryptoAlgorithmBuilder.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSCryptoAlgorithmBuilder.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,16 +23,15 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef JSCryptoAlgorithmBuilder_h
-#define JSCryptoAlgorithmBuilder_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><ins>+#if ENABLE(SUBTLE_CRYPTO)
+
</ins><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><del>-#if ENABLE(SUBTLE_CRYPTO)
-
</del><span class="cx"> namespace JSC {
</span><span class="cx"> class ExecState;
</span><span class="cx"> class JSObject;
</span><span class="lines">@@ -61,4 +60,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SUBTLE_CRYPTO)
</span><del>-#endif // JSCryptoAlgorithmBuilder_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSCryptoAlgorithmDictionaryh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSCryptoAlgorithmDictionary.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSCryptoAlgorithmDictionary.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSCryptoAlgorithmDictionary.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,14 +23,13 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef JSCryptoAlgorithmDictionary_h
-#define JSCryptoAlgorithmDictionary_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><ins>+#if ENABLE(SUBTLE_CRYPTO)
+
</ins><span class="cx"> #include &quot;CryptoAlgorithmIdentifier.h&quot;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><del>-#if ENABLE(SUBTLE_CRYPTO)
-
</del><span class="cx"> namespace JSC {
</span><span class="cx"> class ExecState;
</span><span class="cx"> class JSValue;
</span><span class="lines">@@ -56,7 +55,6 @@
</span><span class="cx">     static RefPtr&lt;CryptoAlgorithmParametersDeprecated&gt; createParametersForExportKey(JSC::ExecState*, CryptoAlgorithmIdentifier, JSC::JSValue);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SUBTLE_CRYPTO)
</span><del>-#endif // JSCryptoAlgorithmDictionary_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSCryptoKeySerializationJWKh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSCryptoKeySerializationJWK.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSCryptoKeySerializationJWK.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSCryptoKeySerializationJWK.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,15 +23,14 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef JSCryptoKeySerializationJWK_h
-#define JSCryptoKeySerializationJWK_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><ins>+#if ENABLE(SUBTLE_CRYPTO)
+
</ins><span class="cx"> #include &quot;CryptoKeySerialization.h&quot;
</span><span class="cx"> #include &lt;heap/Strong.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><del>-#if ENABLE(SUBTLE_CRYPTO)
-
</del><span class="cx"> namespace JSC {
</span><span class="cx"> class ExecState;
</span><span class="cx"> class JSObject;
</span><span class="lines">@@ -69,7 +68,6 @@
</span><span class="cx">     mutable String m_jwkAlgorithmName; // Stored when reconcileAlgorithm is called, and used later.
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SUBTLE_CRYPTO)
</span><del>-#endif // JSCryptoKeySerializationJWK_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSCryptoOperationDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSCryptoOperationData.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSCryptoOperationData.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSCryptoOperationData.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 JSCryptoOperationData_h
-#define JSCryptoOperationData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(SUBTLE_CRYPTO)
</span><span class="cx"> 
</span><span class="lines">@@ -42,4 +41,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SUBTLE_CRYPTO)
</span><del>-#endif // JSCryptoOperationData_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSCustomElementInterfaceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSCustomElementInterface.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSCustomElementInterface.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSCustomElementInterface.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 JSCustomElementInterface_h
-#define JSCustomElementInterface_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CUSTOM_ELEMENTS)
</span><span class="cx"> 
</span><span class="lines">@@ -41,10 +40,8 @@
</span><span class="cx"> #include &lt;wtf/text/AtomicStringHash.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace JSC {
</span><del>-
</del><span class="cx"> class JSObject;
</span><span class="cx"> class PrivateName;
</span><del>-
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -114,6 +111,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-
-#endif
</del><ins>+#endif // ENABLE(CUSTOM_ELEMENTS)
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSCustomXPathNSResolverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSCustomXPathNSResolver.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSCustomXPathNSResolver.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSCustomXPathNSResolver.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 JSCustomXPathNSResolver_h
-#define JSCustomXPathNSResolver_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;XPathNSResolver.h&quot;
</span><span class="cx"> #include &lt;heap/Strong.h&gt;
</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 // JSCustomXPathNSResolver_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSDOMConstructorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSDOMConstructor.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSDOMConstructor.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSDOMConstructor.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef JSDOMConstructor_h
-#define JSDOMConstructor_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DOMConstructorWithDocument.h&quot;
</span><span class="cx"> #include &quot;JSDOMBinding.h&quot;
</span><span class="lines">@@ -274,5 +273,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // JSDOMConstructor_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSDOMGlobalObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSDOMGlobalObject.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSDOMGlobalObject.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSDOMGlobalObject.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef JSDOMGlobalObject_h
-#define JSDOMGlobalObject_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;PlatformExportMacros.h&quot;
</span><span class="cx"> #include &quot;WebCoreJSBuiltinInternals.h&quot;
</span><span class="lines">@@ -124,5 +123,3 @@
</span><span class="cx">     JSDOMGlobalObject* toJSDOMGlobalObject(ScriptExecutionContext*, DOMWrapperWorld&amp;);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // JSDOMGlobalObject_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSDOMGlobalObjectTaskh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSDOMGlobalObjectTask.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSDOMGlobalObjectTask.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSDOMGlobalObjectTask.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 JSDOMGlobalObjectTask_h
-#define JSDOMGlobalObjectTask_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;JSDOMGlobalObject.h&quot;
</span><span class="cx"> #include &quot;ScriptExecutionContext.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 // JSDOMGlobalObjectTask_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSDOMPromiseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSDOMPromise.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSDOMPromise.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSDOMPromise.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 JSDOMPromise_h
-#define JSDOMPromise_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ActiveDOMCallback.h&quot;
</span><span class="cx"> #include &quot;JSDOMBinding.h&quot;
</span><span class="lines">@@ -337,6 +336,4 @@
</span><span class="cx">     reject(*exec, jsString(exec, result));
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif // JSDOMPromise_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSDOMWindowBaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSDOMWindowBase.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSDOMWindowBase.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSDOMWindowBase.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef JSDOMWindowBase_h
-#define JSDOMWindowBase_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;JSDOMBinding.h&quot;
</span><span class="cx"> #include &quot;JSDOMGlobalObject.h&quot;
</span><span class="lines">@@ -99,5 +98,3 @@
</span><span class="cx">     WEBCORE_EXPORT JSDOMWindow* toJSDOMWindow(JSC::JSValue);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // JSDOMWindowBase_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSDOMWindowCustomh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSDOMWindowCustom.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSDOMWindowCustom.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSDOMWindowCustom.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -16,8 +16,7 @@
</span><span class="cx">  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef JSDOMWindowCustom_h
-#define JSDOMWindowCustom_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;JSDOMWindow.h&quot;
</span><span class="cx"> #include &quot;JSDOMWindowShell.h&quot;
</span><span class="lines">@@ -34,6 +33,4 @@
</span><span class="cx">     return static_cast&lt;const JSDOMWindow*&gt;(globalObject);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif // JSDOMWindowCustom_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSDictionaryh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSDictionary.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSDictionary.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSDictionary.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 JSDictionary_h
-#define JSDictionary_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;MessagePort.h&quot;
</span><span class="cx"> #include &lt;heap/Strong.h&gt;
</span><span class="lines">@@ -228,5 +227,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // JSDictionary_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSDocumentCustomh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSDocumentCustom.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSDocumentCustom.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSDocumentCustom.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 JSDocumentCustom_h
-#define JSDocumentCustom_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;JSDOMBinding.h&quot;
</span><span class="cx"> #include &quot;JSDocument.h&quot;
</span><span class="lines">@@ -41,5 +40,3 @@
</span><span class="cx"> void reportMemoryForDocumentIfFrameless(JSC::ExecState&amp;, Document&amp;);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // JSDocumentCustom_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSElementCustomh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSElementCustom.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSElementCustom.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSElementCustom.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 JSElementCustom_h
-#define JSElementCustom_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;JSDOMBinding.h&quot;
</span><span class="cx"> #include &quot;JSElement.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 // JSElementCustom_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSErrorHandlerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSErrorHandler.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSErrorHandler.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSErrorHandler.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 JSErrorHandler_h
-#define JSErrorHandler_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;JSEventListener.h&quot;
</span><span class="cx"> 
</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 // JSErrorHandler_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSEventListenerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSEventListener.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSEventListener.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSEventListener.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef JSEventListener_h
-#define JSEventListener_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DOMWrapperWorld.h&quot;
</span><span class="cx"> #include &quot;EventListener.h&quot;
</span><span class="lines">@@ -139,5 +138,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // JSEventListener_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSExceptionBaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSExceptionBase.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSExceptionBase.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSExceptionBase.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,15 +23,12 @@
</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 JSExceptionBase_h
-#define JSExceptionBase_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace JSC {
</span><del>-
</del><span class="cx"> class JSValue;
</span><ins>+}
</ins><span class="cx"> 
</span><del>-}   // namespace JSC
-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class ExceptionBase;
</span><span class="lines">@@ -39,5 +36,3 @@
</span><span class="cx"> ExceptionBase* toExceptionBase(JSC::JSValue);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // JSExceptionBase_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSImageConstructorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSImageConstructor.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSImageConstructor.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSImageConstructor.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef JSImageConstructor_h
-#define JSImageConstructor_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace JSC {
</span><span class="cx"> class JSValue;
</span><span class="lines">@@ -32,5 +31,3 @@
</span><span class="cx"> JSC::JSValue createImageConstructor(JSC::VM&amp;, const JSDOMGlobalObject&amp;);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // JSImageConstructor_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSLazyEventListenerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSLazyEventListener.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSLazyEventListener.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSLazyEventListener.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef JSLazyEventListener_h
-#define JSLazyEventListener_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;JSEventListener.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 // JSLazyEventListener_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSMainThreadExecStateInstrumentationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSMainThreadExecStateInstrumentation.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSMainThreadExecStateInstrumentation.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSMainThreadExecStateInstrumentation.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 JSMainThreadExecStateInstrumentation_h
-#define JSMainThreadExecStateInstrumentation_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;InspectorInstrumentation.h&quot;
</span><span class="cx"> #include &quot;JSMainThreadExecState.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 // JSMainThreadExecStateInstrumentation_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSMediaListCustomh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSMediaListCustom.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSMediaListCustom.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSMediaListCustom.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 JSMediaListCustom_h
-#define JSMediaListCustom_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSRule.h&quot;
</span><span class="cx"> #include &quot;CSSStyleSheet.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 // JSMediaListCustom_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSMutationCallbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSMutationCallback.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSMutationCallback.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSMutationCallback.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 JSMutationCallback_h
-#define JSMutationCallback_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ActiveDOMCallback.h&quot;
</span><span class="cx"> #include &quot;DOMWrapperWorld.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="trunkSourceWebCorebindingsjsJSNodeListCustomh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSNodeListCustom.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSNodeListCustom.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSNodeListCustom.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 JSNodeListCustom_h
-#define JSNodeListCustom_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;JSDOMBinding.h&quot;
</span><span class="cx"> #include &quot;JSNodeList.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 // JSNodeListCustom_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSPluginElementFunctionsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSPluginElementFunctions.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSPluginElementFunctions.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSPluginElementFunctions.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef JSPluginElementFunctions_h
-#define JSPluginElementFunctions_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;JSDOMBinding.h&quot;
</span><span class="cx"> 
</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 // JSPluginElementFunctions_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSReadableStreamPrivateConstructorsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSReadableStreamPrivateConstructors.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSReadableStreamPrivateConstructors.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSReadableStreamPrivateConstructors.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -16,17 +16,13 @@
</span><span class="cx">  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef JSReadableStreamPrivateConstructors_h
-#define JSReadableStreamPrivateConstructors_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(READABLE_STREAM_API)
</span><span class="cx"> 
</span><span class="cx"> namespace JSC {
</span><del>-
-struct ClassInfo;
</del><span class="cx"> class JSObject;
</span><span class="cx"> class VM;
</span><del>-
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -38,6 +34,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-
-#endif // ReadableStreamConstructors_h
</del><ins>+#endif // ENABLE(READABLE_STREAM_API)
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSStyleSheetCustomh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSStyleSheetCustom.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSStyleSheetCustom.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSStyleSheetCustom.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 JSStyleSheetCustom_h
-#define JSStyleSheetCustom_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSImportRule.h&quot;
</span><span class="cx"> #include &quot;CSSStyleSheet.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 // JSStyleSheetCustom_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSTrackCustomh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSTrackCustom.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSTrackCustom.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSTrackCustom.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 JSTrackCustom_h
-#define JSTrackCustom_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">@@ -45,7 +44,6 @@
</span><span class="cx">     return track;
</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(VIDEO_TRACK)
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSWorkerGlobalScopeBaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSWorkerGlobalScopeBase.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSWorkerGlobalScopeBase.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/JSWorkerGlobalScopeBase.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef JSWorkerGlobalScopeBase_h
-#define JSWorkerGlobalScopeBase_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;JSDOMGlobalObject.h&quot;
</span><span class="cx"> #include &quot;JSDOMWrapper.h&quot;
</span><span class="lines">@@ -82,5 +81,3 @@
</span><span class="cx">     JSWorkerGlobalScope* toJSWorkerGlobalScope(JSC::JSValue);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // JSWorkerGlobalScopeBase_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsReadableStreamDefaultControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/ReadableStreamDefaultController.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/ReadableStreamDefaultController.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/ReadableStreamDefaultController.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ReadableStreamDefaultController_h
-#define ReadableStreamDefaultController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(READABLE_STREAM_API)
</span><span class="cx"> 
</span><span class="lines">@@ -118,5 +117,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(READABLE_STREAM_API)
</span><del>-
-#endif // ReadableStreamDefaultController_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsScheduledActionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/ScheduledAction.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/ScheduledAction.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/ScheduledAction.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -17,8 +17,7 @@
</span><span class="cx">  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ScheduledAction_h
-#define ScheduledAction_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;JSDOMBinding.h&quot;
</span><span class="cx"> #include &lt;heap/Strong.h&gt;
</span><span class="lines">@@ -70,5 +69,3 @@
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ScheduledAction_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsScriptCachedFrameDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/ScriptCachedFrameData.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/ScriptCachedFrameData.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/ScriptCachedFrameData.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScriptCachedFrameData_h
-#define ScriptCachedFrameData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;heap/Strong.h&gt;
</span><span class="cx"> #include &lt;wtf/HashMap.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 // ScriptCachedFrameData_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsScriptControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/ScriptController.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/ScriptController.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/ScriptController.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ScriptController_h
-#define ScriptController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FrameLoaderTypes.h&quot;
</span><span class="cx"> #include &quot;JSDOMWindowShell.h&quot;
</span><span class="lines">@@ -193,5 +192,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ScriptController_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsScriptGlobalObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/ScriptGlobalObject.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/ScriptGlobalObject.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/ScriptGlobalObject.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScriptGlobalObject_h
-#define ScriptGlobalObject_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace JSC {
</span><span class="cx"> class ExecState;
</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 // ScriptGlobalObject_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsScriptSourceCodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/ScriptSourceCode.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/ScriptSourceCode.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/ScriptSourceCode.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScriptSourceCode_h
-#define ScriptSourceCode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedResourceHandle.h&quot;
</span><span class="cx"> #include &quot;CachedScript.h&quot;
</span><span class="lines">@@ -71,15 +70,9 @@
</span><span class="cx">     
</span><span class="cx"> private:
</span><span class="cx">     RefPtr&lt;JSC::SourceProvider&gt; m_provider;
</span><del>-    
</del><span class="cx">     JSC::SourceCode m_code;
</span><del>-
</del><span class="cx">     CachedResourceHandle&lt;CachedScript&gt; m_cachedScript;
</span><del>-
</del><span class="cx">     URL m_url;
</span><del>-
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ScriptSourceCode_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsScriptWrappableh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/ScriptWrappable.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/ScriptWrappable.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/ScriptWrappable.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScriptWrappable_h
-#define ScriptWrappable_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;heap/Weak.h&gt;
</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 // ScriptWrappable_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsScriptWrappableInlinesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/ScriptWrappableInlines.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/ScriptWrappableInlines.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/ScriptWrappableInlines.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScriptWrappableInlines_h
-#define ScriptWrappableInlines_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;JSDOMWrapper.h&quot;
</span><span class="cx"> #include &lt;heap/Weak.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 // ScriptWrappableInlines_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsWebCoreBuiltinNamesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/WebCoreBuiltinNames.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/WebCoreBuiltinNames.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/WebCoreBuiltinNames.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebCoreBuiltinNames_h
-#define WebCoreBuiltinNames_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;builtins/BuiltinUtils.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -129,5 +128,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // WebCoreBuiltinNames_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsWebCoreJSClientDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/WebCoreJSClientData.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/WebCoreJSClientData.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/WebCoreJSClientData.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef WebCoreJSClientData_h
-#define WebCoreJSClientData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DOMWrapperWorld.h&quot;
</span><span class="cx"> #include &quot;WebCoreBuiltinNames.h&quot;
</span><span class="lines">@@ -95,5 +94,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // WebCoreJSClientData_h
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsjsWebCoreTypedArrayControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/WebCoreTypedArrayController.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/WebCoreTypedArrayController.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/bindings/js/WebCoreTypedArrayController.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebCoreTypedArrayController_h
-#define WebCoreTypedArrayController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;runtime/JSGlobalObject.h&gt;
</span><span class="cx"> #include &lt;runtime/TypedArrayController.h&gt;
</span><span class="lines">@@ -56,6 +55,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // WebCoreTypedArrayController_h
-
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsCombinedFiltersAlphabeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/CombinedFiltersAlphabet.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/CombinedFiltersAlphabet.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/CombinedFiltersAlphabet.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 CombinedFiltersAlphabet_h
-#define CombinedFiltersAlphabet_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="lines">@@ -62,5 +61,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-
-#endif // CombinedFiltersAlphabet_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsCombinedURLFiltersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/CombinedURLFilters.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/CombinedURLFilters.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/CombinedURLFilters.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 CombinedURLFilters_h
-#define CombinedURLFilters_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="lines">@@ -68,5 +67,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-
-#endif // CombinedURLFilters_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsCompiledContentExtensionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/CompiledContentExtension.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/CompiledContentExtension.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/CompiledContentExtension.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 CompiledContentExtension_h
-#define CompiledContentExtension_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="lines">@@ -53,4 +52,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-#endif // CompiledContentExtension_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsContentExtensionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/ContentExtension.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/ContentExtension.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/ContentExtension.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,17 +23,15 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ContentExtension_h
-#define ContentExtension_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><del>-#include &lt;wtf/Ref.h&gt;
-#include &lt;wtf/RefCounted.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
</del><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;DFABytecodeInterpreter.h&quot;
</span><span class="cx"> #include &quot;StyleSheetContents.h&quot;
</span><ins>+#include &lt;wtf/Ref.h&gt;
+#include &lt;wtf/RefCounted.h&gt;
+#include &lt;wtf/RefPtr.h&gt;
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -75,4 +73,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-#endif // ContentExtension_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsContentExtensionCompilerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/ContentExtensionCompiler.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/ContentExtensionCompiler.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/ContentExtensionCompiler.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ContentExtensionCompiler_h
-#define ContentExtensionCompiler_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="lines">@@ -54,4 +53,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-#endif // ContentExtensionCompiler_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsContentExtensionErrorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/ContentExtensionError.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/ContentExtensionError.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/ContentExtensionError.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ContentExtensionError_h
-#define ContentExtensionError_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="lines">@@ -78,4 +77,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-#endif // ContentExtensionError_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsContentExtensionParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/ContentExtensionParser.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/ContentExtensionParser.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/ContentExtensionParser.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ContentExtensionParser_h
-#define ContentExtensionParser_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-
-#endif // ContentExtensionParser_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsContentExtensionRuleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/ContentExtensionRule.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/ContentExtensionRule.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/ContentExtensionRule.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ContentExtensionRule_h
-#define ContentExtensionRule_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="lines">@@ -187,9 +186,6 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace ContentExtensions
</span><del>-
</del><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-
-#endif // ContentExtensionRule_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsContentExtensionStyleSheeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/ContentExtensionStyleSheet.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/ContentExtensionStyleSheet.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/ContentExtensionStyleSheet.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ContentExtensionStyleSheet_h
-#define ContentExtensionStyleSheet_h
</del><span class="cx"> 
</span><ins>+#pragma once
+
</ins><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;CSSStyleSheet.h&quot;
</span><span class="lines">@@ -62,4 +62,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-#endif // ContentExtensionStyleSheet_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsContentExtensionsBackendh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/ContentExtensionsBackend.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/ContentExtensionsBackend.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/ContentExtensionsBackend.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ContentExtensionsBackend_h
-#define ContentExtensionsBackend_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="lines">@@ -74,9 +73,6 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace ContentExtensions
</span><del>-
</del><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-
-#endif // ContentExtensionsBackend_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsContentExtensionsDebuggingh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/ContentExtensionsDebugging.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/ContentExtensionsDebugging.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/ContentExtensionsDebugging.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,13 +23,12 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ContentExtensionsDebugging_h
-#define ContentExtensionsDebugging_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><ins>+#if ENABLE(CONTENT_EXTENSIONS)
+
</ins><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><del>-#if ENABLE(CONTENT_EXTENSIONS)
-
</del><span class="cx"> #define CONTENT_EXTENSIONS_STATE_MACHINE_DEBUGGING 0
</span><span class="cx"> 
</span><span class="cx"> #define CONTENT_EXTENSIONS_PERFORMANCE_REPORTING 0
</span><span class="lines">@@ -50,5 +49,3 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-
-#endif // ContentExtensionsDebugging_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsDFAh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/DFA.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/DFA.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/DFA.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DFA_h
-#define DFA_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="lines">@@ -82,10 +81,7 @@
</span><span class="cx">     dfa.transitionDestinations[position] = newTarget;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
</del><ins>+} // namespace ContentExtensions
</ins><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-
-#endif // DFA_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsDFABytecodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/DFABytecode.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/DFABytecode.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/DFABytecode.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DFABytecode_h
-#define DFABytecode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="lines">@@ -129,10 +128,7 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx">     
</span><del>-} // namespace ContentExtensions
-    
</del><ins>+} // namespace ContentExtensions    
</ins><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-
-#endif // DFABytecode_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsDFABytecodeCompilerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/DFABytecodeCompiler.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/DFABytecodeCompiler.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/DFABytecodeCompiler.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DFABytecodeCompiler_h
-#define DFABytecodeCompiler_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="lines">@@ -116,9 +115,6 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace ContentExtensions
</span><del>-
</del><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-
-#endif // DFABytecodeCompiler_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsDFABytecodeInterpreterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/DFABytecodeInterpreter.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/DFABytecodeInterpreter.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/DFABytecodeInterpreter.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DFABytecodeInterpreter_h
-#define DFABytecodeInterpreter_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="lines">@@ -64,10 +63,7 @@
</span><span class="cx">     const DFABytecodeInterpreter::Actions* m_domainActions { nullptr };
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace ContentExtensions
-    
</del><ins>+} // namespace ContentExtensions    
</ins><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-
-#endif // DFABytecodeInterpreter_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsDFACombinerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/DFACombiner.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/DFACombiner.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/DFACombiner.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DFACombiner_h
-#define DFACombiner_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="lines">@@ -50,10 +49,7 @@
</span><span class="cx">     m_dfas.append(WTFMove(dfa));
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
</del><ins>+} // namespace ContentExtensions
</ins><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-
-#endif
</del><ins>+#endif // ENABLE(CONTENT_EXTENSIONS)
</ins></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsDFAMinimizerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/DFAMinimizer.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/DFAMinimizer.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/DFAMinimizer.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DFAMinimizer_h
-#define DFAMinimizer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="lines">@@ -42,5 +41,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-
-#endif // DFAMinimizer_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsDFANodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/DFANode.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/DFANode.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/DFANode.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DFANode_h
-#define DFANode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="lines">@@ -171,10 +170,7 @@
</span><span class="cx"> 
</span><span class="cx"> COMPILE_ASSERT(sizeof(DFANode) &lt;= 16, Keep the DFANodes small);
</span><span class="cx"> 
</span><del>-}
-
</del><ins>+} // namespace ContentExtensions
</ins><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-
-#endif // DFANode_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsHashableActionListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/HashableActionList.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/HashableActionList.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/HashableActionList.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HashableActionList_h
-#define HashableActionList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Hasher.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="lines">@@ -91,7 +90,4 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace ContentExtensions
</span><del>-
</del><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsImmutableNFAh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/ImmutableNFA.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/ImmutableNFA.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/ImmutableNFA.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,13 +23,12 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ImmutableNFA_h
-#define ImmutableNFA_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><ins>+#if ENABLE(CONTENT_EXTENSIONS)
+
</ins><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><del>-#if ENABLE(CONTENT_EXTENSIONS)
-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> namespace ContentExtensions {
</span><span class="lines">@@ -177,10 +176,7 @@
</span><span class="cx">     }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
</del><ins>+} // namespace ContentExtensions
</ins><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-
-#endif // ImmutableNFA_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsImmutableNFANodeBuilderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/ImmutableNFANodeBuilder.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/ImmutableNFANodeBuilder.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/ImmutableNFANodeBuilder.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ImmutableNFANodeBuilder_h
-#define ImmutableNFANodeBuilder_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ImmutableNFA.h&quot;
</span><span class="cx"> #include &quot;MutableRangeList.h&quot;
</span><span class="lines">@@ -224,10 +223,7 @@
</span><span class="cx">     bool m_finalized { true };
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
</del><ins>+} // namespace ContentExtensions
</ins><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-
-#endif // ImmutableNFANodeBuilder_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsMutableRangeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/MutableRange.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/MutableRange.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/MutableRange.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 MutableRange_h
-#define MutableRange_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="lines">@@ -91,10 +90,7 @@
</span><span class="cx">     CharacterType last;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
</del><ins>+} // namespace ContentExtensions
</ins><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-
-#endif // MutableRange_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsMutableRangeListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/MutableRangeList.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/MutableRangeList.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/MutableRangeList.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 MutableRangeList_h
-#define MutableRangeList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;MutableRange.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -261,10 +260,7 @@
</span><span class="cx">     }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
</del><ins>+} // namespace ContentExtensions
</ins><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-
-#endif // MutableRangeList_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsNFAh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/NFA.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/NFA.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/NFA.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 NFA_h
-#define NFA_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="lines">@@ -45,10 +44,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
</del><ins>+} // namespace ContentExtensions
</ins><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-
-#endif // NFA_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsNFANodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/NFANode.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/NFANode.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/NFANode.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 NFANode_h
-#define NFANode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="lines">@@ -51,10 +50,7 @@
</span><span class="cx">     ActionList finalRuleIds;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
</del><ins>+} // namespace ContentExtensions
</ins><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-
-#endif // NFANode_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsNFAToDFAh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/NFAToDFA.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/NFAToDFA.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/NFAToDFA.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 NFAToDFA_h
-#define NFAToDFA_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="lines">@@ -42,10 +41,7 @@
</span><span class="cx">     WEBCORE_EXPORT static DFA convert(NFA&amp;);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
</del><ins>+} // namespace ContentExtensions
</ins><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-
-#endif // NFAToDFA_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsTermh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/Term.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/Term.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/Term.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 Term_h
-#define Term_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="lines">@@ -686,5 +685,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-
-#endif // Term_h
</del></span></pre></div>
<a id="trunkSourceWebCorecontentextensionsURLFilterParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/contentextensions/URLFilterParser.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/contentextensions/URLFilterParser.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/contentextensions/URLFilterParser.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 URLFilterParser_h
-#define URLFilterParser_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTENT_EXTENSIONS)
</span><span class="cx"> 
</span><span class="lines">@@ -64,9 +63,6 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace ContentExtensions
</span><del>-
</del><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTENT_EXTENSIONS)
</span><del>-
-#endif // URLFilterParser_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomActiveDOMObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ActiveDOMObject.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ActiveDOMObject.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ActiveDOMObject.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ActiveDOMObject_h
-#define ActiveDOMObject_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ContextDestructionObserver.h&quot;
</span><span class="cx"> #include &lt;wtf/Assertions.h&gt;
</span><span class="lines">@@ -104,5 +103,3 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ActiveDOMObject_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomAnimationEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/AnimationEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/AnimationEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/AnimationEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AnimationEvent_h
-#define AnimationEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="cx"> 
</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 // AnimationEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomAttributeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/Attribute.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/Attribute.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/Attribute.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef Attribute_h
-#define Attribute_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">@@ -88,5 +87,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // Attribute_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomAutocompleteErrorEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/AutocompleteErrorEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/AutocompleteErrorEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/AutocompleteErrorEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AutocompleteErrorEvent_h
-#define AutocompleteErrorEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(REQUEST_AUTOCOMPLETE)
</span><span class="cx"> 
</span><span class="lines">@@ -78,5 +77,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(REQUEST_AUTOCOMPLETE)
</span><del>-
-#endif // AutocompleteErrorEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomBeforeLoadEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/BeforeLoadEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/BeforeLoadEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/BeforeLoadEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef BeforeLoadEvent_h
-#define BeforeLoadEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="cx"> #include &quot;EventNames.h&quot;
</span><span class="lines">@@ -69,5 +68,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // BeforeLoadEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomBeforeTextInsertedEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/BeforeTextInsertedEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/BeforeTextInsertedEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/BeforeTextInsertedEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 BeforeTextInsertedEvent_h
-#define BeforeTextInsertedEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="cx"> 
</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_EVENT(BeforeTextInsertedEvent)
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoredomBeforeUnloadEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/BeforeUnloadEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/BeforeUnloadEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/BeforeUnloadEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef BeforeUnloadEvent_h
-#define BeforeUnloadEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="cx"> 
</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_EVENT(BeforeUnloadEvent)
</span><del>-
-#endif // BeforeUnloadEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomCDATASectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/CDATASection.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/CDATASection.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/CDATASection.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CDATASection_h
-#define CDATASection_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Text.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -46,5 +45,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::CDATASection)
</span><span class="cx">     static bool isType(const WebCore::Node&amp; node) { return node.nodeType() == WebCore::Node::CDATA_SECTION_NODE; }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif // CDATASection_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomChildListMutationScopeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ChildListMutationScope.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ChildListMutationScope.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ChildListMutationScope.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ChildListMutationScope_h
-#define ChildListMutationScope_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Document.h&quot;
</span><span class="cx"> #include &quot;MutationObserver.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 // ChildListMutationScope_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomChildNodeListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ChildNodeList.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ChildNodeList.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ChildNodeList.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ChildNodeList_h
-#define ChildNodeList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CollectionIndexCache.h&quot;
</span><span class="cx"> #include &quot;NodeList.h&quot;
</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 // ChildNodeList_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomClassCollectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ClassCollection.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ClassCollection.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ClassCollection.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -27,8 +27,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 ClassCollection_h
-#define ClassCollection_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedHTMLCollection.h&quot;
</span><span class="cx"> #include &quot;Element.h&quot;
</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_HTMLCOLLECTION(ClassCollection, ByClass)
</span><del>-
-#endif // ClassCollection_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomClientRecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ClientRect.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ClientRect.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ClientRect.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ClientRect_h
-#define ClientRect_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="cx"> #include &quot;ScriptWrappable.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 // ClientRect_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomClientRectListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ClientRectList.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ClientRectList.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ClientRectList.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ClientRectList_h
-#define ClientRectList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatQuad.h&quot;
</span><span class="cx"> #include &lt;wtf/Ref.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 // ClientRectList_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomClipboardEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ClipboardEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ClipboardEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ClipboardEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ClipboardEvent_h
-#define ClipboardEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Event.h&quot;
</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 // ClipboardEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomCommenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/Comment.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/Comment.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/Comment.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef Comment_h
-#define Comment_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CharacterData.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -45,5 +44,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::Comment)
</span><span class="cx">     static bool isType(const WebCore::Node&amp; node) { return node.nodeType() == WebCore::Node::COMMENT_NODE; }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif // Comment_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomComposedTreeAncestorIteratorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ComposedTreeAncestorIterator.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ComposedTreeAncestorIterator.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ComposedTreeAncestorIterator.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ComposedTreeAncestorIterator_h
-#define ComposedTreeAncestorIterator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLSlotElement.h&quot;
</span><span class="cx"> #include &quot;PseudoElement.h&quot;
</span><span class="lines">@@ -129,6 +128,4 @@
</span><span class="cx">     return ComposedTreeAncestorAdapter(node);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomComposedTreeIteratorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ComposedTreeIterator.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ComposedTreeIterator.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ComposedTreeIterator.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,12 +23,11 @@
</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"> #include &quot;ElementAndTextDescendantIterator.h&quot;
</span><span class="cx"> #include &quot;ShadowRoot.h&quot;
</span><span class="cx"> 
</span><del>-#ifndef ComposedTreeIterator_h
-#define ComposedTreeIterator_h
-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class HTMLSlotElement;
</span><span class="lines">@@ -200,6 +199,4 @@
</span><span class="cx"> enum class ComposedTreeAsTextMode { Normal, WithPointers };
</span><span class="cx"> WEBCORE_EXPORT String composedTreeAsText(ContainerNode&amp; root, ComposedTreeAsTextMode = ComposedTreeAsTextMode::Normal);
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomCompositionEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/CompositionEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/CompositionEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/CompositionEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CompositionEvent_h
-#define CompositionEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;UIEvent.h&quot;
</span><span class="cx"> 
</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 // CompositionEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomContainerNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ContainerNode.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ContainerNode.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ContainerNode.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ContainerNode_h
-#define ContainerNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CollectionType.h&quot;
</span><span class="cx"> #include &quot;ExceptionCodePlaceholder.h&quot;
</span><span class="lines">@@ -255,5 +254,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::ContainerNode)
</span><span class="cx">     static bool isType(const WebCore::Node&amp; node) { return node.isContainerNode(); }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif // ContainerNode_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomContainerNodeAlgorithmsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ContainerNodeAlgorithms.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ContainerNodeAlgorithms.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ContainerNodeAlgorithms.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ContainerNodeAlgorithms_h
-#define ContainerNodeAlgorithms_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Document.h&quot;
</span><span class="cx"> #include &quot;ElementIterator.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 // ContainerNodeAlgorithms_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomContextDestructionObserverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ContextDestructionObserver.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ContextDestructionObserver.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ContextDestructionObserver.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ContextDestructionObserver_h
-#define ContextDestructionObserver_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;PlatformExportMacros.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"> } // namespace WebCore
</span><del>-
-#endif // ContextDestructionObserver_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomCurrentScriptIncrementerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/CurrentScriptIncrementer.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/CurrentScriptIncrementer.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/CurrentScriptIncrementer.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 CurrentScriptIncrementer_h
-#define CurrentScriptIncrementer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Document.h&quot;
</span><span class="cx"> #include &quot;HTMLScriptElement.h&quot;
</span><span class="lines">@@ -56,6 +55,4 @@
</span><span class="cx">     bool m_isHTMLScriptElementOutsideShadowTree;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomCustomEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/CustomEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/CustomEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/CustomEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 CustomEvent_h
-#define CustomEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="cx"> #include &quot;SerializedScriptValue.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 // CustomEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomDOMCoreExceptionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DOMCoreException.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DOMCoreException.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DOMCoreException.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DOMCoreException_h
-#define DOMCoreException_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">@@ -52,5 +51,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DOMCoreException_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomDOMErrorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DOMError.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DOMError.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DOMError.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DOMError_h
-#define DOMError_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">@@ -52,5 +51,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DOMError_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomDOMNamedFlowCollectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DOMNamedFlowCollection.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DOMNamedFlowCollection.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DOMNamedFlowCollection.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -26,9 +26,9 @@
</span><span class="cx">  * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
</span><span class="cx">  * SUCH DAMAGE.
</span><span class="cx">  */
</span><del>-#ifndef DOMNamedFlowCollection_h
-#define DOMNamedFlowCollection_h
</del><span class="cx"> 
</span><ins>+#pragma once
+
</ins><span class="cx"> #include &quot;NamedFlowCollection.h&quot;
</span><span class="cx"> #include &lt;wtf/ListHashSet.h&gt;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="lines">@@ -61,5 +61,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-#endif
-
</del></span></pre></div>
<a id="trunkSourceWebCoredomDOMStringListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DOMStringList.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DOMStringList.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DOMStringList.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DOMStringList_h
-#define DOMStringList_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,6 +59,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DOMStringList_h
-
</del></span></pre></div>
<a id="trunkSourceWebCoredomDOMStringMaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DOMStringMap.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DOMStringMap.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DOMStringMap.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DOMStringMap_h
-#define DOMStringMap_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DatasetDOMStringMap.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -33,5 +32,3 @@
</span><span class="cx"> typedef DatasetDOMStringMap DOMStringMap;
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DOMStringMap_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomDOMTimeStamph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DOMTimeStamp.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DOMTimeStamp.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DOMTimeStamp.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DOMTimeStamp_h
-#define DOMTimeStamp_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</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 // DOMTimeStamp_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomDataTransferh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DataTransfer.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DataTransfer.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DataTransfer.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef DataTransfer_h
-#define DataTransfer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedResourceHandle.h&quot;
</span><span class="cx"> #include &quot;DataTransferAccessPolicy.h&quot;
</span><span class="lines">@@ -124,5 +123,3 @@
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DataTransfer_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomDataTransferAccessPolicyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DataTransferAccessPolicy.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DataTransferAccessPolicy.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DataTransferAccessPolicy.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DataTransferAccessPolicy_h
-#define DataTransferAccessPolicy_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -32,6 +31,4 @@
</span><span class="cx">     Numb, ImageWritable, Writable, TypesReadable, Readable
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomDataTransferItemh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DataTransferItem.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DataTransferItem.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DataTransferItem.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DataTransferItem_h
-#define DataTransferItem_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(DATA_TRANSFER_ITEMS)
</span><span class="cx"> 
</span><span class="lines">@@ -39,9 +38,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class Blob;
</span><del>-class File;
</del><span class="cx"> class StringCallback;
</span><del>-class ScriptExecutionContext;
</del><span class="cx"> 
</span><span class="cx"> class DataTransferItem : public RefCounted&lt;DataTransferItem&gt; {
</span><span class="cx"> public:
</span><span class="lines">@@ -60,5 +57,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(DATA_TRANSFER_ITEMS)
</span><del>-
-#endif // DataTransferItem_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomDecodedDataDocumentParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DecodedDataDocumentParser.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DecodedDataDocumentParser.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DecodedDataDocumentParser.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DecodedDataDocumentParser_h
-#define DecodedDataDocumentParser_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DocumentParser.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -48,6 +47,4 @@
</span><span class="cx">     void flush(DocumentWriter&amp;) override;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // DecodedDataDocumentParser_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomDeviceMotionClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DeviceMotionClient.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DeviceMotionClient.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DeviceMotionClient.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DeviceMotionClient_h
-#define DeviceMotionClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DeviceClient.h&quot;
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span><span class="lines">@@ -49,5 +48,3 @@
</span><span class="cx"> void provideDeviceMotionTo(Page*, DeviceMotionClient*);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DeviceMotionClient_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomDeviceMotionControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DeviceMotionController.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DeviceMotionController.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DeviceMotionController.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DeviceMotionController_h
-#define DeviceMotionController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DeviceController.h&quot;
</span><span class="cx"> #include &lt;wtf/Noncopyable.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 // DeviceMotionController_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomDeviceMotionDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DeviceMotionData.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DeviceMotionData.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DeviceMotionData.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DeviceMotionData_h
-#define DeviceMotionData_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/RefPtr.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 // DeviceMotionData_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomDeviceMotionEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DeviceMotionEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DeviceMotionEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DeviceMotionEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DeviceMotionEvent_h
-#define DeviceMotionEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="cx"> 
</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 // DeviceMotionEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomDeviceOrientationClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DeviceOrientationClient.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DeviceOrientationClient.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DeviceOrientationClient.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DeviceOrientationClient_h
-#define DeviceOrientationClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DeviceClient.h&quot;
</span><span class="cx"> #include &quot;PlatformExportMacros.h&quot;
</span><span class="lines">@@ -50,5 +49,3 @@
</span><span class="cx"> WEBCORE_EXPORT void provideDeviceOrientationTo(Page*, DeviceOrientationClient*);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DeviceOrientationClient_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomDeviceOrientationControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DeviceOrientationController.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DeviceOrientationController.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DeviceOrientationController.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DeviceOrientationController_h
-#define DeviceOrientationController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DeviceController.h&quot;
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</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 // DeviceOrientationController_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomDeviceOrientationDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DeviceOrientationData.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DeviceOrientationData.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DeviceOrientationData.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DeviceOrientationData_h
-#define DeviceOrientationData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;PlatformExportMacros.h&quot;
</span><span class="cx"> #include &lt;wtf/Ref.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 // DeviceOrientationData_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomDeviceOrientationEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DeviceOrientationEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DeviceOrientationEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DeviceOrientationEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DeviceOrientationEvent_h
-#define DeviceOrientationEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Event.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 // DeviceOrientationEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomDocumentEventQueueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DocumentEventQueue.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DocumentEventQueue.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DocumentEventQueue.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -25,8 +25,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef DocumentEventQueue_h
-#define DocumentEventQueue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EventQueue.h&quot;
</span><span class="cx"> #include &lt;memory&gt;
</span><span class="lines">@@ -63,6 +62,4 @@
</span><span class="cx">     bool m_isClosed;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // DocumentEventQueue_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomDocumentMarkerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DocumentMarker.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DocumentMarker.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DocumentMarker.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef DocumentMarker_h
-#define DocumentMarker_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/RefCounted.h&gt;
</span><span class="lines">@@ -212,8 +211,7 @@
</span><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-class DocumentMarkerDetails : public RefCounted&lt;DocumentMarkerDetails&gt;
-{
</del><ins>+class DocumentMarkerDetails : public RefCounted&lt;DocumentMarkerDetails&gt; {
</ins><span class="cx"> public:
</span><span class="cx">     DocumentMarkerDetails() { }
</span><span class="cx">     virtual ~DocumentMarkerDetails();
</span><span class="lines">@@ -222,5 +220,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DocumentMarker_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomDocumentMarkerControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DocumentMarkerController.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DocumentMarkerController.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DocumentMarkerController.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef DocumentMarkerController_h
-#define DocumentMarkerController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DocumentMarker.h&quot;
</span><span class="cx"> #include &quot;IntRect.h&quot;
</span><span class="lines">@@ -118,5 +117,3 @@
</span><span class="cx"> #if ENABLE(TREE_DEBUGGING)
</span><span class="cx"> void showDocumentMarkers(const WebCore::DocumentMarkerController*);
</span><span class="cx"> #endif
</span><del>-
-#endif // DocumentMarkerController_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomDocumentOrderedMaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DocumentOrderedMap.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DocumentOrderedMap.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DocumentOrderedMap.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DocumentOrderedMap_h
-#define DocumentOrderedMap_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/HashSet.h&gt;
</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 // DocumentOrderedMap_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomDocumentParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DocumentParser.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DocumentParser.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DocumentParser.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef DocumentParser_h
-#define DocumentParser_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/RefCounted.h&gt;
</span><span class="lines">@@ -116,5 +115,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DocumentParser_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomDocumentSharedObjectPoolh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DocumentSharedObjectPool.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DocumentSharedObjectPool.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DocumentSharedObjectPool.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef DocumentSharedObjectPool_h
-#define DocumentSharedObjectPool_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">@@ -47,6 +46,4 @@
</span><span class="cx">     ShareableElementDataCache m_shareableElementDataCache;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomDocumentTimingh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DocumentTiming.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DocumentTiming.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DocumentTiming.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DocumentTiming_h
-#define DocumentTiming_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_TIMING)
</span><span class="cx"> 
</span><span class="lines">@@ -47,8 +46,6 @@
</span><span class="cx">     double domComplete;
</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(WEB_TIMING)
</ins></span></pre></div>
<a id="trunkSourceWebCoredomDocumentTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DocumentType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DocumentType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/DocumentType.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef DocumentType_h
-#define DocumentType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Node.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -58,5 +57,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::DocumentType)
</span><span class="cx">     static bool isType(const WebCore::Node&amp; node) { return node.nodeType() == WebCore::Node::DOCUMENT_TYPE_NODE; }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoredomElementAncestorIteratorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ElementAncestorIterator.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ElementAncestorIterator.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ElementAncestorIterator.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ElementAncestorIterator_h
-#define ElementAncestorIterator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ElementIterator.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -211,6 +210,4 @@
</span><span class="cx">     return ElementAncestorConstIteratorAdapter&lt;ElementType&gt;(first);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomElementAndTextDescendantIteratorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ElementAndTextDescendantIterator.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ElementAndTextDescendantIterator.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ElementAndTextDescendantIterator.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ElementAndTextDescendantIterator_h
-#define ElementAndTextDescendantIterator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Element.h&quot;
</span><span class="cx"> #include &quot;ElementIteratorAssertions.h&quot;
</span><span class="lines">@@ -319,5 +318,4 @@
</span><span class="cx">     return ElementAndTextDescendantIteratorAdapter(root);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomElementChildIteratorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ElementChildIterator.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ElementChildIterator.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ElementChildIterator.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ElementChildIterator_h
-#define ElementChildIterator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ElementIterator.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -240,6 +239,4 @@
</span><span class="cx">     return ElementChildConstIteratorAdapter&lt;ElementType&gt;(parent);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomElementDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ElementData.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ElementData.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ElementData.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ElementData_h
-#define ElementData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Attribute.h&quot;
</span><span class="cx"> #include &quot;SpaceSplitString.h&quot;
</span><span class="lines">@@ -347,6 +346,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::UniqueElementData)
</span><span class="cx">     static bool isType(const WebCore::ElementData&amp; elementData) { return elementData.isUnique(); }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif // ElementData_h
-
</del></span></pre></div>
<a id="trunkSourceWebCoredomElementDescendantIteratorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ElementDescendantIterator.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ElementDescendantIterator.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ElementDescendantIterator.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ElementDescendantIterator_h
-#define ElementDescendantIterator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Element.h&quot;
</span><span class="cx"> #include &quot;ElementIteratorAssertions.h&quot;
</span><span class="lines">@@ -355,7 +354,7 @@
</span><span class="cx">     return ElementDescendantConstIteratorAdapter(root);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> namespace std {
</span><span class="cx"> template &lt;&gt; struct iterator_traits&lt;WebCore::ElementDescendantIterator&gt; {
</span><span class="lines">@@ -365,4 +364,3 @@
</span><span class="cx">     typedef const WebCore::Element value_type;
</span><span class="cx"> };
</span><span class="cx"> }
</span><del>-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoredomElementIteratorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ElementIterator.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ElementIterator.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ElementIterator.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ElementIterator_h
-#define ElementIterator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ElementTraversal.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -394,10 +393,8 @@
</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;ElementAncestorIterator.h&quot;
</span><span class="cx"> #include &quot;ElementChildIterator.h&quot;
</span><span class="cx"> #include &quot;TypedElementDescendantIterator.h&quot;
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoredomElementIteratorAssertionsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ElementIteratorAssertions.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ElementIteratorAssertions.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ElementIteratorAssertions.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ElementIteratorAssertions_h
-#define ElementIteratorAssertions_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Element.h&quot;
</span><span class="cx"> #include &quot;NoEventDispatchAssertion.h&quot;
</span><span class="lines">@@ -71,7 +70,4 @@
</span><span class="cx">     m_eventDispatchAssertion = Nullopt;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-
-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomElementRareDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ElementRareData.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ElementRareData.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ElementRareData.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ElementRareData_h
-#define ElementRareData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CustomElementReactionQueue.h&quot;
</span><span class="cx"> #include &quot;DOMTokenList.h&quot;
</span><span class="lines">@@ -234,6 +233,4 @@
</span><span class="cx">     setChildrenAffectedByPropertyBasedBackwardPositionalRules(false);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-} // namespace
-
-#endif // ElementRareData_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomElementTraversalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ElementTraversal.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ElementTraversal.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ElementTraversal.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ElementTraversal_h
-#define ElementTraversal_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Element.h&quot;
</span><span class="cx"> #include &quot;NodeTraversal.h&quot;
</span><span class="lines">@@ -287,6 +286,4 @@
</span><span class="cx">     return downcast&lt;Element&gt;(node);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomErrorEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ErrorEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ErrorEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ErrorEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ErrorEvent_h
-#define ErrorEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="cx"> #include &quot;SerializedScriptValue.h&quot;
</span><span class="lines">@@ -90,5 +89,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_EVENT(ErrorEvent)
</span><del>-
-#endif // ErrorEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/Event.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/Event.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/Event.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef Event_h
-#define Event_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DOMTimeStamp.h&quot;
</span><span class="cx"> #include &quot;EventInit.h&quot;
</span><span class="lines">@@ -239,5 +238,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::ToValueTypeName) \
</span><span class="cx">     static bool isType(const WebCore::Event&amp; event) { return event.is##ToValueTypeName(); } \
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif // Event_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomEventContexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/EventContext.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/EventContext.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/EventContext.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef EventContext_h
-#define EventContext_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EventTarget.h&quot;
</span><span class="cx"> #include &quot;Node.h&quot;
</span><span class="lines">@@ -143,7 +142,7 @@
</span><span class="cx">     m_relatedTarget = relatedTarget;
</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_BEGIN(WebCore::MouseOrFocusEventContext)
</span><span class="cx"> static bool isType(const WebCore::EventContext&amp; context) { return context.isMouseOrFocusEventContext(); }
</span><span class="lines">@@ -154,5 +153,3 @@
</span><span class="cx"> static bool isType(const WebCore::EventContext&amp; context) { return context.isTouchEventContext(); }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><span class="cx"> #endif
</span><del>-
-#endif // EventContext_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomEventDispatcherh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/EventDispatcher.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/EventDispatcher.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/EventDispatcher.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 EventDispatcher_h
-#define EventDispatcher_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SimulatedClickOptions.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -31,7 +30,6 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class Element;
</del><span class="cx"> class Event;
</span><span class="cx"> class Node;
</span><span class="cx"> 
</span><span class="lines">@@ -42,6 +40,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="trunkSourceWebCoredomEventListenerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/EventListener.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/EventListener.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/EventListener.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef EventListener_h
-#define EventListener_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">@@ -69,6 +68,4 @@
</span><span class="cx">     Type m_type;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomEventNamesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/EventNames.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/EventNames.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/EventNames.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef EventNames_h
-#define EventNames_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ThreadGlobalData.h&quot;
</span><span class="cx"> #include &lt;array&gt;
</span><span class="lines">@@ -364,6 +363,4 @@
</span><span class="cx"> 
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomEventPathh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/EventPath.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/EventPath.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/EventPath.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 EventPath_h
-#define EventPath_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EventContext.h&quot;
</span><span class="cx"> #include &quot;PseudoElement.h&quot;
</span><span class="lines">@@ -72,6 +71,4 @@
</span><span class="cx">     Vector&lt;std::unique_ptr&lt;EventContext&gt;, 32&gt; m_path;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif /* EventPath_h */
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomEventQueueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/EventQueue.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/EventQueue.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/EventQueue.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef EventQueue_h
-#define EventQueue_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">@@ -41,6 +40,4 @@
</span><span class="cx">     virtual void close() = 0; // Discard accumulated events and all future events. No events will be dispatched after this.
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // EventQueue_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomEventSenderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/EventSender.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/EventSender.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/EventSender.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 EventSender_h
-#define EventSender_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Timer.h&quot;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</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 // EventSender_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomExceptionBaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ExceptionBase.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ExceptionBase.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ExceptionBase.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ExceptionBase_h
-#define ExceptionBase_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ExceptionCode.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 // ExceptionBase_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomExceptionCodePlaceholderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ExceptionCodePlaceholder.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ExceptionCodePlaceholder.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ExceptionCodePlaceholder.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ExceptionCodePlaceholder_h
-#define ExceptionCodePlaceholder_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;PlatformExportMacros.h&quot;
</span><span class="cx"> #include &lt;wtf/Assertions.h&gt;
</span><span class="lines">@@ -82,6 +81,4 @@
</span><span class="cx"> 
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomExtensionStyleSheetsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ExtensionStyleSheets.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ExtensionStyleSheets.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ExtensionStyleSheets.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -25,8 +25,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ExtensionStyleSheets_h
-#define ExtensionStyleSheets_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Timer.h&quot;
</span><span class="cx"> #include &lt;memory&gt;
</span><span class="lines">@@ -94,7 +93,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="trunkSourceWebCoredomFocusEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/FocusEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/FocusEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/FocusEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 FocusEvent_h
-#define FocusEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EventTarget.h&quot;
</span><span class="cx"> #include &quot;UIEvent.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_EVENT(FocusEvent)
</span><del>-
-#endif // FocusEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomFragmentScriptingPermissionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/FragmentScriptingPermission.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/FragmentScriptingPermission.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/FragmentScriptingPermission.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -25,8 +25,7 @@
</span><span class="cx"> 
</span><span class="cx"> // FIXME: Move this file to ParserContentPolicy.h.
</span><span class="cx"> 
</span><del>-#ifndef ParserContentPolicy_h
-#define ParserContentPolicy_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -62,5 +61,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ParserContentPolicy_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomGenericEventQueueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/GenericEventQueue.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/GenericEventQueue.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/GenericEventQueue.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 GenericEventQueue_h
-#define GenericEventQueue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;GenericTaskQueue.h&quot;
</span><span class="cx"> #include &lt;wtf/Deque.h&gt;
</span><span class="lines">@@ -62,6 +61,4 @@
</span><span class="cx">     bool m_isSuspended { false };
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomHashChangeEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/HashChangeEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/HashChangeEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/HashChangeEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HashChangeEvent_h
-#define HashChangeEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="cx"> #include &quot;EventNames.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 // HashChangeEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomIdTargetObserverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/IdTargetObserver.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/IdTargetObserver.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/IdTargetObserver.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 IdTargetObserver_h
-#define IdTargetObserver_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/text/AtomicString.h&gt;
</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 // IdTargetObserver_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomIdTargetObserverRegistryh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/IdTargetObserverRegistry.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/IdTargetObserverRegistry.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/IdTargetObserverRegistry.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 IdTargetObserverRegistry_h
-#define IdTargetObserverRegistry_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;memory&gt;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</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 // IdTargetObserverRegistry_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomIgnoreDestructiveWriteCountIncrementerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/IgnoreDestructiveWriteCountIncrementer.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/IgnoreDestructiveWriteCountIncrementer.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/IgnoreDestructiveWriteCountIncrementer.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 IgnoreDestructiveWriteCountIncrementer_h
-#define IgnoreDestructiveWriteCountIncrementer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Document.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -52,6 +51,4 @@
</span><span class="cx">     unsigned* m_count;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomIgnoreOpensDuringUnloadCountIncrementerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/IgnoreOpensDuringUnloadCountIncrementer.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/IgnoreOpensDuringUnloadCountIncrementer.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/IgnoreOpensDuringUnloadCountIncrementer.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 IgnoreOpensDuringUnloadCountIncrementer_h
-#define IgnoreOpensDuringUnloadCountIncrementer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Document.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 // IgnoreOpensDuringUnloadCountIncrementer_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomInlineStyleSheetOwnerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/InlineStyleSheetOwner.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/InlineStyleSheetOwner.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/InlineStyleSheetOwner.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef InlineStyleSheetOwner_h
-#define InlineStyleSheetOwner_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSStyleSheet.h&quot;
</span><span class="cx"> #include &lt;wtf/text/TextPosition.h&gt;
</span><span class="lines">@@ -68,6 +67,4 @@
</span><span class="cx">     Style::Scope* m_styleScope { nullptr };
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomLiveNodeListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/LiveNodeList.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/LiveNodeList.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/LiveNodeList.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef LiveNodeList_h
-#define LiveNodeList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CollectionIndexCache.h&quot;
</span><span class="cx"> #include &quot;CollectionTraversal.h&quot;
</span><span class="lines">@@ -162,5 +161,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // LiveNodeList_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomMessageChannelh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/MessageChannel.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/MessageChannel.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/MessageChannel.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef MessageChannel_h
-#define MessageChannel_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/RefPtr.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 // MessageChannel_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomMessagePortChannelh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/MessagePortChannel.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/MessagePortChannel.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/MessagePortChannel.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 MessagePortChannel_h
-#define MessagePortChannel_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SerializedScriptValue.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 // MessagePortChannel_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomMicrotasksh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/Microtasks.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/Microtasks.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/Microtasks.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef Microtasks_h
-#define Microtasks_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Timer.h&quot;
</span><span class="cx"> #include &lt;wtf/NeverDestroyed.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 // Microtask_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomMutationCallbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/MutationCallback.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/MutationCallback.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/MutationCallback.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 MutationCallback_h
-#define MutationCallback_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/RefPtr.h&gt;
</span><span class="lines">@@ -48,6 +47,4 @@
</span><span class="cx">     virtual bool canInvokeCallback() const = 0;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // MutationCallback_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomMutationObserverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/MutationObserver.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/MutationObserver.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/MutationObserver.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -108,4 +108,4 @@
</span><span class="cx">     unsigned m_priority;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomMutationObserverInterestGrouph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/MutationObserverInterestGroup.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/MutationObserverInterestGroup.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/MutationObserverInterestGroup.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 MutationObserverInterestGroup_h
-#define MutationObserverInterestGroup_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Document.h&quot;
</span><span class="cx"> #include &quot;MutationObserver.h&quot;
</span><span class="lines">@@ -81,6 +80,4 @@
</span><span class="cx">     MutationRecordDeliveryOptions m_oldValueFlag;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // MutationObserverInterestGroup_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomMutationObserverRegistrationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/MutationObserverRegistration.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/MutationObserverRegistration.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/MutationObserverRegistration.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 MutationObserverRegistration_h
-#define MutationObserverRegistration_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;MutationObserver.h&quot;
</span><span class="cx"> #include &lt;wtf/HashSet.h&gt;
</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 // MutationObserverRegistration_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomMutationRecordh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/MutationRecord.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/MutationRecord.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/MutationRecord.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 MutationRecord_h
-#define MutationRecord_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/RefPtr.h&gt;
</span><span class="lines">@@ -69,5 +68,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // MutationRecord_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomNameNodeListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/NameNodeList.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/NameNodeList.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/NameNodeList.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef NameNodeList_h
-#define NameNodeList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LiveNodeList.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.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 // NameNodeList_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomNamedFlowCollectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/NamedFlowCollection.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/NamedFlowCollection.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/NamedFlowCollection.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 NamedFlowCollection_h
-#define NamedFlowCollection_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ContextDestructionObserver.h&quot;
</span><span class="cx"> #include &quot;WebKitNamedFlow.h&quot;
</span><span class="lines">@@ -70,5 +69,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // NamedFlowCollection_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomNativeNodeFilterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/NativeNodeFilter.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/NativeNodeFilter.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/NativeNodeFilter.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 NativeNodeFilter_h
-#define NativeNodeFilter_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;NodeFilter.h&quot;
</span><span class="cx"> #include &quot;NodeFilterCondition.h&quot;
</span><span class="lines">@@ -57,6 +56,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // NativeNodeFilter_h
-
</del></span></pre></div>
<a id="trunkSourceWebCoredomNoEventDispatchAssertionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/NoEventDispatchAssertion.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/NoEventDispatchAssertion.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/NoEventDispatchAssertion.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef NoEventDispatchAssertion_h
-#define NoEventDispatchAssertion_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/MainThread.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -90,6 +89,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="trunkSourceWebCoredomNodeFilterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/NodeFilter.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/NodeFilter.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/NodeFilter.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef NodeFilter_h
-#define NodeFilter_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">@@ -70,5 +69,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // NodeFilter_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomNodeListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/NodeList.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/NodeList.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/NodeList.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef NodeList_h
-#define NodeList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ScriptWrappable.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -56,9 +55,6 @@
</span><span class="cx">     virtual bool isChildNodeList() const { return false; }
</span><span class="cx">     virtual bool isEmptyNodeList() const { return false; }
</span><span class="cx">     virtual size_t memoryCost() const { return 0; }
</span><del>-
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // NodeList_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomNodeRareDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/NodeRareData.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/NodeRareData.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/NodeRareData.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef NodeRareData_h
-#define NodeRareData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ChildNodeList.h&quot;
</span><span class="cx"> #include &quot;ClassCollection.h&quot;
</span><span class="lines">@@ -326,5 +325,3 @@
</span><span class="cx"> static_assert(Page::maxNumberOfFrames &lt; 1024, &quot;Frame limit should fit in rare data count&quot;);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // NodeRareData_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomNodeRenderStyleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/NodeRenderStyle.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/NodeRenderStyle.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/NodeRenderStyle.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef NodeRenderStyle_h
-#define NodeRenderStyle_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RenderObject.h&quot;
</span><span class="cx"> #include &quot;RenderStyle.h&quot;
</span><span class="lines">@@ -39,5 +38,4 @@
</span><span class="cx">     return &amp;renderer-&gt;style();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomNodeWithIndexh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/NodeWithIndex.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/NodeWithIndex.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/NodeWithIndex.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 NodeWithIndex_h
-#define NodeWithIndex_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Node.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -59,6 +58,4 @@
</span><span class="cx">     mutable int m_index;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomOverflowEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/OverflowEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/OverflowEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/OverflowEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 OverflowEvent_h
-#define OverflowEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -77,6 +76,4 @@
</span><span class="cx">     bool m_verticalOverflow;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // OverflowEvent_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomPageTransitionEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/PageTransitionEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/PageTransitionEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/PageTransitionEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PageTransitionEvent_h
-#define PageTransitionEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="cx"> 
</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 // PageTransitionEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomPositionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/Position.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/Position.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/Position.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 Position_h
-#define Position_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ContainerNode.h&quot;
</span><span class="cx"> #include &quot;EditingBoundary.h&quot;
</span><span class="lines">@@ -354,5 +353,3 @@
</span><span class="cx"> void showTree(const WebCore::Position&amp;);
</span><span class="cx"> void showTree(const WebCore::Position*);
</span><span class="cx"> #endif
</span><del>-
-#endif // Position_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomPositionIteratorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/PositionIterator.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/PositionIterator.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/PositionIterator.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PositionIterator_h
-#define PositionIterator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Node.h&quot;
</span><span class="cx"> #include &quot;Position.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 // PositionIterator_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomProcessingInstructionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ProcessingInstruction.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ProcessingInstruction.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ProcessingInstruction.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ProcessingInstruction_h
-#define ProcessingInstruction_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">@@ -95,5 +94,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::ProcessingInstruction)
</span><span class="cx">     static bool isType(const WebCore::Node&amp; node) { return node.nodeType() == WebCore::Node::PROCESSING_INSTRUCTION_NODE; }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoredomProgressEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ProgressEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ProgressEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ProgressEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ProgressEvent_h
-#define ProgressEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -63,6 +62,5 @@
</span><span class="cx">     unsigned long long m_loaded;
</span><span class="cx">     unsigned long long m_total;
</span><span class="cx"> };
</span><del>-}
</del><span class="cx"> 
</span><del>-#endif // ProgressEvent_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomPseudoElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/PseudoElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/PseudoElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/PseudoElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PseudoElement_h
-#define PseudoElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Element.h&quot;
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="lines">@@ -76,5 +75,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::PseudoElement)
</span><span class="cx">     static bool isType(const WebCore::Node&amp; node) { return node.isPseudoElement(); }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoredomQualifiedNameh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/QualifiedName.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/QualifiedName.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/QualifiedName.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef QualifiedName_h
-#define QualifiedName_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/HashTraits.h&gt;
</span><span class="lines">@@ -144,7 +143,7 @@
</span><span class="cx"> void createQualifiedName(void* targetAddress, StringImpl* name);
</span><span class="cx"> void createQualifiedName(void* targetAddress, StringImpl* name, const AtomicString&amp; nameNamespace);
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> namespace WTF {
</span><span class="cx">     
</span><span class="lines">@@ -158,6 +157,5 @@
</span><span class="cx">         static const bool emptyValueIsZero = false;
</span><span class="cx">         static WebCore::QualifiedName emptyValue() { return WebCore::nullQName(); }
</span><span class="cx">     };
</span><del>-}
</del><span class="cx"> 
</span><del>-#endif
</del><ins>+} // namespace WTF
</ins></span></pre></div>
<a id="trunkSourceWebCoredomRangeBoundaryPointh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/RangeBoundaryPoint.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/RangeBoundaryPoint.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/RangeBoundaryPoint.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 RangeBoundaryPoint_h
-#define RangeBoundaryPoint_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Node.h&quot;
</span><span class="cx"> #include &quot;Position.h&quot;
</span><span class="lines">@@ -195,6 +194,4 @@
</span><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomRawDataDocumentParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/RawDataDocumentParser.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/RawDataDocumentParser.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/RawDataDocumentParser.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 RawDataDocumentParser_h
-#define RawDataDocumentParser_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DocumentParser.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -62,6 +61,4 @@
</span><span class="cx">     }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-};
-
-#endif // RawDataDocumentParser_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomRegisteredEventListenerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/RegisteredEventListener.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/RegisteredEventListener.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/RegisteredEventListener.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef RegisteredEventListener_h
-#define RegisteredEventListener_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EventListener.h&quot;
</span><span class="cx"> #include &lt;wtf/RefPtr.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 // RegisteredEventListener_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomRenderedDocumentMarkerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/RenderedDocumentMarker.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/RenderedDocumentMarker.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/RenderedDocumentMarker.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 RenderedDocumentMarker_h
-#define RenderedDocumentMarker_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DocumentMarker.h&quot;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="lines">@@ -74,7 +73,4 @@
</span><span class="cx">     bool m_isValid { false };
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-
-} // namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomRequestAnimationFrameCallbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/RequestAnimationFrameCallback.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/RequestAnimationFrameCallback.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/RequestAnimationFrameCallback.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 RequestAnimationFrameCallback_h
-#define RequestAnimationFrameCallback_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">@@ -45,6 +44,4 @@
</span><span class="cx">     bool m_useLegacyTimeBase;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // RequestAnimationFrameCallback_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomScopedEventQueueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ScopedEventQueue.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ScopedEventQueue.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ScopedEventQueue.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScopedEventQueue_h
-#define ScopedEventQueue_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/Noncopyable.h&gt;
</span><span class="lines">@@ -70,6 +69,4 @@
</span><span class="cx">     ~EventQueueScope() { ScopedEventQueue::singleton().decrementScopingLevel(); }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // ScopedEventQueue_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomScriptableDocumentParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ScriptableDocumentParser.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ScriptableDocumentParser.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ScriptableDocumentParser.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScriptableDocumentParser_h
-#define ScriptableDocumentParser_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DecodedDataDocumentParser.h&quot;
</span><span class="cx"> #include &quot;FragmentScriptingPermission.h&quot;
</span><span class="lines">@@ -66,6 +65,4 @@
</span><span class="cx">     ParserContentPolicy m_parserContentPolicy;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // ScriptableDocumentParser_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomScriptedAnimationControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ScriptedAnimationController.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ScriptedAnimationController.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ScriptedAnimationController.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,10 +23,10 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ScriptedAnimationController_h
-#define ScriptedAnimationController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(REQUEST_ANIMATION_FRAME)
</span><ins>+
</ins><span class="cx"> #include &quot;DOMTimeStamp.h&quot;
</span><span class="cx"> #if USE(REQUEST_ANIMATION_FRAME_TIMER)
</span><span class="cx"> #if USE(REQUEST_ANIMATION_FRAME_DISPLAY_MONITOR)
</span><span class="lines">@@ -101,8 +101,6 @@
</span><span class="cx"> #endif
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(REQUEST_ANIMATION_FRAME)
</span><del>-
-#endif // ScriptedAnimationController_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomSecurityContexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/SecurityContext.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/SecurityContext.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/SecurityContext.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SecurityContext_h
-#define SecurityContext_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;memory&gt;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -101,5 +100,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SecurityContext_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomSecurityOriginPolicyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/SecurityOriginPolicy.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/SecurityOriginPolicy.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/SecurityOriginPolicy.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 SecurityOriginPolicy_h
-#define SecurityOriginPolicy_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Ref.h&gt;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="lines">@@ -47,6 +46,4 @@
</span><span class="cx">     Ref&lt;SecurityOrigin&gt; m_securityOrigin;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // SecurityOriginPolicy_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomSecurityPolicyViolationEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/SecurityPolicyViolationEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/SecurityPolicyViolationEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/SecurityPolicyViolationEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,8 +23,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 SecurityPolicyViolationEvent_h
-#define SecurityPolicyViolationEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -121,5 +120,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SecurityPolicyViolationEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomSelectorQueryh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/SelectorQuery.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/SelectorQuery.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/SelectorQuery.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -152,4 +152,4 @@
</span><span class="cx">     return m_selectors.queryFirst(rootNode);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomSimulatedClickh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/SimulatedClick.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/SimulatedClick.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/SimulatedClick.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 SimulatedClick_h
-#define SimulatedClick_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SimulatedClickOptions.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -41,5 +40,3 @@
</span><span class="cx"> void simulateClick(Element&amp;, Event* underlyingEvent, SimulatedClickMouseEventOptions, SimulatedClickVisualOptions, SimulatedClickSource);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif /* SimulatedClick_h */
</del></span></pre></div>
<a id="trunkSourceWebCoredomSimulatedClickOptionsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/SimulatedClickOptions.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/SimulatedClickOptions.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/SimulatedClickOptions.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SimulatedClickOptions_h
-#define SimulatedClickOptions_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 // SimulatedClickOptions_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomSlotAssignmenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/SlotAssignment.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/SlotAssignment.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/SlotAssignment.h        2016-10-31 22:07:53 UTC (rev 208179)
</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><del>-#ifndef SlotAssignment_h
-#define SlotAssignment_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><del>-
</del><span class="cx"> #include &quot;ShadowRoot.h&quot;
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="cx"> #include &lt;wtf/HashSet.h&gt;
</span><span class="lines">@@ -130,7 +128,4 @@
</span><span class="cx">         m_slotAssignment-&gt;didChangeSlot(name, SlotAssignment::ChangeType::InnerSlot, *this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-
-#endif /* SlotAssignment_h */
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomSpaceSplitStringh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/SpaceSplitString.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/SpaceSplitString.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/SpaceSplitString.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SpaceSplitString_h
-#define SpaceSplitString_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/MainThread.h&gt;
</span><span class="cx"> #include &lt;wtf/text/AtomicString.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 // SpaceSplitString_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomStaticNodeListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/StaticNodeList.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/StaticNodeList.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/StaticNodeList.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 StaticNodeList_h
-#define StaticNodeList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Element.h&quot;
</span><span class="cx"> #include &quot;NodeList.h&quot;
</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 // StaticNodeList_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomStringCallbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/StringCallback.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/StringCallback.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/StringCallback.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 StringCallback_h
-#define StringCallback_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/RefCounted.h&gt;
</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 // StringCallback_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomStyledElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/StyledElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/StyledElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/StyledElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StyledElement_h
-#define StyledElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSPrimitiveValue.h&quot;
</span><span class="cx"> #include &quot;CSSPropertyNames.h&quot;
</span><span class="lines">@@ -107,5 +106,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::StyledElement)
</span><span class="cx">     static bool isType(const WebCore::Node&amp; node) { return node.isStyledElement(); }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoredomTagCollectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/TagCollection.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/TagCollection.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/TagCollection.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 TagCollection_h
-#define TagCollection_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedHTMLCollection.h&quot;
</span><span class="cx"> #include &lt;wtf/text/AtomicString.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 // TagCollection_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomTemplateContentDocumentFragmenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/TemplateContentDocumentFragment.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/TemplateContentDocumentFragment.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/TemplateContentDocumentFragment.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 TemplateContentDocumentFragment_h
-#define TemplateContentDocumentFragment_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DocumentFragment.h&quot;
</span><span class="cx"> 
</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 // TemplateContentDocumentFragment_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomTextEventInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/TextEventInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/TextEventInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/TextEventInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 TextEventInputType_h
-#define TextEventInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</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 // TextEventInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomTextNodeTraversalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/TextNodeTraversal.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/TextNodeTraversal.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/TextNodeTraversal.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 TextNodeTraversal_h
-#define TextNodeTraversal_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;NodeTraversal.h&quot;
</span><span class="cx"> #include &quot;Text.h&quot;
</span><span class="lines">@@ -114,7 +113,5 @@
</span><span class="cx">     return downcast&lt;Text&gt;(node);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-}
-
-#endif
</del><ins>+} // namespace TextNodeTraversal
+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomTouchh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/Touch.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/Touch.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/Touch.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 Touch_h
-#define Touch_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(IOS_TOUCH_EVENTS)
</span><span class="cx"> #include &lt;WebKitAdditions/TouchIOS.h&gt;
</span><span class="lines">@@ -91,5 +90,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(TOUCH_EVENTS)
</span><del>-
-#endif /* Touch_h */
</del></span></pre></div>
<a id="trunkSourceWebCoredomTouchEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/TouchEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/TouchEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/TouchEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 TouchEvent_h
-#define TouchEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(IOS_TOUCH_EVENTS)
</span><span class="cx"> #include &lt;WebKitAdditions/TouchEventIOS.h&gt;
</span><span class="lines">@@ -103,5 +102,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_EVENT(TouchEvent)
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(TOUCH_EVENTS)
</span><del>-
-#endif // TouchEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomTransformSourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/TransformSource.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/TransformSource.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/TransformSource.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 TransformSource_h
-#define TransformSource_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(XSLT)
</span><span class="cx"> 
</span><span class="lines">@@ -45,6 +44,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-
-#endif // TransformSource_h
</del><ins>+#endif // ENABLE(XSLT)
</ins></span></pre></div>
<a id="trunkSourceWebCoredomTransitionEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/TransitionEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/TransitionEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/TransitionEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 TransitionEvent_h
-#define TransitionEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Event.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"> } // namespace WebCore
</span><del>-
-#endif // TransitionEvent_h
-
</del></span></pre></div>
<a id="trunkSourceWebCoredomTreeDepthLimith"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/TreeDepthLimit.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/TreeDepthLimit.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/TreeDepthLimit.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -28,13 +28,14 @@
</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 TreeDepthLimit_h
-#define TreeDepthLimit_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #ifndef MAX_DOM_TREE_DEPTH
</span><span class="cx"> #define MAX_DOM_TREE_DEPTH 5000
</span><span class="cx"> #endif
</span><ins>+
+namespace WebCore {
+
</ins><span class="cx"> const unsigned maxDOMTreeDepth = MAX_DOM_TREE_DEPTH;
</span><span class="cx"> 
</span><del>-#endif // TreeDepthLimit.h
-
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomTreeScopeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/TreeScope.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/TreeScope.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/TreeScope.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 TreeScope_h
-#define TreeScope_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DocumentOrderedMap.h&quot;
</span><span class="cx"> #include &lt;memory&gt;
</span><span class="lines">@@ -151,5 +150,3 @@
</span><span class="cx"> TreeScope* commonTreeScope(Node*, Node*);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // TreeScope_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomTreeScopeAdopterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/TreeScopeAdopter.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/TreeScopeAdopter.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/TreeScopeAdopter.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -22,9 +22,9 @@
</span><span class="cx">  * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><del>-#ifndef TreeScopeAdopter_h
-#define TreeScopeAdopter_h
</del><span class="cx"> 
</span><ins>+#pragma once
+
</ins><span class="cx"> #include &quot;Node.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -62,6 +62,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="trunkSourceWebCoredomTypedElementDescendantIteratorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/TypedElementDescendantIterator.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/TypedElementDescendantIterator.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/TypedElementDescendantIterator.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 TypedElementDescendantIterator_h
-#define TypedElementDescendantIterator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ElementIterator.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -320,6 +319,4 @@
</span><span class="cx">     return { descendantsOfType&lt;ElementType&gt;(firstRoot), descendantsOfType&lt;ElementType&gt;(secondRoot) };
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomUIEventWithKeyStateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/UIEventWithKeyState.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/UIEventWithKeyState.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/UIEventWithKeyState.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef UIEventWithKeyState_h
-#define UIEventWithKeyState_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EventModifierInit.h&quot;
</span><span class="cx"> #include &quot;UIEvent.h&quot;
</span><span class="lines">@@ -85,5 +84,3 @@
</span><span class="cx"> WEBCORE_EXPORT UIEventWithKeyState* findEventWithKeyState(Event*);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // UIEventWithKeyState_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomUserActionElementSeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/UserActionElementSet.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/UserActionElementSet.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/UserActionElementSet.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 UserActionElementSet_h
-#define UserActionElementSet_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/RefPtr.h&gt;
</span><span class="lines">@@ -66,6 +65,4 @@
</span><span class="cx">     ElementFlagMap m_elements;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace
-
-#endif // UserActionElementSet_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomUserTypingGestureIndicatorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/UserTypingGestureIndicator.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/UserTypingGestureIndicator.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/UserTypingGestureIndicator.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 UserTypingGestureIndicator_h
-#define UserTypingGestureIndicator_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/RefPtr.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 // UserTypingGestureIndicator_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomViewportArgumentsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ViewportArguments.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ViewportArguments.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/ViewportArguments.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -25,8 +25,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ViewportArguments_h
-#define ViewportArguments_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatSize.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -139,5 +138,3 @@
</span><span class="cx"> TextStream&amp; operator&lt;&lt;(TextStream&amp;, const ViewportArguments&amp;);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ViewportArguments_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomVisitedLinkStateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/VisitedLinkState.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/VisitedLinkState.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/VisitedLinkState.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 VisitedLinkState_h
-#define VisitedLinkState_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Element.h&quot;
</span><span class="cx"> #include &quot;LinkHash.h&quot;
</span><span class="lines">@@ -61,7 +60,4 @@
</span><span class="cx">     return determineLinkStateSlowCase(element);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
-
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomWebKitAnimationEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/WebKitAnimationEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/WebKitAnimationEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/WebKitAnimationEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebKitAnimationEvent_h
-#define WebKitAnimationEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="cx"> 
</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 // WebKitAnimationEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomWebKitNamedFlowh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/WebKitNamedFlow.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/WebKitNamedFlow.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/WebKitNamedFlow.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -27,11 +27,9 @@
</span><span class="cx">  * SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef WebKitNamedFlow_h
-#define WebKitNamedFlow_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EventTarget.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/text/AtomicString.h&gt;
</span><span class="lines">@@ -38,7 +36,6 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class Document;
</del><span class="cx"> class NamedFlowCollection;
</span><span class="cx"> class Node;
</span><span class="cx"> class NodeList;
</span><span class="lines">@@ -93,6 +90,4 @@
</span><span class="cx">     RenderNamedFlowThread* m_parentFlowThread;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoredomWebKitTransitionEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/WebKitTransitionEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/WebKitTransitionEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/WebKitTransitionEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebKitTransitionEvent_h
-#define WebKitTransitionEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Event.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 // WebKitTransitionEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomXMLDocumenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/XMLDocument.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/XMLDocument.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/XMLDocument.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 XMLDocument_h
-#define XMLDocument_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Document.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -54,5 +53,3 @@
</span><span class="cx">     static bool isType(const WebCore::Document&amp; document) { return document.isXMLDocument(); }
</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 // XMLDocument_h
</del></span></pre></div>
<a id="trunkSourceWebCoredomdefaultPlatformMessagePortChannelh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/default/PlatformMessagePortChannel.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/default/PlatformMessagePortChannel.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/dom/default/PlatformMessagePortChannel.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -28,11 +28,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><del>-#ifndef PlatformMessagePortChannel_h
-#define PlatformMessagePortChannel_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;MessagePortChannel.h&quot;
</span><del>-
</del><span class="cx"> #include &lt;wtf/MessageQueue.h&gt;
</span><span class="cx"> #include &lt;wtf/Threading.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -109,5 +107,3 @@
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // PlatformMessagePortChannel_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlAutocapitalizeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/Autocapitalize.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/Autocapitalize.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/Autocapitalize.h        2016-10-31 22:07:53 UTC (rev 208179)
</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><del>-#ifndef Autocapitalize_h
-#define Autocapitalize_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebAutocapitalize.h&quot;
</span><del>-
-// FIXME: Forward declare AtomicString instead of including AtomicString.h once we upstream the iOS port.
</del><span class="cx"> #include &lt;wtf/text/AtomicString.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -36,6 +33,4 @@
</span><span class="cx"> WebAutocapitalizeType autocapitalizeTypeForAttributeValue(const AtomicString&amp;);
</span><span class="cx"> const AtomicString&amp; stringForAutocapitalizeType(WebAutocapitalizeType);
</span><span class="cx"> 
</span><del>-}
-
-#endif // Autocapitalize_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlAutofillh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/Autofill.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/Autofill.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/Autofill.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 Autofill_h
-#define Autofill_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/text/AtomicString.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -113,6 +112,4 @@
</span><span class="cx">     String idlExposedValue;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace
-
-#endif // Autofill_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlBaseButtonInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/BaseButtonInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/BaseButtonInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/BaseButtonInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 BaseButtonInputType_h
-#define BaseButtonInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BaseClickableWithKeyInputType.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 // BaseButtonInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlBaseCheckableInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/BaseCheckableInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/BaseCheckableInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/BaseCheckableInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 BaseCheckableInputType_h
-#define BaseCheckableInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;InputType.h&quot;
</span><span class="cx"> 
</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 // BaseCheckableInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlBaseChooserOnlyDateAndTimeInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/BaseChooserOnlyDateAndTimeInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/BaseChooserOnlyDateAndTimeInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/BaseChooserOnlyDateAndTimeInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,10 +23,10 @@
</span><span class="cx">  * SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef BaseChooserOnlyDateAndTimeInputType_h
-#define BaseChooserOnlyDateAndTimeInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(DATE_AND_TIME_INPUT_TYPES)
</span><ins>+
</ins><span class="cx"> #include &quot;BaseClickableWithKeyInputType.h&quot;
</span><span class="cx"> #include &quot;BaseDateAndTimeInputType.h&quot;
</span><span class="cx"> #include &quot;DateTimeChooser.h&quot;
</span><span class="lines">@@ -61,6 +61,6 @@
</span><span class="cx">     RefPtr&lt;DateTimeChooser&gt; m_dateTimeChooser;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
+
</ins><span class="cx"> #endif
</span><del>-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlBaseClickableWithKeyInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/BaseClickableWithKeyInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/BaseClickableWithKeyInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/BaseClickableWithKeyInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 BaseClickableWithKeyInputType_h
-#define BaseClickableWithKeyInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;InputType.h&quot;
</span><span class="cx"> 
</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 // BaseClickableWithKeyInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlBaseTextInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/BaseTextInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/BaseTextInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/BaseTextInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 BaseTextInputType_h
-#define BaseTextInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;TextFieldInputType.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 // BaseTextInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlButtonInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/ButtonInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/ButtonInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/ButtonInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ButtonInputType_h
-#define ButtonInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BaseButtonInputType.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 // ButtonInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlCachedHTMLCollectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/CachedHTMLCollection.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/CachedHTMLCollection.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/CachedHTMLCollection.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 CachedHTMLCollection_h
-#define CachedHTMLCollection_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CollectionTraversal.h&quot;
</span><span class="cx"> #include &quot;HTMLCollection.h&quot;
</span><span class="lines">@@ -156,6 +155,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CachedHTMLCollection_h
-
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlCheckboxInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/CheckboxInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/CheckboxInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/CheckboxInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 CheckboxInputType_h
-#define CheckboxInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BaseCheckableInputType.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 // CheckboxInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlCollectionTraversalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/CollectionTraversal.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/CollectionTraversal.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/CollectionTraversal.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 CollectionTraversal_h
-#define CollectionTraversal_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CollectionType.h&quot;
</span><span class="cx"> #include &quot;ElementChildIterator.h&quot;
</span><span class="lines">@@ -244,5 +243,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CollectionTraversal_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlCollectionTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/CollectionType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/CollectionType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/CollectionType.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CollectionType_h
-#define CollectionType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</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="trunkSourceWebCorehtmlColorInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/ColorInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/ColorInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/ColorInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ColorInputType_h
-#define ColorInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INPUT_TYPE_COLOR)
</span><span class="cx"> 
</span><span class="lines">@@ -76,5 +75,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INPUT_TYPE_COLOR)
</span><del>-
-#endif // ColorInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlDOMFormDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/DOMFormData.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/DOMFormData.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/DOMFormData.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DOMFormData_h
-#define DOMFormData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FormDataList.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.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 // DOMFormData_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlDateInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/DateInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/DateInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/DateInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DateInputType_h
-#define DateInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INPUT_TYPE_DATE)
</span><ins>+
</ins><span class="cx"> #include &quot;BaseChooserOnlyDateAndTimeInputType.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -52,4 +52,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif
</span><del>-#endif // DateInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlDateTimeInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/DateTimeInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/DateTimeInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/DateTimeInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DateTimeInputType_h
-#define DateTimeInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INPUT_TYPE_DATETIME_INCOMPLETE)
</span><ins>+
</ins><span class="cx"> #include &quot;BaseChooserOnlyDateAndTimeInputType.h&quot;
</span><span class="cx"> #include &quot;BaseDateAndTimeInputType.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -55,4 +55,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif
</span><del>-#endif // DateTimeInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlEmailInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/EmailInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/EmailInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/EmailInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 EmailInputType_h
-#define EmailInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BaseTextInputType.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 // ButtonInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlFTPDirectoryDocumenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/FTPDirectoryDocument.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/FTPDirectoryDocument.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/FTPDirectoryDocument.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -22,8 +22,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 FTPDirectoryDocument_h
-#define FTPDirectoryDocument_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLDocument.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 // FTPDirectoryDocument_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlFileInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/FileInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/FileInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/FileInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 FileInputType_h
-#define FileInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BaseClickableWithKeyInputType.h&quot;
</span><span class="cx"> #include &quot;FileChooser.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 // FileInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlFormAssociatedElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/FormAssociatedElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/FormAssociatedElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/FormAssociatedElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef FormAssociatedElement_h
-#define FormAssociatedElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FormNamedItem.h&quot;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -122,5 +121,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace
</span><del>-
-#endif // FormAssociatedElement_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlFormControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/FormController.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/FormController.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/FormController.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -19,8 +19,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef FormController_h
-#define FormController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;RadioButtonGroups.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -109,4 +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="trunkSourceWebCorehtmlFormDataListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/FormDataList.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/FormDataList.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/FormDataList.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef FormDataList_h
-#define FormDataList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Blob.h&quot;
</span><span class="cx"> #include &quot;TextEncoding.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 // FormDataList_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlFormNamedItemh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/FormNamedItem.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/FormNamedItem.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/FormNamedItem.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef FormNamedItem_h
-#define FormNamedItem_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -33,6 +32,4 @@
</span><span class="cx">     virtual bool isFormAssociatedElement() const = 0;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif /* FormNamedItem_h */
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlGenericCachedHTMLCollectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/GenericCachedHTMLCollection.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/GenericCachedHTMLCollection.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/GenericCachedHTMLCollection.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 GenericCachedHTMLCollection_h
-#define GenericCachedHTMLCollection_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedHTMLCollection.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -47,6 +46,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // GenericCachedHTMLCollection_h
-
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLAllCollectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLAllCollection.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLAllCollection.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLAllCollection.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLAllCollection_h
-#define HTMLAllCollection_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AllDescendantsCollection.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_HTMLCOLLECTION(HTMLAllCollection, DocAll)
</span><del>-
-#endif // HTMLAllCollection_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLAppletElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLAppletElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLAppletElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLAppletElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLAppletElement_h
-#define HTMLAppletElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLPlugInImageElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -46,6 +45,4 @@
</span><span class="cx">     bool canEmbedJava() const;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLAudioElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLAudioElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLAudioElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLAudioElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -24,10 +24,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 HTMLAudioElement_h
-#define HTMLAudioElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(VIDEO)
</span><ins>+
</ins><span class="cx"> #include &quot;HTMLMediaElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -54,4 +54,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(VIDEO)
</span><del>-#endif // HTMLAudioElement_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLBDIElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLBDIElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLBDIElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLBDIElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLBDIElement_h
-#define HTMLBDIElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.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="trunkSourceWebCorehtmlHTMLBRElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLBRElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLBRElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLBRElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLBRElement_h
-#define HTMLBRElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.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
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLBodyElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLBodyElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLBodyElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLBodyElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLBodyElement_h
-#define HTMLBodyElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -68,5 +67,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } //namespace
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLCollectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLCollection.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLCollection.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLCollection.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLCollection_h
-#define HTMLCollection_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CollectionIndexCache.h&quot;
</span><span class="cx"> #include &quot;HTMLNames.h&quot;
</span><span class="lines">@@ -230,5 +229,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::ClassName) \
</span><span class="cx">     static bool isType(const WebCore::HTMLCollection&amp; collection) { return collection.type() == WebCore::Type; } \
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif // HTMLCollection_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLDListElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLDListElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLDListElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLDListElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLDListElement_h
-#define HTMLDListElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -35,6 +34,4 @@
</span><span class="cx">     HTMLDListElement(const QualifiedName&amp;, Document&amp;);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} //namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLDataElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLDataElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLDataElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLDataElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLDataElement_h
-#define HTMLDataElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -38,6 +37,4 @@
</span><span class="cx">     HTMLDataElement(const QualifiedName&amp;, Document&amp;);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // HTMLDataElement_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLDataListElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLDataListElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLDataListElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLDataListElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -29,10 +29,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 HTMLDataListElement_h
-#define HTMLDataListElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(DATALIST_ELEMENT)
</span><ins>+
</ins><span class="cx"> #include &quot;HTMLCollection.h&quot;
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -51,6 +51,5 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><ins>+
</ins><span class="cx"> #endif // ENABLE(DATALIST_ELEMENT)
</span><del>-
-#endif // HTMLDataListElement_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLDetailsElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLDetailsElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLDetailsElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLDetailsElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLDetailsElement_h
-#define HTMLDetailsElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.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 // HTMLDetailsElement_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLDirectoryElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLDirectoryElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLDirectoryElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLDirectoryElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLDirectoryElement_h
-#define HTMLDirectoryElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -35,6 +34,4 @@
</span><span class="cx">     HTMLDirectoryElement(const QualifiedName&amp;, Document&amp;);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} //namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLDivElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLDivElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLDivElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLDivElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLDivElement_h
-#define HTMLDivElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.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 // HTMLDivElement_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLEmbedElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLEmbedElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLEmbedElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLEmbedElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLEmbedElement_h
-#define HTMLEmbedElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLPlugInImageElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -52,6 +51,4 @@
</span><span class="cx">     void parametersForPlugin(Vector&lt;String&gt;&amp; paramNames, Vector&lt;String&gt;&amp; paramValues);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLFontElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLFontElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLFontElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLFontElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLFontElement_h
-#define HTMLFontElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -41,6 +40,4 @@
</span><span class="cx">     void collectStyleForPresentationAttribute(const QualifiedName&amp;, const AtomicString&amp;, MutableStyleProperties&amp;) final;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLFormControlElementWithStateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLFormControlElementWithState.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLFormControlElementWithState.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLFormControlElementWithState.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLFormControlElementWithState_h
-#define HTMLFormControlElementWithState_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLFormControlElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -51,6 +50,4 @@
</span><span class="cx">     bool isFormControlElementWithState() const override;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLFormControlsCollectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLFormControlsCollection.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLFormControlsCollection.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLFormControlsCollection.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLFormControlsCollection_h
-#define HTMLFormControlsCollection_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedHTMLCollection.h&quot;
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</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_HTMLCOLLECTION(HTMLFormControlsCollection, FormControls)
</span><del>-
-#endif // HTMLFormControlsCollection_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLFrameSetElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLFrameSetElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLFrameSetElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLFrameSetElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLFrameSetElement_h
-#define HTMLFrameSetElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> #include &lt;memory&gt;
</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 // HTMLFrameSetElement_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLHRElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLHRElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLHRElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLHRElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLHRElement_h
-#define HTMLHRElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.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 // HTMLHRElement_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLHeadElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLHeadElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLHeadElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLHeadElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLHeadElement_h
-#define HTMLHeadElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -37,6 +36,4 @@
</span><span class="cx">     HTMLHeadElement(const QualifiedName&amp;, Document&amp;);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLHeadingElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLHeadingElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLHeadingElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLHeadingElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLHeadingElement_h
-#define HTMLHeadingElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.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 // HTMLHeadingElement_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLHtmlElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLHtmlElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLHtmlElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLHtmlElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLHtmlElement_h
-#define HTMLHtmlElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -41,6 +40,4 @@
</span><span class="cx">     bool isURLAttribute(const Attribute&amp;) const final;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLKeygenElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLKeygenElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLKeygenElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLKeygenElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLKeygenElement_h
-#define HTMLKeygenElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLFormControlElementWithState.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -60,6 +59,4 @@
</span><span class="cx">     HTMLSelectElement* shadowSelect() const;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} //namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLLIElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLLIElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLLIElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLLIElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLLIElement_h
-#define HTMLLIElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,6 +43,4 @@
</span><span class="cx">     void parseValue(const AtomicString&amp;);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} //namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLLegendElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLLegendElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLLegendElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLLegendElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLLegendElement_h
-#define HTMLLegendElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -45,6 +44,4 @@
</span><span class="cx">     HTMLFormElement* virtualForm() const final;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} //namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLMediaElementEnumsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLMediaElementEnums.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLMediaElementEnums.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLMediaElementEnums.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLMediaElementEnums_h
-#define HTMLMediaElementEnums_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;MediaPlayerEnums.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -59,6 +58,4 @@
</span><span class="cx">     } SeekType;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLMenuElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLMenuElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLMenuElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLMenuElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLMenuElement_h
-#define HTMLMenuElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -35,6 +34,4 @@
</span><span class="cx">     HTMLMenuElement(const QualifiedName&amp;, Document&amp;);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} //namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLMetaElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLMetaElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLMetaElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLMetaElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLMetaElement_h
-#define HTMLMetaElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.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="trunkSourceWebCorehtmlHTMLMeterElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLMeterElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLMeterElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLMeterElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -18,10 +18,10 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLMeterElement_h
-#define HTMLMeterElement_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;LabelableElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -80,7 +80,6 @@
</span><span class="cx">     RefPtr&lt;HTMLElement&gt; m_value;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><del>-#endif
-#endif
</del><ins>+#endif // ENABLE(METER_ELEMENT)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLModElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLModElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLModElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLModElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLModElement_h
-#define HTMLModElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -38,6 +37,4 @@
</span><span class="cx">     bool isURLAttribute(const Attribute&amp;) const final;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} //namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLNameCollectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLNameCollection.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLNameCollection.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLNameCollection.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLNameCollection_h
-#define HTMLNameCollection_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedHTMLCollection.h&quot;
</span><span class="cx"> #include &quot;NodeRareData.h&quot;
</span><span class="lines">@@ -108,5 +107,3 @@
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_HTMLCOLLECTION(WindowNameCollection, WindowNamedItems)
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_HTMLCOLLECTION(DocumentNameCollection, DocumentNamedItems)
</span><del>-
-#endif // HTMLNameCollection_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLObjectElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLObjectElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLObjectElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLObjectElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLObjectElement_h
-#define HTMLObjectElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FormAssociatedElement.h&quot;
</span><span class="cx"> #include &quot;HTMLPlugInImageElement.h&quot;
</span><span class="lines">@@ -109,6 +108,4 @@
</span><span class="cx">     bool m_useFallbackContent : 1;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLOptGroupElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLOptGroupElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLOptGroupElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLOptGroupElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLOptGroupElement_h
-#define HTMLOptGroupElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -54,6 +53,4 @@
</span><span class="cx">     void recalcSelectOptions();
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} //namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLOutputElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLOutputElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLOutputElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLOutputElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLOutputElement_h
-#define HTMLOutputElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DOMTokenList.h&quot;
</span><span class="cx"> #include &quot;HTMLFormControlElement.h&quot;
</span><span class="lines">@@ -68,6 +67,4 @@
</span><span class="cx">     std::unique_ptr&lt;DOMTokenList&gt; m_tokens;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLParagraphElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLParagraphElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLParagraphElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLParagraphElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLParagraphElement_h
-#define HTMLParagraphElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.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 // HTMLParagraphElement_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLParamElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLParamElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLParamElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLParamElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLParamElement_h
-#define HTMLParamElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.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="trunkSourceWebCorehtmlHTMLPlugInElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLPlugInElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLPlugInElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLPlugInElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLPlugInElement_h
-#define HTMLPlugInElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLFrameOwnerElement.h&quot;
</span><span class="cx"> #include &quot;Image.h&quot;
</span><span class="lines">@@ -130,5 +129,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::HTMLPlugInElement)
</span><span class="cx">     static bool isType(const WebCore::Node&amp; node) { return node.isPluginElement(); }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif // HTMLPlugInElement_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLPlugInImageElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLPlugInImageElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLPlugInImageElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLPlugInImageElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLPlugInImageElement_h
-#define HTMLPlugInImageElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLPlugInElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -162,5 +161,3 @@
</span><span class="cx">     static bool isType(const WebCore::HTMLPlugInElement&amp; element) { return element.isPlugInImageElement(); }
</span><span class="cx">     static bool isType(const WebCore::Node&amp; node) { return is&lt;WebCore::HTMLPlugInElement&gt;(node) &amp;&amp; isType(downcast&lt;WebCore::HTMLPlugInElement&gt;(node)); }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif // HTMLPlugInImageElement_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLPreElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLPreElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLPreElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLPreElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLPreElement_h
-#define HTMLPreElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.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 // HTMLPreElement_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLQuoteElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLQuoteElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLQuoteElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLQuoteElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -21,8 +21,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLQuoteElement_h
-#define HTMLQuoteElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="lines">@@ -39,6 +38,4 @@
</span><span class="cx">     bool isURLAttribute(const Attribute&amp;) const final;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} //namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLSourceElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLSourceElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLSourceElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLSourceElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLSourceElement_h
-#define HTMLSourceElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> #include &quot;MediaList.h&quot;
</span><span class="lines">@@ -70,7 +69,4 @@
</span><span class="cx">     RefPtr&lt;MediaQuerySet&gt; m_mediaQuerySet;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} //namespace
-
-#endif
-
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLSpanElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLSpanElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLSpanElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLSpanElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLSpanElement_h
-#define HTMLSpanElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -39,6 +38,4 @@
</span><span class="cx">     HTMLSpanElement(const QualifiedName&amp;, Document&amp;);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLSummaryElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLSummaryElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLSummaryElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLSummaryElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLSummaryElement_h
-#define HTMLSummaryElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -49,6 +48,4 @@
</span><span class="cx">     bool supportsFocus() const final;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // HTMLSummaryElement_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLTableCaptionElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLTableCaptionElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLTableCaptionElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLTableCaptionElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLTableCaptionElement_h
-#define HTMLTableCaptionElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -41,6 +40,4 @@
</span><span class="cx">     void collectStyleForPresentationAttribute(const QualifiedName&amp;, const AtomicString&amp;, MutableStyleProperties&amp;) final;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLTablePartElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLTablePartElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLTablePartElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLTablePartElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLTablePartElement_h
-#define HTMLTablePartElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -45,6 +44,4 @@
</span><span class="cx">     HTMLTableElement* findParentTable() const;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} //namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLTableRowsCollectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLTableRowsCollection.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLTableRowsCollection.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLTableRowsCollection.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLTableRowsCollection_h
-#define HTMLTableRowsCollection_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedHTMLCollection.h&quot;
</span><span class="cx"> #include &quot;HTMLTableElement.h&quot;
</span><span class="lines">@@ -56,5 +55,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_HTMLCOLLECTION(HTMLTableRowsCollection, TableRows)
</span><del>-
-#endif // HTMLTableRowsCollection_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLTemplateElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLTemplateElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLTemplateElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLTemplateElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLTemplateElement_h
-#define HTMLTemplateElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</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 // HTMLTemplateElement_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLTimeElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLTimeElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLTimeElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLTimeElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLTimeElement_h
-#define HTMLTimeElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.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 // HTMLTimeElement_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLUListElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLUListElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLUListElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLUListElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLUListElement_h
-#define HTMLUListElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -39,6 +38,4 @@
</span><span class="cx">     void collectStyleForPresentationAttribute(const QualifiedName&amp;, const AtomicString&amp;, MutableStyleProperties&amp;) final;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} //namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLUnknownElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLUnknownElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLUnknownElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HTMLUnknownElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx">  * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef HTMLUnknownElement_h
-#define HTMLUnknownElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -50,6 +49,4 @@
</span><span class="cx">     bool isHTMLUnknownElement() const final { return true; }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlHiddenInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HiddenInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HiddenInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/HiddenInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HiddenInputType_h
-#define HiddenInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;InputType.h&quot;
</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 // HiddenInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlImageDocumenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/ImageDocument.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/ImageDocument.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/ImageDocument.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -22,8 +22,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 ImageDocument_h
-#define ImageDocument_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLDocument.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -88,5 +87,3 @@
</span><span class="cx">     static bool isType(const WebCore::Document&amp; document) { return document.isImageDocument(); }
</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 // ImageDocument_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlImageInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/ImageInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/ImageInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/ImageInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -30,8 +30,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 ImageInputType_h
-#define ImageInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BaseButtonInputType.h&quot;
</span><span class="cx"> #include &quot;IntPoint.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 // ImageInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlInputTypeNamesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/InputTypeNames.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/InputTypeNames.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/InputTypeNames.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -18,10 +18,8 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><ins>+#pragma once
</ins><span class="cx"> 
</span><del>-#ifndef InputTypeNames_h
-#define InputTypeNames_h
-
</del><span class="cx"> #include &lt;wtf/text/AtomicString.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -55,5 +53,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // InputTypeNames_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlLabelsNodeListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/LabelsNodeList.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/LabelsNodeList.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/LabelsNodeList.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef LabelsNodeList_h
-#define LabelsNodeList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LabelableElement.h&quot;
</span><span class="cx"> #include &quot;LiveNodeList.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 // LabelsNodeList_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlMediaDocumenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/MediaDocument.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/MediaDocument.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/MediaDocument.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 MediaDocument_h
-#define MediaDocument_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(VIDEO)
</span><span class="cx"> 
</span><span class="lines">@@ -64,5 +63,4 @@
</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><span class="cx"> 
</span><del>-#endif
-#endif
</del><ins>+#endif // ENABLE(VIDEO)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlMediaElementSessionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/MediaElementSession.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/MediaElementSession.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/MediaElementSession.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 MediaElementSession_h
-#define MediaElementSession_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(VIDEO)
</span><span class="cx"> 
</span><span class="lines">@@ -163,7 +162,7 @@
</span><span class="cx">     Timer m_mainContentCheckTimer;
</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_BEGIN(WebCore::MediaElementSession)
</span><span class="cx"> static bool isType(const WebCore::PlatformMediaSession&amp; session) { return session.mediaType() == WebCore::PlatformMediaSession::Video || session.mediaType() == WebCore::PlatformMediaSession::Audio; }
</span><span class="lines">@@ -170,5 +169,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(VIDEO)
</span><del>-
-#endif // MediaElementSession_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlMediaErrorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/MediaError.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/MediaError.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/MediaError.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 MediaError_h
-#define MediaError_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(VIDEO)
</span><span class="cx"> 
</span><span class="lines">@@ -56,5 +55,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-#endif
</del><ins>+#endif // ENABLE(VIDEO)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlMediaFragmentURIParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/MediaFragmentURIParser.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/MediaFragmentURIParser.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/MediaFragmentURIParser.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 MediaFragmentURIParser_h
-#define MediaFragmentURIParser_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(VIDEO)
</span><span class="cx"> 
</span><span class="lines">@@ -62,5 +61,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-#endif
</del><ins>+#endif // ENABLE(VIDEO)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlMonthInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/MonthInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/MonthInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/MonthInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 MonthInputType_h
-#define MonthInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INPUT_TYPE_MONTH)
</span><ins>+
</ins><span class="cx"> #include &quot;BaseChooserOnlyDateAndTimeInputType.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -55,5 +55,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-#endif // MonthInputType_h
</del><ins>+#endif // ENABLE(INPUT_TYPE_MONTH)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlPasswordInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/PasswordInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/PasswordInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/PasswordInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PasswordInputType_h
-#define PasswordInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BaseTextInputType.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 // PasswordInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlPluginDocumenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/PluginDocument.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/PluginDocument.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/PluginDocument.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -22,8 +22,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 PluginDocument_h
-#define PluginDocument_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLDocument.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -67,5 +66,3 @@
</span><span class="cx">     static bool isType(const WebCore::Document&amp; document) { return document.isPluginDocument(); }
</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 // PluginDocument_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlPublicURLManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/PublicURLManager.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/PublicURLManager.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/PublicURLManager.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PublicURLManager_h
-#define PublicURLManager_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ActiveDOMObject.h&quot;
</span><span class="cx"> #include &lt;memory&gt;
</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 // PUBLICURLMANAGER_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlRadioInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/RadioInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/RadioInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/RadioInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 RadioInputType_h
-#define RadioInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BaseCheckableInputType.h&quot;
</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 // RadioInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlRadioNodeListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/RadioNodeList.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/RadioNodeList.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/RadioNodeList.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 RadioNodeList_h
-#define RadioNodeList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> #include &quot;LiveNodeList.h&quot;
</span><span class="lines">@@ -63,7 +62,4 @@
</span><span class="cx">     return downcast&lt;HTMLElement&gt;(CachedLiveNodeList&lt;RadioNodeList&gt;::item(offset));
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-} // namepsace
-
-#endif
-
</del><ins>+} // namepsace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlResetInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/ResetInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/ResetInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/ResetInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ResetInputType_h
-#define ResetInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BaseButtonInputType.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"> } // namespace WebCore
</span><del>-
-#endif // ResetInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlRubyElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/RubyElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/RubyElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/RubyElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 RubyElement_h
-#define RubyElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -39,6 +38,4 @@
</span><span class="cx">     RenderPtr&lt;RenderElement&gt; createElementRenderer(RenderStyle&amp;&amp;, const RenderTreePosition&amp;) override;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlRubyTextElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/RubyTextElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/RubyTextElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/RubyTextElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 RubyTextElement_h
-#define RubyTextElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -39,6 +38,4 @@
</span><span class="cx">     RenderPtr&lt;RenderElement&gt; createElementRenderer(RenderStyle&amp;&amp;, const RenderTreePosition&amp;) override;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlSearchInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/SearchInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/SearchInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/SearchInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 SearchInputType_h
-#define SearchInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BaseTextInputType.h&quot;
</span><span class="cx"> #include &quot;Timer.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 // SearchInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlStepRangeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/StepRange.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/StepRange.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/StepRange.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -18,8 +18,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef StepRange_h
-#define StepRange_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Decimal.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -122,6 +121,4 @@
</span><span class="cx">     const bool m_hasStep { false };
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // StepRange_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlSubmitInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/SubmitInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/SubmitInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/SubmitInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 SubmitInputType_h
-#define SubmitInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BaseButtonInputType.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 // SubmitInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlTelephoneInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/TelephoneInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/TelephoneInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/TelephoneInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 TelephoneInputType_h
-#define TelephoneInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BaseTextInputType.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 // TelephoneInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlTextDocumenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/TextDocument.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/TextDocument.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/TextDocument.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -22,8 +22,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 TextDocument_h
-#define TextDocument_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLDocument.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -42,6 +41,4 @@
</span><span class="cx">     Ref&lt;DocumentParser&gt; createParser() override;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlTextFieldInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/TextFieldInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/TextFieldInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/TextFieldInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 TextFieldInputType_h
-#define TextFieldInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AutoFillButtonElement.h&quot;
</span><span class="cx"> #include &quot;InputType.h&quot;
</span><span class="lines">@@ -120,5 +119,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // TextFieldInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlTextInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/TextInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/TextInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/TextInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 TextInputType_h
-#define TextInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BaseTextInputType.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 // TextInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlTextMetricsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/TextMetrics.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/TextMetrics.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/TextMetrics.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 TextMetrics_h
-#define TextMetrics_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Ref.h&gt;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</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 // TextMetrics_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlTimeInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/TimeInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/TimeInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/TimeInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 TimeInputType_h
-#define TimeInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INPUT_TYPE_TIME)
</span><ins>+
</ins><span class="cx"> #include &quot;BaseChooserOnlyDateAndTimeInputType.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -52,5 +52,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-#endif // TimeInputType_h
</del><ins>+#endif // ENABLE(INPUT_TYPE_TIME)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlTypeAheadh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/TypeAhead.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/TypeAhead.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/TypeAhead.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef TypeAhead_h
-#define TypeAhead_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DOMTimeStamp.h&quot;
</span><span class="cx"> #include &lt;wtf/text/StringBuilder.h&gt;
</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 // TypeAhead_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlURLInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/URLInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/URLInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/URLInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 URLInputType_h
-#define URLInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BaseTextInputType.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 // URLInputType_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlURLRegistryh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/URLRegistry.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/URLRegistry.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/URLRegistry.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 URLRegistry_h
-#define URLRegistry_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">@@ -57,5 +56,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // URLRegistry_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlValidationMessageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/ValidationMessage.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/ValidationMessage.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/ValidationMessage.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ValidationMessage_h
-#define ValidationMessage_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Timer.h&quot;
</span><span class="cx"> #include &lt;memory&gt;
</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 // ValidationMessage_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlValidityStateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/ValidityState.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/ValidityState.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/ValidityState.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ValidityState_h
-#define ValidityState_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FormAssociatedElement.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 // ValidityState_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlVoidCallbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/VoidCallback.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/VoidCallback.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/VoidCallback.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 VoidCallback_h
-#define VoidCallback_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">@@ -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="trunkSourceWebCorehtmlWebKitMediaKeyErrorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/WebKitMediaKeyError.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/WebKitMediaKeyError.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/WebKitMediaKeyError.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebKitMediaKeyError_h
-#define WebKitMediaKeyError_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">@@ -59,5 +58,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-#endif
</del><ins>+#endif // ENABLE(LEGACY_ENCRYPTED_MEDIA)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlWeekInputTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/WeekInputType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/WeekInputType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/WeekInputType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WeekInputType_h
-#define WeekInputType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INPUT_TYPE_WEEK)
</span><ins>+
</ins><span class="cx"> #include &quot;BaseChooserOnlyDateAndTimeInputType.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -51,5 +51,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-#endif // WeekInputType_h
</del><ins>+#endif // ENABLE(INPUT_TYPE_WEEK)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasANGLEInstancedArraysh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/ANGLEInstancedArrays.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/ANGLEInstancedArrays.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/ANGLEInstancedArrays.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ANGLEInstancedArrays_h
-#define ANGLEInstancedArrays_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLExtension.h&quot;
</span><span class="cx"> 
</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 // ANGLEInstancedArrays_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasCanvasContextAttributesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/CanvasContextAttributes.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/CanvasContextAttributes.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/CanvasContextAttributes.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 CanvasContextAttributes_h
-#define CanvasContextAttributes_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">@@ -36,13 +35,11 @@
</span><span class="cx"> // WebGLRenderingContext uses this mechanism.
</span><span class="cx"> 
</span><span class="cx"> class CanvasContextAttributes : public RefCounted&lt;CanvasContextAttributes&gt; {
</span><del>-  public:
</del><ins>+public:
</ins><span class="cx">     virtual ~CanvasContextAttributes();
</span><span class="cx"> 
</span><del>-  protected:
</del><ins>+protected:
</ins><span class="cx">     CanvasContextAttributes();
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CanvasContextAttributes_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasCanvasProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/CanvasProxy.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/CanvasProxy.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/CanvasProxy.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 CanvasProxy_h
-#define CanvasProxy_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">@@ -42,5 +41,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CanvasProxy_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasCanvasRenderingContexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/CanvasRenderingContext.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/CanvasRenderingContext.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/CanvasRenderingContext.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 CanvasRenderingContext_h
-#define CanvasRenderingContext_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;GraphicsLayer.h&quot;
</span><span class="cx"> #include &quot;HTMLCanvasElement.h&quot;
</span><span class="lines">@@ -85,5 +84,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(ToValueTypeName) \
</span><span class="cx">     static bool isType(const WebCore::CanvasRenderingContext&amp; context) { return context.predicate; } \
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasCanvasStyleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/CanvasStyle.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/CanvasStyle.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/CanvasStyle.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 CanvasStyle_h
-#define CanvasStyle_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Color.h&quot;
</span><span class="cx"> #include &lt;wtf/Assertions.h&gt;
</span><span class="lines">@@ -159,5 +158,3 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasDOMPathh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/DOMPath.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/DOMPath.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/DOMPath.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -25,8 +25,7 @@
</span><span class="cx">  * SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef DOMPath_h
-#define DOMPath_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CanvasPath.h&quot;
</span><span class="cx"> #include &quot;SVGMatrix.h&quot;
</span><span class="lines">@@ -70,5 +69,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="trunkSourceWebCorehtmlcanvasEXTBlendMinMaxh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/EXTBlendMinMax.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/EXTBlendMinMax.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/EXTBlendMinMax.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 EXTBlendMinMax_h
-#define EXTBlendMinMax_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLExtension.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 // EXTBlendMinMax_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasEXTFragDepthh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/EXTFragDepth.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/EXTFragDepth.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/EXTFragDepth.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 EXTFragDepth_h
-#define EXTFragDepth_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLExtension.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 // EXTFragDepth_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasEXTShaderTextureLODh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/EXTShaderTextureLOD.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/EXTShaderTextureLOD.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/EXTShaderTextureLOD.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 EXTShaderTextureLOD_h
-#define EXTShaderTextureLOD_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLExtension.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 // EXTShaderTextureLOD_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasEXTTextureFilterAnisotropich"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/EXTTextureFilterAnisotropic.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/EXTTextureFilterAnisotropic.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/EXTTextureFilterAnisotropic.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 EXTTextureFilterAnisotropic_h
-#define EXTTextureFilterAnisotropic_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLExtension.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 // EXTTextureFilterAnisotropic_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasEXTsRGBh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/EXTsRGB.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/EXTsRGB.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/EXTsRGB.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 EXTsRGB_h
-#define EXTsRGB_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLExtension.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 // EXTsRGB_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasOESElementIndexUinth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/OESElementIndexUint.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/OESElementIndexUint.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/OESElementIndexUint.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 OESElementIndexUint_h
-#define OESElementIndexUint_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLExtension.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 // OESElementIndexUint_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasOESStandardDerivativesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/OESStandardDerivatives.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/OESStandardDerivatives.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/OESStandardDerivatives.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 OESStandardDerivatives_h
-#define OESStandardDerivatives_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLExtension.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 // OESStandardDerivatives_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasOESTextureFloath"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/OESTextureFloat.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/OESTextureFloat.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/OESTextureFloat.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 OESTextureFloat_h
-#define OESTextureFloat_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLExtension.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 // OESTextureFloat_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasOESTextureFloatLinearh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/OESTextureFloatLinear.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/OESTextureFloatLinear.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/OESTextureFloatLinear.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 OESTextureFloatLinear_h
-#define OESTextureFloatLinear_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLExtension.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 // OESTextureFloat_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasOESTextureHalfFloath"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/OESTextureHalfFloat.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/OESTextureHalfFloat.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/OESTextureHalfFloat.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 OESTextureHalfFloat_h
-#define OESTextureHalfFloat_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLExtension.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 // OESTextureHalfFloat_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasOESTextureHalfFloatLinearh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/OESTextureHalfFloatLinear.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/OESTextureHalfFloatLinear.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/OESTextureHalfFloatLinear.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 OESTextureHalfFloatLinear_h
-#define OESTextureHalfFloatLinear_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLExtension.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 // OESTextureHalfFloatLinear_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLActiveInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLActiveInfo.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLActiveInfo.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLActiveInfo.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLActiveInfo_h
-#define WebGLActiveInfo_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;GraphicsContext3D.h&quot;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="lines">@@ -57,6 +56,4 @@
</span><span class="cx">     GC3Dint m_size;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // WebGLActiveInfo_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLBufferh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLBuffer.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLBuffer.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLBuffer.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,11 +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><del>-#ifndef WebGLBuffer_h
-#define WebGLBuffer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLSharedObject.h&quot;
</span><del>-
</del><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace JSC {
</span><span class="lines">@@ -105,5 +103,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // WebGLBuffer_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLCompressedTextureATCh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLCompressedTextureATC.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLCompressedTextureATC.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLCompressedTextureATC.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLCompressedTextureATC_h
-#define WebGLCompressedTextureATC_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLExtension.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 // WebGLCompressedTextureATC_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLCompressedTexturePVRTCh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLCompressedTexturePVRTC.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLCompressedTexturePVRTC.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLCompressedTexturePVRTC.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLCompressedTexturePVRTC_h
-#define WebGLCompressedTexturePVRTC_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLExtension.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 // WebGLCompressedTexturePVRTC_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLCompressedTextureS3TCh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLCompressedTextureS3TC.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLCompressedTextureS3TC.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLCompressedTextureS3TC.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLCompressedTextureS3TC_h
-#define WebGLCompressedTextureS3TC_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLExtension.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 // WebGLCompressedTextureS3TC_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLContextAttributesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLContextAttributes.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLContextAttributes.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLContextAttributes.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLContextAttributes_h
-#define WebGLContextAttributes_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CanvasContextAttributes.h&quot;
</span><span class="cx"> #include &quot;GraphicsContext3D.h&quot;
</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 // WebGLContextAttributes_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLContextEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLContextEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLContextEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLContextEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLContextEvent_h
-#define WebGLContextEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Event.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 // WebGLContextEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLContextGrouph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLContextGroup.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLContextGroup.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLContextGroup.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLContextGroup_h
-#define WebGLContextGroup_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLRenderingContextBase.h&quot;
</span><span class="cx"> #include &lt;wtf/HashSet.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 // WebGLContextGroup_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLContextObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLContextObject.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLContextObject.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLContextObject.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLContextObject_h
-#define WebGLContextObject_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLObject.h&quot;
</span><span class="cx"> 
</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 // WebGLContextObject_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLDebugRendererInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLDebugRendererInfo.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLDebugRendererInfo.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLDebugRendererInfo.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLDebugRendererInfo_h
-#define WebGLDebugRendererInfo_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLExtension.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 // WebGLDebugRendererInfo_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLDebugShadersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLDebugShaders.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLDebugShaders.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLDebugShaders.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLDebugShaders_h
-#define WebGLDebugShaders_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLExtension.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 // WebGLDebugShaders_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLDepthTextureh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLDepthTexture.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLDepthTexture.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLDepthTexture.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLDepthTexture_h
-#define WebGLDepthTexture_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLExtension.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 // WebGLDepthTexture_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLDrawBuffersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLDrawBuffers.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLDrawBuffers.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLDrawBuffers.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLDrawBuffers_h
-#define WebGLDrawBuffers_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLExtension.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 // WebGLDrawBuffers_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLExtensionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLExtension.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLExtension.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLExtension.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLExtension_h
-#define WebGLExtension_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLRenderingContextBase.h&quot;
</span><span class="cx"> 
</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 // WebGLExtension_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLFramebufferh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLFramebuffer.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLFramebuffer.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLFramebuffer.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLFramebuffer_h
-#define WebGLFramebuffer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLContextObject.h&quot;
</span><span class="cx"> #include &quot;WebGLSharedObject.h&quot;
</span><span class="lines">@@ -129,5 +128,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // WebGLFramebuffer_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLGetInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLGetInfo.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLGetInfo.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLGetInfo.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLGetInfo_h
-#define WebGLGetInfo_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLBuffer.h&quot;
</span><span class="cx"> #include &quot;WebGLFramebuffer.h&quot;
</span><span class="lines">@@ -155,5 +154,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // WebGLGetInfo_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLLoseContexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLLoseContext.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLLoseContext.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLLoseContext.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLLoseContext_h
-#define WebGLLoseContext_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLExtension.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 // WebGLLoseContext_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLObject.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLObject.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLObject.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,11 +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><del>-#ifndef WebGLObject_h
-#define WebGLObject_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;GraphicsContext3D.h&quot;
</span><del>-
</del><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -80,5 +78,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // WebGLObject_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLProgramh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLProgram.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLProgram.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLProgram.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,13 +23,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 WebGLProgram_h
-#define WebGLProgram_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><ins>+#include &quot;WebGLShader.h&quot;
</ins><span class="cx"> #include &quot;WebGLSharedObject.h&quot;
</span><del>-
-#include &quot;WebGLShader.h&quot;
-
</del><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -86,5 +83,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // WebGLProgram_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLQueryh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLQuery.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLQuery.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLQuery.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLQuery_h
-#define WebGLQuery_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLSharedObject.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 // WebGLQuery_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLRenderbufferh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLRenderbuffer.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLRenderbuffer.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLRenderbuffer.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLRenderbuffer_h
-#define WebGLRenderbuffer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLSharedObject.h&quot;
</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 // WebGLRenderbuffer_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLSamplerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLSampler.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLSampler.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLSampler.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLSampler_h
-#define WebGLSampler_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLSharedObject.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 // WebGLSampler_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLShaderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLShader.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLShader.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLShader.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLShader_h
-#define WebGLShader_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLSharedObject.h&quot;
</span><span class="cx"> 
</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 // WebGLShader_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLShaderPrecisionFormath"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLShaderPrecisionFormat.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLShaderPrecisionFormat.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLShaderPrecisionFormat.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLShaderPrecisionFormat_h
-#define WebGLShaderPrecisionFormat_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;GraphicsContext3D.h&quot;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="lines">@@ -48,6 +47,4 @@
</span><span class="cx">     GC3Dint m_precision;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // WebGLShaderPrecisionFormat_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLSharedObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLSharedObject.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLSharedObject.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLSharedObject.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLSharedObject_h
-#define WebGLSharedObject_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLObject.h&quot;
</span><span class="cx"> 
</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 // WebGLSharedObject_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLSynch"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLSync.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLSync.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLSync.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLSync_h
-#define WebGLSync_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLSharedObject.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 // WebGLSync_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLTextureh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLTexture.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLTexture.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLTexture.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,11 +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><del>-#ifndef WebGLTexture_h
-#define WebGLTexture_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLSharedObject.h&quot;
</span><del>-
</del><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -138,5 +136,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // WebGLTexture_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLTransformFeedbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLTransformFeedback.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLTransformFeedback.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLTransformFeedback.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLTransformFeedback_h
-#define WebGLTransformFeedback_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLSharedObject.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 // WebGLTransformFeedback_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLUniformLocationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLUniformLocation.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLUniformLocation.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLUniformLocation.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -24,11 +24,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><del>-#ifndef WebGLUniformLocation_h
-#define WebGLUniformLocation_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLProgram.h&quot;
</span><del>-
</del><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -56,5 +54,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // WebGLUniformLocation_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLVertexArrayObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLVertexArrayObject.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLVertexArrayObject.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLVertexArrayObject.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLVertexArrayObject_h
-#define WebGLVertexArrayObject_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEBGL2)
</span><span class="cx"> 
</span><span class="lines">@@ -48,6 +47,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // WEBGL2
-
-#endif // WebGLVertexArrayObject_h
</del><ins>+#endif // ENABLE(WEBGL2)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLVertexArrayObjectBaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLVertexArrayObjectBase.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLVertexArrayObjectBase.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLVertexArrayObjectBase.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLVertexArrayObjectBase_h
-#define WebGLVertexArrayObjectBase_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLBuffer.h&quot;
</span><span class="cx"> #include &quot;WebGLContextObject.h&quot;
</span><span class="lines">@@ -95,5 +94,3 @@
</span><span class="cx"> };
</span><span class="cx">     
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // WebGLVertexArrayObjectBase_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLVertexArrayObjectOESh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLVertexArrayObjectOES.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLVertexArrayObjectOES.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/canvas/WebGLVertexArrayObjectOES.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebGLVertexArrayObjectOES_h
-#define WebGLVertexArrayObjectOES_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;WebGLBuffer.h&quot;
</span><span class="cx"> #include &quot;WebGLContextObject.h&quot;
</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 // WebGLVertexArrayObjectOES_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlformsFileIconLoaderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/forms/FileIconLoader.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/forms/FileIconLoader.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/forms/FileIconLoader.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -28,8 +28,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef FileIconLoader_h
-#define FileIconLoader_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">@@ -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="trunkSourceWebCorehtmlparserAtomicHTMLTokenh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/AtomicHTMLToken.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/AtomicHTMLToken.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/AtomicHTMLToken.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AtomicHTMLToken_h
-#define AtomicHTMLToken_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLToken.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -241,6 +240,4 @@
</span><span class="cx">     ASSERT(type == HTMLToken::StartTag || type == HTMLToken::EndTag);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserCSSPreloadScannerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/CSSPreloadScanner.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/CSSPreloadScanner.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/CSSPreloadScanner.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 CSSPreloadScanner_h
-#define CSSPreloadScanner_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLResourcePreloader.h&quot;
</span><span class="cx"> #include &quot;HTMLToken.h&quot;
</span><span class="lines">@@ -68,6 +67,4 @@
</span><span class="cx">     PreloadRequestStream* m_requests;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLConstructionSiteh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLConstructionSite.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLConstructionSite.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLConstructionSite.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLConstructionSite_h
-#define HTMLConstructionSite_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FragmentScriptingPermission.h&quot;
</span><span class="cx"> #include &quot;HTMLElementStack.h&quot;
</span><span class="lines">@@ -225,5 +224,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLDocumentParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLDocumentParser.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLDocumentParser.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLDocumentParser.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLDocumentParser_h
-#define HTMLDocumentParser_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLInputStream.h&quot;
</span><span class="cx"> #include &quot;HTMLScriptRunnerHost.h&quot;
</span><span class="lines">@@ -39,6 +38,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class DocumentFragment;
</span><ins>+class Element;
</ins><span class="cx"> class HTMLDocument;
</span><span class="cx"> class HTMLParserScheduler;
</span><span class="cx"> class HTMLPreloadScanner;
</span><span class="lines">@@ -161,6 +161,4 @@
</span><span class="cx">     return *m_treeBuilder;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLElementStackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLElementStack.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLElementStack.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLElementStack.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLElementStack_h
-#define HTMLElementStack_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLStackItem.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -179,5 +178,3 @@
</span><span class="cx"> };
</span><span class="cx">     
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // HTMLElementStack_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLEntityParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLEntityParser.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLEntityParser.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLEntityParser.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLEntityParser_h
-#define HTMLEntityParser_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SegmentedString.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -36,6 +35,4 @@
</span><span class="cx"> // Used by the XML parser.  Not suitable for use in HTML parsing.  Use consumeHTMLEntity instead.
</span><span class="cx"> size_t decodeNamedEntityToUCharArray(const char*, UChar result[4]);
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLEntitySearchh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLEntitySearch.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLEntitySearch.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLEntitySearch.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLEntitySearch_h
-#define HTMLEntitySearch_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">@@ -67,6 +66,4 @@
</span><span class="cx">     const HTMLEntityTableEntry* m_last;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLEntityTableh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLEntityTable.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLEntityTable.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLEntityTable.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLEntityTable_h
-#define HTMLEntityTable_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">@@ -48,6 +47,4 @@
</span><span class="cx">     static const HTMLEntityTableEntry* lastEntryStartingWith(UChar);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLFormattingElementListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLFormattingElementList.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLFormattingElementList.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLFormattingElementList.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLFormattingElementList_h
-#define HTMLFormattingElementList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLStackItem.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -134,6 +133,4 @@
</span><span class="cx">     Vector&lt;Entry&gt; m_entries;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // HTMLFormattingElementList_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLInputStreamh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLInputStream.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLInputStream.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLInputStream.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLInputStream_h
-#define HTMLInputStream_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;InputStreamPreprocessor.h&quot;
</span><span class="cx"> #include &quot;SegmentedString.h&quot;
</span><span class="lines">@@ -155,6 +154,4 @@
</span><span class="cx">     OrdinalNumber m_column;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLMetaCharsetParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLMetaCharsetParser.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLMetaCharsetParser.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLMetaCharsetParser.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLMetaCharsetParser_h
-#define HTMLMetaCharsetParser_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLTokenizer.h&quot;
</span><span class="cx"> #include &quot;SegmentedString.h&quot;
</span><span class="lines">@@ -59,5 +58,4 @@
</span><span class="cx">     TextEncoding m_encoding;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLParserIdiomsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLParserIdioms.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLParserIdioms.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLParserIdioms.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLParserIdioms_h
-#define HTMLParserIdioms_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;unicode/uchar.h&gt;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -159,6 +158,4 @@
</span><span class="cx">     return value;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLParserOptionsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLParserOptions.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLParserOptions.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLParserOptions.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLParserOptions_h
-#define HTMLParserOptions_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -41,6 +40,4 @@
</span><span class="cx">     unsigned maximumDOMTreeDepth;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLParserSchedulerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLParserScheduler.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLParserScheduler.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLParserScheduler.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLParserScheduler_h
-#define HTMLParserScheduler_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;NestingLevelIncrementer.h&quot;
</span><span class="cx"> #include &quot;Timer.h&quot;
</span><span class="lines">@@ -116,6 +115,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="trunkSourceWebCorehtmlparserHTMLPreloadScannerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLPreloadScanner.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLPreloadScanner.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLPreloadScanner.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLPreloadScanner_h
-#define HTMLPreloadScanner_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSPreloadScanner.h&quot;
</span><span class="cx"> #include &quot;HTMLTokenizer.h&quot;
</span><span class="lines">@@ -98,6 +97,4 @@
</span><span class="cx"> 
</span><span class="cx"> WEBCORE_EXPORT bool testPreloadScannerViewportSupport(Document*);
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLResourcePreloaderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLResourcePreloader.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLResourcePreloader.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLResourcePreloader.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLResourcePreloader_h
-#define HTMLResourcePreloader_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedResource.h&quot;
</span><span class="cx"> #include &quot;CachedResourceRequest.h&quot;
</span><span class="lines">@@ -84,6 +83,4 @@
</span><span class="cx">     WeakPtrFactory&lt;HTMLResourcePreloader&gt; m_weakFactory;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLScriptRunnerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLScriptRunner.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLScriptRunner.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLScriptRunner.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLScriptRunner_h
-#define HTMLScriptRunner_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;PendingScript.h&quot;
</span><span class="cx"> #include &lt;wtf/Deque.h&gt;
</span><span class="lines">@@ -88,6 +87,4 @@
</span><span class="cx">     bool m_hasScriptsWaitingForStylesheets;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLScriptRunnerHosth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLScriptRunnerHost.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLScriptRunnerHost.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLScriptRunnerHost.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,17 +23,12 @@
</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 HTMLScriptRunnerHost_h
-#define HTMLScriptRunnerHost_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><del>-class Element;
</del><span class="cx"> class HTMLInputStream;
</span><span class="cx"> class PendingScript;
</span><del>-class ScriptSourceCode;
</del><span class="cx"> 
</span><span class="cx"> class HTMLScriptRunnerHost {
</span><span class="cx"> public:
</span><span class="lines">@@ -47,10 +42,7 @@
</span><span class="cx">     virtual HTMLInputStream&amp; inputStream() = 0;
</span><span class="cx"> 
</span><span class="cx">     virtual bool hasPreloadScanner() const = 0;
</span><del>-    virtual void appendCurrentInputStreamToPreloadScannerAndScan() = 0;
-    
</del><ins>+    virtual void appendCurrentInputStreamToPreloadScannerAndScan() = 0;    
</ins><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLSourceTrackerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLSourceTracker.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLSourceTracker.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLSourceTracker.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLSourceTracker_h
-#define HTMLSourceTracker_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SegmentedString.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -57,6 +56,4 @@
</span><span class="cx">     String m_cachedSourceForToken;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLSrcsetParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLSrcsetParser.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLSrcsetParser.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLSrcsetParser.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLSrcsetParser_h
-#define HTMLSrcsetParser_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/text/StringView.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -107,6 +106,4 @@
</span><span class="cx"> 
</span><span class="cx"> Vector&lt;ImageCandidate&gt; parseImageCandidatesFromSrcsetAttribute(StringView attribute);
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLStackItemh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLStackItem.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLStackItem.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLStackItem.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLStackItem_h
-#define HTMLStackItem_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AtomicHTMLToken.h&quot;
</span><span class="cx"> #include &quot;DocumentFragment.h&quot;
</span><span class="lines">@@ -303,5 +302,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // HTMLStackItem_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLTokenh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLToken.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLToken.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLToken.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLToken_h
-#define HTMLToken_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Attribute.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -452,6 +451,4 @@
</span><span class="cx">     return nullptr;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLTokenizerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLTokenizer.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLTokenizer.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLTokenizer.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLTokenizer_h
-#define HTMLTokenizer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLParserOptions.h&quot;
</span><span class="cx"> #include &quot;HTMLToken.h&quot;
</span><span class="lines">@@ -353,6 +352,4 @@
</span><span class="cx">     return m_forceNullCharacterReplacement;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLTreeBuilderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLTreeBuilder.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLTreeBuilder.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/HTMLTreeBuilder.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 HTMLTreeBuilder_h
-#define HTMLTreeBuilder_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLConstructionSite.h&quot;
</span><span class="cx"> #include &quot;HTMLParserOptions.h&quot;
</span><span class="lines">@@ -265,6 +264,4 @@
</span><span class="cx">     return m_fragment;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserInputStreamPreprocessorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/InputStreamPreprocessor.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/InputStreamPreprocessor.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/InputStreamPreprocessor.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 InputStreamPreprocessor_h
-#define InputStreamPreprocessor_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SegmentedString.h&quot;
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span><span class="lines">@@ -134,7 +133,4 @@
</span><span class="cx">     bool m_skipNextNewLine;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // InputStreamPreprocessor_h
-
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserNestingLevelIncrementerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/NestingLevelIncrementer.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/NestingLevelIncrementer.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/NestingLevelIncrementer.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 NestingLevelIncrementer_h
-#define NestingLevelIncrementer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -48,6 +47,4 @@
</span><span class="cx">     unsigned* m_nestingLevel;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserParsingUtilitiesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/ParsingUtilities.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/ParsingUtilities.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/ParsingUtilities.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -28,9 +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 ParsingUtilities_h
-#define ParsingUtilities_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><ins>+namespace WebCore {
+
</ins><span class="cx"> template&lt;typename CharType&gt;
</span><span class="cx"> bool skipExactly(const CharType*&amp; position, const CharType* end, CharType delimiter)
</span><span class="cx"> {
</span><span class="lines">@@ -79,5 +80,4 @@
</span><span class="cx">         --position;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-#endif
-
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserTextDocumentParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/TextDocumentParser.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/TextDocumentParser.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/TextDocumentParser.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -22,8 +22,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 TextDocumentParser_h
-#define TextDocumentParser_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLDocumentParser.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -46,6 +45,4 @@
</span><span class="cx">     bool m_haveInsertedFakePreElement { false };
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserXSSAuditorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/XSSAuditor.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/XSSAuditor.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/XSSAuditor.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 XSSAuditor_h
-#define XSSAuditor_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLToken.h&quot;
</span><span class="cx"> #include &quot;HTTPParsers.h&quot;
</span><span class="lines">@@ -119,6 +118,4 @@
</span><span class="cx">     TextEncoding m_encoding;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlparserXSSAuditorDelegateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/XSSAuditorDelegate.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/XSSAuditorDelegate.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/parser/XSSAuditorDelegate.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 XSSAuditorDelegate_h
-#define XSSAuditorDelegate_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;URL.h&quot;
</span><span class="cx"> #include &lt;wtf/text/TextPosition.h&gt;
</span><span class="lines">@@ -67,6 +66,4 @@
</span><span class="cx">     URL m_reportURL;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowAutoFillButtonElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/AutoFillButtonElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/AutoFillButtonElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/shadow/AutoFillButtonElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AutoFillButtonElement_h
-#define AutoFillButtonElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLDivElement.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 // AutoFillButtonElement_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowDetailsMarkerControlh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/DetailsMarkerControl.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/DetailsMarkerControl.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/shadow/DetailsMarkerControl.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DetailsMarkerControl_h
-#define DetailsMarkerControl_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLDivElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -47,6 +46,4 @@
</span><span class="cx">     bool rendererIsNeeded(const RenderStyle&amp;) override;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowImageControlsRootElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/ImageControlsRootElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/ImageControlsRootElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/shadow/ImageControlsRootElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ImageControlsRootElement_h
-#define ImageControlsRootElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(SERVICE_CONTROLS)
</span><span class="cx"> 
</span><span class="lines">@@ -50,4 +49,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SERVICE_CONTROLS)
</span><del>-#endif // ImageControlsRootElement_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowMediaControlElementTypesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/MediaControlElementTypes.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/MediaControlElementTypes.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/shadow/MediaControlElementTypes.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -27,8 +27,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 MediaControlElementTypes_h
-#define MediaControlElementTypes_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(VIDEO)
</span><span class="cx"> 
</span><span class="lines">@@ -194,5 +193,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(VIDEO)
</span><del>-
-#endif // MediaControlElementTypes_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowMediaControlElementsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/MediaControlElements.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/MediaControlElements.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/shadow/MediaControlElements.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -27,10 +27,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 MediaControlElements_h
-#define MediaControlElements_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(VIDEO)
</span><ins>+
</ins><span class="cx"> #include &quot;MediaControlElementTypes.h&quot;
</span><span class="cx"> #include &quot;TextTrackRepresentation.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -477,5 +477,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(VIDEO)
</span><del>-
-#endif // MediaControlElements_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowMediaControlsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/MediaControls.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/MediaControls.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/shadow/MediaControls.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 MediaControls_h
-#define MediaControls_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(VIDEO)
</span><span class="cx"> 
</span><span class="lines">@@ -152,8 +151,6 @@
</span><span class="cx"> // This will catch anyone doing an unneccessary cast.
</span><span class="cx"> void toMediaControls(const MediaControls*);
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><del>-#endif
-
-#endif
</del><ins>+#endif // ENABLE(VIDEO)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowMediaControlsAppleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/MediaControlsApple.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/MediaControlsApple.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/shadow/MediaControlsApple.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 MediaControlsApple_h
-#define MediaControlsApple_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(VIDEO)
</span><span class="cx"> 
</span><span class="lines">@@ -118,7 +117,6 @@
</span><span class="cx">     RefPtr&lt;MediaControlsAppleEventListener&gt; m_eventListener;
</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(VIDEO)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowProgressShadowElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/ProgressShadowElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/ProgressShadowElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/shadow/ProgressShadowElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ProgressShadowElement_h
-#define ProgressShadowElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLDivElement.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -99,5 +98,4 @@
</span><span class="cx">     return result;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-#endif // ProgressShadowElement_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowSliderThumbElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/SliderThumbElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/SliderThumbElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/shadow/SliderThumbElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 SliderThumbElement_h
-#define SliderThumbElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLDivElement.h&quot;
</span><span class="cx"> #include &quot;HTMLNames.h&quot;
</span><span class="lines">@@ -141,6 +140,4 @@
</span><span class="cx">     AtomicString m_shadowPseudoId;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowSpinButtonElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/SpinButtonElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/SpinButtonElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/shadow/SpinButtonElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 SpinButtonElement_h
-#define SpinButtonElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLDivElement.h&quot;
</span><span class="cx"> #include &quot;PopupOpeningObserver.h&quot;
</span><span class="lines">@@ -96,5 +95,3 @@
</span><span class="cx">     static bool isType(const WebCore::Element&amp; element) { return element.isSpinButtonElement(); }
</span><span class="cx">     static bool isType(const WebCore::Node&amp; node) { return is&lt;WebCore::Element&gt;(node) &amp;&amp; isType(downcast&lt;WebCore::Element&gt;(node)); }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif // SpinButtonElement_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowTextControlInnerElementsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/TextControlInnerElements.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/TextControlInnerElements.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/shadow/TextControlInnerElements.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 TextControlInnerElements_h
-#define TextControlInnerElements_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLDivElement.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -114,5 +113,3 @@
</span><span class="cx">     static bool isType(const WebCore::HTMLElement&amp; element) { return element.isTextControlInnerTextElement(); }
</span><span class="cx">     static bool isType(const WebCore::Node&amp; node) { return is&lt;WebCore::HTMLElement&gt;(node) &amp;&amp; isType(downcast&lt;WebCore::HTMLElement&gt;(node)); }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowYouTubeEmbedShadowElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/YouTubeEmbedShadowElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/YouTubeEmbedShadowElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/shadow/YouTubeEmbedShadowElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 YouTubeEmbedShadowElement_h
-#define YouTubeEmbedShadowElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLDivElement.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -41,6 +40,4 @@
</span><span class="cx">     YouTubeEmbedShadowElement(Document&amp;);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // YouTubeEmbedShadowElement_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowmacImageControlsButtonElementMach"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/mac/ImageControlsButtonElementMac.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/mac/ImageControlsButtonElementMac.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/shadow/mac/ImageControlsButtonElementMac.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ImageControlsButtonElementMac_h
-#define ImageControlsButtonElementMac_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLDivElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -50,5 +49,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SERVICE_CONTROLS)
</span><del>-
-#endif // ImageControlsButtonElementMac_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowmacImageControlsRootElementMach"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/mac/ImageControlsRootElementMac.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/mac/ImageControlsRootElementMac.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/shadow/mac/ImageControlsRootElementMac.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ImageControlsRootElementMac_h
-#define ImageControlsRootElementMac_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ImageControlsRootElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -46,4 +45,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SERVICE_CONTROLS)
</span><del>-#endif // ImageControlsRootElementMac_h
</del></span></pre></div>
<a id="trunkSourceWebCorehtmltrackAudioTrackListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/track/AudioTrackList.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/track/AudioTrackList.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/track/AudioTrackList.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AudioTrackList_h
-#define AudioTrackList_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">@@ -57,5 +56,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-#endif
</del><ins>+#endif // ENABLE(VIDEO_TRACK)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmltrackBufferedLineReaderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/track/BufferedLineReader.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/track/BufferedLineReader.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/track/BufferedLineReader.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 BufferedLineReader_h
-#define BufferedLineReader_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SegmentedString.h&quot;
</span><span class="cx"> #include &lt;wtf/text/StringBuilder.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
</del></span></pre></div>
<a id="trunkSourceWebCorehtmltrackInbandWebVTTTextTrackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/track/InbandWebVTTTextTrack.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/track/InbandWebVTTTextTrack.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/track/InbandWebVTTTextTrack.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 InbandWebVTTTextTrack_h
-#define InbandWebVTTTextTrack_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">@@ -56,5 +55,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-#endif
</del><ins>+#endif // ENABLE(VIDEO_TRACK)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmltrackTextTrackCueListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/track/TextTrackCueList.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/track/TextTrackCueList.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/track/TextTrackCueList.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 TextTrackCueList_h
-#define TextTrackCueList_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">@@ -65,10 +64,8 @@
</span><span class="cx"> 
</span><span class="cx">     Vector&lt;RefPtr&lt;TextTrackCue&gt;&gt; m_list;
</span><span class="cx">     RefPtr&lt;TextTrackCueList&gt; m_activeCues;
</span><del>-
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-#endif
</del><ins>+#endif // ENABLE(VIDEO_TRACK)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmltrackTextTrackListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/track/TextTrackList.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/track/TextTrackList.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/track/TextTrackList.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 TextTrackList_h
-#define TextTrackList_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">@@ -70,5 +69,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-#endif
</del><ins>+#endif // ENABLE(VIDEO_TRACK)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmltrackTrackEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/track/TrackEvent.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/track/TrackEvent.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/track/TrackEvent.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 TrackEvent_h
-#define TrackEvent_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">@@ -68,5 +67,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-#endif
</del><ins>+#endif // ENABLE(VIDEO_TRACK)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmltrackTrackListBaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/track/TrackListBase.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/track/TrackListBase.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/track/TrackListBase.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 TrackListBase_h
-#define TrackListBase_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">@@ -87,5 +86,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-#endif
</del><ins>+#endif // ENABLE(VIDEO_TRACK)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmltrackVTTRegionListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/track/VTTRegionList.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/track/VTTRegionList.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/track/VTTRegionList.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 VTTRegionList_h
-#define VTTRegionList_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">@@ -57,10 +56,9 @@
</span><span class="cx">     VTTRegionList();
</span><span class="cx">     void clear();
</span><span class="cx"> 
</span><del>-    Vector&lt;RefPtr&lt;VTTRegion&gt; &gt; m_list;
</del><ins>+    Vector&lt;RefPtr&lt;VTTRegion&gt;&gt; m_list;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-#endif
</del><ins>+#endif // ENABLE(VIDEO_TRACK)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmltrackVTTScannerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/track/VTTScanner.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/track/VTTScanner.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/track/VTTScanner.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 VTTScanner_h
-#define VTTScanner_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ParsingUtilities.h&quot;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -167,9 +166,9 @@
</span><span class="cx"> inline void VTTScanner::skipWhile()
</span><span class="cx"> {
</span><span class="cx">     if (m_is8Bit)
</span><del>-        ::skipWhile&lt;LChar, LCharPredicateAdapter&lt;characterPredicate&gt; &gt;(m_data.characters8, m_end.characters8);
</del><ins>+        WebCore::skipWhile&lt;LChar, LCharPredicateAdapter&lt;characterPredicate&gt; &gt;(m_data.characters8, m_end.characters8);
</ins><span class="cx">     else
</span><del>-        ::skipWhile&lt;UChar, characterPredicate&gt;(m_data.characters16, m_end.characters16);
</del><ins>+        WebCore::skipWhile&lt;UChar, characterPredicate&gt;(m_data.characters16, m_end.characters16);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> template&lt;bool characterPredicate(UChar)&gt;
</span><span class="lines">@@ -176,9 +175,9 @@
</span><span class="cx"> inline void VTTScanner::skipUntil()
</span><span class="cx"> {
</span><span class="cx">     if (m_is8Bit)
</span><del>-        ::skipUntil&lt;LChar, LCharPredicateAdapter&lt;characterPredicate&gt; &gt;(m_data.characters8, m_end.characters8);
</del><ins>+        WebCore::skipUntil&lt;LChar, LCharPredicateAdapter&lt;characterPredicate&gt; &gt;(m_data.characters8, m_end.characters8);
</ins><span class="cx">     else
</span><del>-        ::skipUntil&lt;UChar, characterPredicate&gt;(m_data.characters16, m_end.characters16);
</del><ins>+        WebCore::skipUntil&lt;UChar, characterPredicate&gt;(m_data.characters16, m_end.characters16);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> template&lt;bool characterPredicate(UChar)&gt;
</span><span class="lines">@@ -186,11 +185,11 @@
</span><span class="cx"> {
</span><span class="cx">     if (m_is8Bit) {
</span><span class="cx">         const LChar* current = m_data.characters8;
</span><del>-        ::skipWhile&lt;LChar, LCharPredicateAdapter&lt;characterPredicate&gt; &gt;(current, m_end.characters8);
</del><ins>+        WebCore::skipWhile&lt;LChar, LCharPredicateAdapter&lt;characterPredicate&gt; &gt;(current, m_end.characters8);
</ins><span class="cx">         return Run(position(), current, m_is8Bit);
</span><span class="cx">     }
</span><span class="cx">     const UChar* current = m_data.characters16;
</span><del>-    ::skipWhile&lt;UChar, characterPredicate&gt;(current, m_end.characters16);
</del><ins>+    WebCore::skipWhile&lt;UChar, characterPredicate&gt;(current, m_end.characters16);
</ins><span class="cx">     return Run(position(), reinterpret_cast&lt;Position&gt;(current), m_is8Bit);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -199,11 +198,11 @@
</span><span class="cx"> {
</span><span class="cx">     if (m_is8Bit) {
</span><span class="cx">         const LChar* current = m_data.characters8;
</span><del>-        ::skipUntil&lt;LChar, LCharPredicateAdapter&lt;characterPredicate&gt; &gt;(current, m_end.characters8);
</del><ins>+        WebCore::skipUntil&lt;LChar, LCharPredicateAdapter&lt;characterPredicate&gt; &gt;(current, m_end.characters8);
</ins><span class="cx">         return Run(position(), current, m_is8Bit);
</span><span class="cx">     }
</span><span class="cx">     const UChar* current = m_data.characters16;
</span><del>-    ::skipUntil&lt;UChar, characterPredicate&gt;(current, m_end.characters16);
</del><ins>+    WebCore::skipUntil&lt;UChar, characterPredicate&gt;(current, m_end.characters16);
</ins><span class="cx">     return Run(position(), reinterpret_cast&lt;Position&gt;(current), m_is8Bit);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -228,6 +227,4 @@
</span><span class="cx">         m_data.characters16 += amount;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmltrackVideoTrackListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/track/VideoTrackList.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/track/VideoTrackList.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/track/VideoTrackList.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 VideoTrackList_h
-#define VideoTrackList_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">@@ -54,10 +53,8 @@
</span><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     VideoTrackList(HTMLMediaElement*, ScriptExecutionContext*);
</span><del>-
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-#endif
</del><ins>+#endif // ENABLE(VIDEO_TRACK)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmltrackWebVTTElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/track/WebVTTElement.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/track/WebVTTElement.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/track/WebVTTElement.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebVTTElement_h
-#define WebVTTElement_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">@@ -90,6 +89,4 @@
</span><span class="cx">     static bool isType(const WebCore::Node&amp; node) { return node.isWebVTTElement(); }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><span class="cx"> 
</span><del>-#endif
-
-#endif // WebVTTElement_h
</del><ins>+#endif // ENABLE(VIDEO_TRACK)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmltrackWebVTTParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/track/WebVTTParser.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/track/WebVTTParser.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/track/WebVTTParser.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -30,8 +30,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 WebVTTParser_h
-#define WebVTTParser_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">@@ -184,5 +183,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-#endif
</del><ins>+#endif // ENABLE(VIDEO_TRACK)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmltrackWebVTTTokenh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/track/WebVTTToken.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/track/WebVTTToken.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/track/WebVTTToken.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebVTTToken_h
-#define WebVTTToken_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">@@ -94,7 +93,6 @@
</span><span class="cx">     AtomicString m_classes;
</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(VIDEO_TRACK)
</ins></span></pre></div>
<a id="trunkSourceWebCorehtmltrackWebVTTTokenizerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/track/WebVTTTokenizer.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/track/WebVTTTokenizer.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/html/track/WebVTTTokenizer.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebVTTTokenizer_h
-#define WebVTTTokenizer_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">@@ -51,7 +50,6 @@
</span><span class="cx">     InputStreamPreprocessor&lt;WebVTTTokenizer&gt; m_preprocessor;
</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(VIDEO_TRACK)
</ins></span></pre></div>
<a id="trunkSourceWebCorepageAdjustViewSizeOrNoth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/AdjustViewSizeOrNot.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/AdjustViewSizeOrNot.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/AdjustViewSizeOrNot.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AdjustViewSizeOrNot_h
-#define AdjustViewSizeOrNot_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</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 // AdjustViewSizeOrNot_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageAlternativeTextClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/AlternativeTextClient.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/AlternativeTextClient.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/AlternativeTextClient.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AlternativeTextClient_h
-#define AlternativeTextClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="cx"> #include &quot;TextChecking.h&quot;
</span><span class="lines">@@ -34,7 +33,7 @@
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="cx"> // Some platforms provide UI for suggesting alternative dictation text.
</span><span class="cx"> #define USE_DICTATION_ALTERNATIVES 1
</span><del>-#endif // PLATFORM(MAC)
</del><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -73,6 +72,4 @@
</span><span class="cx"> #endif
</span><span class="cx"> };
</span><span class="cx">     
</span><del>-}
-
-#endif // AlternativeTextClient_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepageAutoscrollControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/AutoscrollController.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/AutoscrollController.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/AutoscrollController.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AutoscrollController_h
-#define AutoscrollController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;IntPoint.h&quot;
</span><span class="cx"> #include &quot;Timer.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 // AutoscrollController_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageBarProph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/BarProp.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/BarProp.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/BarProp.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 BarProp_h
-#define BarProp_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DOMWindowProperty.h&quot;
</span><span class="cx"> #include &quot;ScriptWrappable.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 // BarProp_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageCaptionUserPreferencesMediaAFh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/CaptionUserPreferencesMediaAF.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/CaptionUserPreferencesMediaAF.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/CaptionUserPreferencesMediaAF.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 CaptionUserPreferencesMediaAF_h
-#define CaptionUserPreferencesMediaAF_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">@@ -92,7 +91,6 @@
</span><span class="cx"> #endif
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-#endif
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><del>-#endif
</del><ins>+#endif // ENABLE(VIDEO_TRACK)
</ins></span></pre></div>
<a id="trunkSourceWebCorepageChromeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/Chrome.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/Chrome.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/Chrome.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 Chrome_h
-#define Chrome_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Cursor.h&quot;
</span><span class="cx"> #include &quot;FocusDirection.h&quot;
</span><span class="lines">@@ -198,6 +197,4 @@
</span><span class="cx"> #endif
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // Chrome_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepageChromeClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/ChromeClient.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/ChromeClient.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/ChromeClient.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ChromeClient_h
-#define ChromeClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AXObjectCache.h&quot;
</span><span class="cx"> #include &quot;Cursor.h&quot;
</span><span class="lines">@@ -45,12 +44,6 @@
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><del>-#if ENABLE(MEDIA_SESSION)
-namespace WebCore {
-class MediaSessionMetadata;
-}
-#endif
-
</del><span class="cx"> #if ENABLE(WIRELESS_PLAYBACK_TARGET)
</span><span class="cx"> #include &quot;MediaPlaybackTargetContext.h&quot;
</span><span class="cx"> #endif
</span><span class="lines">@@ -88,6 +81,7 @@
</span><span class="cx"> class HTMLVideoElement;
</span><span class="cx"> class HitTestResult;
</span><span class="cx"> class IntRect;
</span><ins>+class MediaSessionMetadata;
</ins><span class="cx"> class NavigationAction;
</span><span class="cx"> class Node;
</span><span class="cx"> class Page;
</span><span class="lines">@@ -470,5 +464,4 @@
</span><span class="cx">     virtual ~ChromeClient() { }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-#endif // ChromeClient_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepageContextMenuClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/ContextMenuClient.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/ContextMenuClient.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/ContextMenuClient.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ContextMenuClient_h
-#define ContextMenuClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTEXT_MENUS)
</span><span class="cx"> 
</span><span class="lines">@@ -32,9 +31,8 @@
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-    class ContextMenuItem;
</del><ins>+
</ins><span class="cx">     class Frame;
</span><del>-    class HitTestResult;
</del><span class="cx">     class URL;
</span><span class="cx"> 
</span><span class="cx">     class ContextMenuClient {
</span><span class="lines">@@ -57,7 +55,7 @@
</span><span class="cx">         virtual void showContextMenu() = 0;
</span><span class="cx"> #endif
</span><span class="cx">     };
</span><del>-}
</del><span class="cx"> 
</span><ins>+} // namespace WebCore
+
</ins><span class="cx"> #endif // ENABLE(CONTEXT_MENUS)
</span><del>-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorepageContextMenuContexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/ContextMenuContext.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/ContextMenuContext.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/ContextMenuContext.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ContextMenuContext_h
-#define ContextMenuContext_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTEXT_MENUS)
</span><span class="cx"> 
</span><span class="lines">@@ -50,7 +49,6 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-
</del><span class="cx">     HitTestResult m_hitTestResult;
</span><span class="cx">     String m_selectedText;
</span><span class="cx"> 
</span><span class="lines">@@ -62,4 +60,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTEXT_MENUS)
</span><del>-#endif // ContextMenuContext_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageContextMenuControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/ContextMenuController.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/ContextMenuController.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/ContextMenuController.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ContextMenuController_h
-#define ContextMenuController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTEXT_MENUS)
</span><span class="cx"> 
</span><span class="lines">@@ -101,7 +100,6 @@
</span><span class="cx">     ContextMenuContext m_context;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CONTEXT_MENUS)
</span><del>-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorepageContextMenuProviderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/ContextMenuProvider.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/ContextMenuProvider.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/ContextMenuProvider.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ContextMenuProvider_h
-#define ContextMenuProvider_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ContextMenuItem.h&quot;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="lines">@@ -37,7 +36,6 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class ContextMenu;
</span><del>-class ContextMenuItem;
</del><span class="cx"> 
</span><span class="cx"> class ContextMenuProvider : public RefCounted&lt;ContextMenuProvider&gt; {
</span><span class="cx"> public:
</span><span class="lines">@@ -48,6 +46,4 @@
</span><span class="cx">     virtual void contextMenuCleared() = 0;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // ContextMenuProvider_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepageDOMTimerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/DOMTimer.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/DOMTimer.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/DOMTimer.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef DOMTimer_h
-#define DOMTimer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SuspendableTimer.h&quot;
</span><span class="cx"> #include &quot;UserGestureIndicator.h&quot;
</span><span class="lines">@@ -36,9 +35,7 @@
</span><span class="cx"> 
</span><span class="cx"> class DOMTimerFireState;
</span><span class="cx"> class Document;
</span><del>-class Element;
</del><span class="cx"> class HTMLPlugInElement;
</span><del>-class IntRect;
</del><span class="cx"> class ScheduledAction;
</span><span class="cx"> 
</span><span class="cx"> class DOMTimer final : public RefCounted&lt;DOMTimer&gt;, public SuspendableTimer {
</span><span class="lines">@@ -95,6 +92,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DOMTimer_h
-
</del></span></pre></div>
<a id="trunkSourceWebCorepageDOMWindowExtensionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/DOMWindowExtension.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/DOMWindowExtension.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/DOMWindowExtension.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DOMWindowExtension_h
-#define DOMWindowExtension_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">@@ -59,6 +58,4 @@
</span><span class="cx">     bool m_wasDetached;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // DOMWindowExtension_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepageDOMWindowPropertyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/DOMWindowProperty.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/DOMWindowProperty.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/DOMWindowProperty.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DOMWindowProperty_h
-#define DOMWindowProperty_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -50,6 +49,4 @@
</span><span class="cx">     DOMWindow* m_associatedDOMWindow;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepageDatabaseProviderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/DatabaseProvider.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/DatabaseProvider.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/DatabaseProvider.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DatabaseProvider_h
-#define DatabaseProvider_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/RefPtr.h&gt;
</span><span class="lines">@@ -46,6 +45,4 @@
</span><span class="cx"> #endif
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // DatabaseProvider_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepageDebugPageOverlaysh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/DebugPageOverlays.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/DebugPageOverlays.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/DebugPageOverlays.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DebugPageOverlays_h
-#define DebugPageOverlays_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Frame.h&quot;
</span><span class="cx"> #include &quot;Settings.h&quot;
</span><span class="lines">@@ -100,6 +99,4 @@
</span><span class="cx">     sharedDebugOverlays-&gt;regionChanged(frame, RegionType::NonFastScrollableRegion);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepageDeviceClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/DeviceClient.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/DeviceClient.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/DeviceClient.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DeviceClient_h
-#define DeviceClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</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 // DeviceClient_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageDeviceControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/DeviceController.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/DeviceController.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/DeviceController.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DeviceController_h
-#define DeviceController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DOMWindow.h&quot;
</span><span class="cx"> #include &quot;Event.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 // DeviceController_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageDiagnosticLoggingClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/DiagnosticLoggingClient.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/DiagnosticLoggingClient.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/DiagnosticLoggingClient.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DiagnosticLoggingClient_h
-#define DiagnosticLoggingClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DiagnosticLoggingResultType.h&quot;
</span><span class="cx"> #include &lt;wtf/FastMalloc.h&gt;
</span><span class="lines">@@ -56,6 +55,4 @@
</span><span class="cx">     return randomNumber() &lt;= selectionProbability;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepageDiagnosticLoggingKeysh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/DiagnosticLoggingKeys.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/DiagnosticLoggingKeys.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/DiagnosticLoggingKeys.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DiagnosticLoggingKeys_h
-#define DiagnosticLoggingKeys_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">@@ -149,6 +148,4 @@
</span><span class="cx">     static String failureKey();
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // DiagnosticLoggingKeys_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepageDiagnosticLoggingResultTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/DiagnosticLoggingResultType.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/DiagnosticLoggingResultType.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/DiagnosticLoggingResultType.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DiagnosticLoggingResultType_h
-#define DiagnosticLoggingResultType_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -35,6 +34,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DiagnosticLoggingResultType_h
-
</del></span></pre></div>
<a id="trunkSourceWebCorepageDragActionsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/DragActions.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/DragActions.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/DragActions.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DragActions_h
-#define DragActions_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;limits.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -64,6 +63,4 @@
</span><span class="cx">         DragOperationEvery   = UINT_MAX
</span><span class="cx">     } DragOperation;
</span><span class="cx">     
</span><del>-}
-
-#endif // !DragActions_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepageDragClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/DragClient.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/DragClient.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/DragClient.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DragClient_h
-#define DragClient_h
-
</del><span class="cx"> #include &quot;DragActions.h&quot;
</span><span class="cx"> #include &quot;DragImage.h&quot;
</span><span class="cx"> #include &quot;IntPoint.h&quot;
</span><span class="lines">@@ -64,6 +62,3 @@
</span><span class="cx"> };
</span><span class="cx">     
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DragClient_h
-
</del></span></pre></div>
<a id="trunkSourceWebCorepageDragControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/DragController.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/DragController.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/DragController.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DragController_h
-#define DragController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DragActions.h&quot;
</span><span class="cx"> #include &quot;DragImage.h&quot;
</span><span class="lines">@@ -140,6 +139,4 @@
</span><span class="cx"> 
</span><span class="cx">     WEBCORE_EXPORT bool isDraggableLink(const Element&amp;);
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepageDragStateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/DragState.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/DragState.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/DragState.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 DragState_h
-#define DragState_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DataTransfer.h&quot;
</span><span class="cx"> #include &quot;DragActions.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 // DragState_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageEventHandlerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/EventHandler.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/EventHandler.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/EventHandler.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 EventHandler_h
-#define EventHandler_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Cursor.h&quot;
</span><span class="cx"> #include &quot;DragActions.h&quot;
</span><span class="lines">@@ -584,5 +583,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // EventHandler_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageFocusControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/FocusController.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/FocusController.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/FocusController.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 FocusController_h
-#define FocusController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FocusDirection.h&quot;
</span><span class="cx"> #include &quot;LayoutRect.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 // FocusController_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageFocusDirectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/FocusDirection.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/FocusDirection.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/FocusDirection.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,19 +23,18 @@
</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 FocusDirection_h
-#define FocusDirection_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-    enum FocusDirection {
-        FocusDirectionNone = 0,
-        FocusDirectionForward,
-        FocusDirectionBackward,
-        FocusDirectionUp,
-        FocusDirectionDown,
-        FocusDirectionLeft,
-        FocusDirectionRight
-    };
-}
</del><span class="cx"> 
</span><del>-#endif // FocusDirection_h
</del><ins>+enum FocusDirection {
+    FocusDirectionNone = 0,
+    FocusDirectionForward,
+    FocusDirectionBackward,
+    FocusDirectionUp,
+    FocusDirectionDown,
+    FocusDirectionLeft,
+    FocusDirectionRight
+};
+
+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepageFrameh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/Frame.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/Frame.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/Frame.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 Frame_h
-#define Frame_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AdjustViewSizeOrNot.h&quot;
</span><span class="cx"> #include &quot;FrameLoader.h&quot;
</span><span class="lines">@@ -411,5 +410,3 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // Frame_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageFrameDestructionObserverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/FrameDestructionObserver.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/FrameDestructionObserver.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/FrameDestructionObserver.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 FrameDestructionObserver_h
-#define FrameDestructionObserver_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;PlatformExportMacros.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -48,6 +47,4 @@
</span><span class="cx">     Frame* m_frame;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepageFrameSnapshottingh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/FrameSnapshotting.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/FrameSnapshotting.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/FrameSnapshotting.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -27,8 +27,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 FrameSnapshotting_h
-#define FrameSnapshotting_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;memory&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="lines">@@ -57,5 +56,3 @@
</span><span class="cx"> WEBCORE_EXPORT std::unique_ptr&lt;ImageBuffer&gt; snapshotSelection(Frame&amp;, SnapshotOptions = SnapshotOptionsNone);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // FrameSnapshotting_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageFrameTreeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/FrameTree.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/FrameTree.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/FrameTree.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 FrameTree_h
-#define FrameTree_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/text/AtomicString.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -114,5 +113,3 @@
</span><span class="cx"> // Outside the WebCore namespace for ease of invocation from gdb.
</span><span class="cx"> WEBCORE_EXPORT void showFrameTree(const WebCore::Frame*);
</span><span class="cx"> #endif
</span><del>-
-#endif // FrameTree_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageLayerFlushThrottleStateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/LayerFlushThrottleState.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/LayerFlushThrottleState.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/LayerFlushThrottleState.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 LayerFlushThrottleState_h
-#define LayerFlushThrottleState_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</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 // LayerFlushThrottleState_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageLayoutMilestonesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/LayoutMilestones.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/LayoutMilestones.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/LayoutMilestones.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 LayoutMilestones_h
-#define LayoutMilestones_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> typedef unsigned LayoutMilestones;
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // LayoutMilestones_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageMainFrameh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/MainFrame.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/MainFrame.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/MainFrame.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 MainFrame_h
-#define MainFrame_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EventHandler.h&quot;
</span><span class="cx"> #include &quot;Frame.h&quot;
</span><span class="lines">@@ -89,6 +88,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="trunkSourceWebCorepageMediaCanStartListenerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/MediaCanStartListener.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/MediaCanStartListener.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/MediaCanStartListener.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 MediaCanStartListener_h
-#define MediaCanStartListener_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -35,6 +34,4 @@
</span><span class="cx">     virtual ~MediaCanStartListener() { }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepageMediaProducerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/MediaProducer.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/MediaProducer.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/MediaProducer.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 MediaProducer_h
-#define MediaProducer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -63,6 +62,4 @@
</span><span class="cx">     virtual ~MediaProducer() { }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepageMouseEventWithHitTestResultsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/MouseEventWithHitTestResults.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/MouseEventWithHitTestResults.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/MouseEventWithHitTestResults.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 MouseEventWithHitTestResults_h
-#define MouseEventWithHitTestResults_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HitTestResult.h&quot;
</span><span class="cx"> #include &quot;PlatformMouseEvent.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 // MouseEventWithHitTestResults_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageOriginAccessEntryh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/OriginAccessEntry.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/OriginAccessEntry.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/OriginAccessEntry.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 OriginAccessEntry_h
-#define OriginAccessEntry_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">@@ -80,5 +79,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // OriginAccessEntry_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagePageConsoleClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/PageConsoleClient.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/PageConsoleClient.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/PageConsoleClient.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PageConsoleClient_h
-#define PageConsoleClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;inspector/ScriptCallStack.h&gt;
</span><span class="cx"> #include &lt;runtime/ConsoleClient.h&gt;
</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 // PageConsoleClient_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagePageDebuggableh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/PageDebuggable.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/PageDebuggable.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/PageDebuggable.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PageDebuggable_h
-#define PageDebuggable_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(REMOTE_INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -67,5 +66,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CONTROLLABLE_TARGET(WebCore::PageDebuggable, Web);
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(REMOTE_INSPECTOR)
</span><del>-
-#endif // !defined(PageDebuggable_h)
</del></span></pre></div>
<a id="trunkSourceWebCorepagePageGrouph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/PageGroup.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/PageGroup.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/PageGroup.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PageGroup_h
-#define PageGroup_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Supplementable.h&quot;
</span><span class="cx"> #include &lt;wtf/HashSet.h&gt;
</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 // PageGroup_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagePageGroupLoadDeferrerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/PageGroupLoadDeferrer.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/PageGroupLoadDeferrer.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/PageGroupLoadDeferrer.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PageGroupLoadDeferrer_h
-#define PageGroupLoadDeferrer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="lines">@@ -37,6 +36,5 @@
</span><span class="cx">     private:
</span><span class="cx">         Vector&lt;RefPtr&lt;Frame&gt;, 16&gt; m_deferredFrames;
</span><span class="cx">     };
</span><del>-}
</del><span class="cx"> 
</span><del>-#endif // PageGroupLoadDeferrer_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepagePageOverlayh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/PageOverlay.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/PageOverlay.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/PageOverlay.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PageOverlay_h
-#define PageOverlay_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">@@ -151,5 +150,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebKit
</span><del>-
-#endif // PageOverlay_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagePageOverlayControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/PageOverlayController.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/PageOverlayController.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/PageOverlayController.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PageOverlayController_h
-#define PageOverlayController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;GraphicsLayerClient.h&quot;
</span><span class="cx"> #include &quot;PageOverlay.h&quot;
</span><span class="lines">@@ -101,5 +100,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebKit
</span><del>-
-#endif // PageOverlayController_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagePageSerializerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/PageSerializer.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/PageSerializer.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/PageSerializer.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PageSerializer_h
-#define PageSerializer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;URL.h&quot;
</span><span class="cx"> #include &quot;URLHash.h&quot;
</span><span class="lines">@@ -87,6 +86,4 @@
</span><span class="cx">     unsigned m_blankFrameCounter;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepagePageThrottlerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/PageThrottler.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/PageThrottler.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/PageThrottler.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PageThrottler_h
-#define PageThrottler_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Timer.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -75,5 +74,4 @@
</span><span class="cx">     PageActivityCounter m_pageLoadActivityCounter;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepagePageVisibilityStateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/PageVisibilityState.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/PageVisibilityState.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/PageVisibilityState.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PageVisibilityState_h
-#define PageVisibilityState_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">@@ -46,5 +45,3 @@
</span><span class="cx"> String pageVisibilityStateString(PageVisibilityState);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ifndef PageVisibilityState_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagePerformanceEntryh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/PerformanceEntry.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/PerformanceEntry.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/PerformanceEntry.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PerformanceEntry_h
-#define PerformanceEntry_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_TIMING)
</span><span class="cx"> 
</span><span class="lines">@@ -70,7 +69,6 @@
</span><span class="cx">     const double m_duration;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_TIMING)
</span><del>-#endif // !defined(PerformanceEntry_h)
</del></span></pre></div>
<a id="trunkSourceWebCorepagePerformanceMarkh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/PerformanceMark.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/PerformanceMark.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/PerformanceMark.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PerformanceMark_h
-#define PerformanceMark_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(USER_TIMING)
</span><span class="cx"> 
</span><span class="lines">@@ -44,7 +43,7 @@
</span><span class="cx">     ~PerformanceMark() { }
</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_BEGIN(WebCore::PerformanceMark)
</span><span class="cx">     static bool isType(const WebCore::PerformanceEntry&amp; entry) { return entry.isMark(); }
</span><span class="lines">@@ -51,5 +50,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(USER_TIMING)
</span><del>-
-#endif // !defined(PerformanceMark_h)
</del></span></pre></div>
<a id="trunkSourceWebCorepagePerformanceMeasureh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/PerformanceMeasure.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/PerformanceMeasure.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/PerformanceMeasure.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PerformanceMeasure_h
-#define PerformanceMeasure_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(USER_TIMING)
</span><span class="cx"> 
</span><span class="lines">@@ -44,7 +43,7 @@
</span><span class="cx">     ~PerformanceMeasure() { }
</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_BEGIN(WebCore::PerformanceMeasure)
</span><span class="cx">     static bool isType(const WebCore::PerformanceEntry&amp; entry) { return entry.isMeasure(); }
</span><span class="lines">@@ -51,5 +50,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(USER_TIMING)
</span><del>-
-#endif // !defined(PerformanceMeasure_h)
</del></span></pre></div>
<a id="trunkSourceWebCorepagePerformanceNavigationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/PerformanceNavigation.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/PerformanceNavigation.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/PerformanceNavigation.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PerformanceNavigation_h
-#define PerformanceNavigation_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_TIMING)
</span><span class="cx"> 
</span><span class="lines">@@ -59,7 +58,6 @@
</span><span class="cx">     explicit PerformanceNavigation(Frame*);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> #endif // !ENABLE(WEB_TIMING)
</span><del>-#endif // !defined(PerformanceNavigation_h)
</del></span></pre></div>
<a id="trunkSourceWebCorepagePerformanceResourceTimingh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/PerformanceResourceTiming.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/PerformanceResourceTiming.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/PerformanceResourceTiming.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PerformanceResourceTiming_h
-#define PerformanceResourceTiming_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_TIMING)
</span><span class="cx"> 
</span><span class="lines">@@ -84,7 +83,7 @@
</span><span class="cx">     RefPtr&lt;Document&gt; m_requestingDocument;
</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_BEGIN(WebCore::PerformanceResourceTiming)
</span><span class="cx">     static bool isType(const WebCore::PerformanceEntry&amp; entry) { return entry.isResource(); }
</span><span class="lines">@@ -91,4 +90,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_TIMING)
</span><del>-#endif // !defined(PerformanceResourceTiming_h)
</del></span></pre></div>
<a id="trunkSourceWebCorepagePerformanceTimingh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/PerformanceTiming.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/PerformanceTiming.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/PerformanceTiming.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PerformanceTiming_h
-#define PerformanceTiming_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_TIMING)
</span><span class="cx"> 
</span><span class="lines">@@ -39,11 +38,10 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><ins>+class DocumentLoader;
+class Frame;
</ins><span class="cx"> class LoadTiming;
</span><del>-class DocumentLoader;
</del><span class="cx"> struct DocumentTiming;
</span><del>-class Frame;
-class NetworkLoadTiming;
</del><span class="cx"> 
</span><span class="cx"> class PerformanceTiming : public RefCounted&lt;PerformanceTiming&gt;, public DOMWindowProperty {
</span><span class="cx"> public:
</span><span class="lines">@@ -81,7 +79,6 @@
</span><span class="cx">     unsigned long long monotonicTimeToIntegerMilliseconds(double) const;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> #endif // !ENABLE(WEB_TIMING)
</span><del>-#endif // !defined(PerformanceTiming_h)
</del></span></pre></div>
<a id="trunkSourceWebCorepagePlugInClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/PlugInClient.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/PlugInClient.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/PlugInClient.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PlugInClient_h
-#define PlugInClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SessionID.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -41,5 +40,4 @@
</span><span class="cx">     virtual ~PlugInClient() { }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-#endif // PlugInClient_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepagePointerLockControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/PointerLockController.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/PointerLockController.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/PointerLockController.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PointerLockController_h
-#define PointerLockController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(POINTER_LOCK)
</span><span class="cx"> 
</span><span class="lines">@@ -68,5 +67,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(POINTER_LOCK)
</span><del>-
-#endif // PointerLockController_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagePopupOpeningObserverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/PopupOpeningObserver.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/PopupOpeningObserver.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/PopupOpeningObserver.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef PopupOpeningObserver_h
-#define PopupOpeningObserver_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,4 @@
</span><span class="cx">     virtual ~PopupOpeningObserver() { }
</span><span class="cx"> };
</span><span class="cx">     
</span><del>-}
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepagePrintContexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/PrintContext.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/PrintContext.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/PrintContext.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 PrintContext_h
-#define PrintContext_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/Vector.h&gt;
</span><span class="lines">@@ -104,6 +103,4 @@
</span><span class="cx">     bool m_isPrinting;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepageResourceUsageDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/ResourceUsageData.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/ResourceUsageData.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/ResourceUsageData.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ResourceUsageData_h
-#define ResourceUsageData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(RESOURCE_USAGE)
</span><span class="cx"> 
</span><span class="lines">@@ -76,5 +75,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ResourceUsageData_h
</span><del>-
-#endif // ENABLE(RESOURCE_USAGE)
</del></span></pre></div>
<a id="trunkSourceWebCorepageResourceUsageOverlayh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/ResourceUsageOverlay.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/ResourceUsageOverlay.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/ResourceUsageOverlay.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ResourceUsageOverlay_h
-#define ResourceUsageOverlay_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(RESOURCE_USAGE)
</span><span class="cx"> 
</span><span class="lines">@@ -85,8 +84,6 @@
</span><span class="cx"> #endif
</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(RESOURCE_USAGE)
</ins></span></pre></div>
<a id="trunkSourceWebCorepageResourceUsageThreadh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/ResourceUsageThread.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/ResourceUsageThread.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/ResourceUsageThread.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ResourceUsageThread_h
-#define ResourceUsageThread_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(RESOURCE_USAGE)
</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"> #endif // ENABLE(RESOURCE_USAGE)
</span><del>-
-#endif // ResourceUsageThread_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageScreenh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/Screen.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/Screen.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/Screen.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -27,8 +27,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-#ifndef Screen_h
-#define Screen_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DOMWindowProperty.h&quot;
</span><span class="cx"> #include &quot;ScriptWrappable.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 // Screen_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageSecurityOriginDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/SecurityOriginData.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/SecurityOriginData.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/SecurityOriginData.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -28,6 +28,7 @@
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><ins>+
</ins><span class="cx"> class Frame;
</span><span class="cx"> class SecurityOrigin;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorepageSessionIDh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/SessionID.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/SessionID.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/SessionID.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 SessionID_h
-#define SessionID_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/HashFunctions.h&gt;
</span><span class="cx"> #include &lt;wtf/HashTraits.h&gt;
</span><span class="lines">@@ -51,7 +50,7 @@
</span><span class="cx">     uint64_t m_sessionID;
</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"> 
</span><span class="lines">@@ -72,6 +71,4 @@
</span><span class="cx">     typedef SessionIDHash Hash;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // SessionID_h
</del><ins>+} // namespace WTF
</ins></span></pre></div>
<a id="trunkSourceWebCorepageSpatialNavigationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/SpatialNavigation.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/SpatialNavigation.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/SpatialNavigation.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -18,14 +18,12 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SpatialNavigation_h
-#define SpatialNavigation_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FocusDirection.h&quot;
</span><span class="cx"> #include &quot;HTMLFrameOwnerElement.h&quot;
</span><span class="cx"> #include &quot;LayoutRect.h&quot;
</span><span class="cx"> #include &quot;Node.h&quot;
</span><del>-
</del><span class="cx"> #include &lt;limits&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -146,5 +144,3 @@
</span><span class="cx"> HTMLFrameOwnerElement* frameOwnerElement(FocusCandidate&amp;);
</span><span class="cx"> 
</span><span class="cx"> } // namspace WebCore
</span><del>-
-#endif // SpatialNavigation_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageSuspendableTimerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/SuspendableTimer.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/SuspendableTimer.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/SuspendableTimer.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef SuspendableTimer_h
-#define SuspendableTimer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ActiveDOMObject.h&quot;
</span><span class="cx"> #include &quot;Timer.h&quot;
</span><span class="lines">@@ -80,6 +79,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SuspendableTimer_h
-
</del></span></pre></div>
<a id="trunkSourceWebCorepageTextIndicatorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/TextIndicator.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/TextIndicator.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/TextIndicator.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 TextIndicator_h
-#define TextIndicator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="cx"> #include &quot;Image.h&quot;
</span><span class="lines">@@ -128,5 +127,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebKit
</span><del>-
-#endif // TextIndicator_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageUserContentControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/UserContentController.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/UserContentController.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/UserContentController.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 UserContentController_h
-#define UserContentController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;UserContentProvider.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 // UserContentController_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageUserContentProviderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/UserContentProvider.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/UserContentProvider.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/UserContentProvider.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 UserContentProvider_h
-#define UserContentProvider_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;UserScriptTypes.h&quot;
</span><span class="cx"> #include &quot;UserStyleSheetTypes.h&quot;
</span><span class="lines">@@ -106,5 +105,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // UserContentProvider_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageUserContentTypesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/UserContentTypes.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/UserContentTypes.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/UserContentTypes.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 UserContentTypes_h
-#define UserContentTypes_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 UserContentInjectedFrames { InjectInAllFrames, InjectInTopFrameOnly };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>- 
-#endif // UserContentTypes_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageUserContentURLPatternh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/UserContentURLPattern.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/UserContentURLPattern.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/UserContentURLPattern.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 UserContentURLPattern_h
-#define UserContentURLPattern_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -70,7 +69,4 @@
</span><span class="cx">     bool m_matchSubdomains;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-
</del><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // UserContentURLPattern_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageUserMessageHandlerDescriptorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/UserMessageHandlerDescriptor.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/UserMessageHandlerDescriptor.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/UserMessageHandlerDescriptor.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 UserMessageHandlerDescriptor_h
-#define UserMessageHandlerDescriptor_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(USER_MESSAGE_HANDLERS)
</span><span class="cx"> 
</span><span class="lines">@@ -57,4 +56,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(USER_MESSAGE_HANDLERS)
</span><del>-#endif // UserMessageHandlerDescriptor_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageUserMessageHandlerDescriptorTypesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/UserMessageHandlerDescriptorTypes.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/UserMessageHandlerDescriptorTypes.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/UserMessageHandlerDescriptorTypes.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 UserMessageHandlerDescriptorTypes_h
-#define UserMessageHandlerDescriptorTypes_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(USER_MESSAGE_HANDLERS)
</span><span class="cx"> 
</span><span class="lines">@@ -43,4 +42,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(USER_MESSAGE_HANDLERS)
</span><del>-#endif // UserMessageHandlerDescriptorTypes_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageUserMessageHandlersNamespaceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/UserMessageHandlersNamespace.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/UserMessageHandlersNamespace.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/UserMessageHandlersNamespace.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 UserMessageHandlersNamespace_h
-#define UserMessageHandlersNamespace_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(USER_MESSAGE_HANDLERS)
</span><span class="cx"> 
</span><span class="lines">@@ -67,4 +66,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(USER_MESSAGE_HANDLERS)
</span><del>-#endif // UserMessageHandlersNamespace_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageUserScripth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/UserScript.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/UserScript.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/UserScript.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 UserScript_h
-#define UserScript_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;URL.h&quot;
</span><span class="cx"> #include &quot;UserContentTypes.h&quot;
</span><span class="lines">@@ -69,5 +68,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // UserScript_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageUserScriptTypesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/UserScriptTypes.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/UserScriptTypes.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/UserScriptTypes.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 UserScriptTypes_h
-#define UserScriptTypes_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/Vector.h&gt;
</span><span class="lines">@@ -40,5 +39,3 @@
</span><span class="cx"> typedef HashMap&lt;RefPtr&lt;DOMWrapperWorld&gt;, std::unique_ptr&lt;UserScriptVector&gt;&gt; UserScriptMap;
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>- 
-#endif // UserScriptTypes_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageUserStyleSheeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/UserStyleSheet.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/UserStyleSheet.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/UserStyleSheet.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 UserStyleSheet_h
-#define UserStyleSheet_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;URL.h&quot;
</span><span class="cx"> #include &quot;UserContentTypes.h&quot;
</span><span class="lines">@@ -69,5 +68,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>- 
-#endif // UserStyleSheet_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageUserStyleSheetTypesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/UserStyleSheetTypes.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/UserStyleSheetTypes.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/UserStyleSheetTypes.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 UserStyleSheetTypes_h
-#define UserStyleSheetTypes_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/Vector.h&gt;
</span><span class="lines">@@ -41,5 +40,3 @@
</span><span class="cx"> typedef HashMap&lt;RefPtr&lt;DOMWrapperWorld&gt;, std::unique_ptr&lt;UserStyleSheetVector&gt;&gt; UserStyleSheetMap;
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>- 
-#endif // UserStyleSheetTypes_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageValidationMessageClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/ValidationMessageClient.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/ValidationMessageClient.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/ValidationMessageClient.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef ValidationMessageClient_h
-#define ValidationMessageClient_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">@@ -50,6 +49,4 @@
</span><span class="cx">     virtual bool isValidationMessageVisible(const Element&amp; anchor) = 0;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepageViewStateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/ViewState.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/ViewState.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/ViewState.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ViewState_h
-#define ViewState_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 // ViewState_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageViewStateChangeObserverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/ViewStateChangeObserver.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/ViewStateChangeObserver.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/ViewStateChangeObserver.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ViewStateChangeObserver_h
-#define ViewStateChangeObserver_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ViewState.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 // ViewStateChangeObserver_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageViewportConfigurationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/ViewportConfiguration.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/ViewportConfiguration.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/ViewportConfiguration.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ViewportConfiguration_h
-#define ViewportConfiguration_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatSize.h&quot;
</span><span class="cx"> #include &quot;IntSize.h&quot;
</span><span class="lines">@@ -132,5 +131,3 @@
</span><span class="cx"> TextStream&amp; operator&lt;&lt;(TextStream&amp;, const ViewportConfiguration::Parameters&amp;);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ViewportConfiguration_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageVisitedLinkStoreh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/VisitedLinkStore.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/VisitedLinkStore.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/VisitedLinkStore.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 VisitedLinkStore_h
-#define VisitedLinkStore_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/HashSet.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 // VisitedLinkStore_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageWebCoreKeyboardUIModeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/WebCoreKeyboardUIMode.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/WebCoreKeyboardUIMode.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/WebCoreKeyboardUIMode.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,18 +23,15 @@
</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 WebCoreKeyboardUIMode_h
-#define WebCoreKeyboardUIMode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-    enum KeyboardUIMode {
-        KeyboardAccessDefault     = 0x00000000,
-        KeyboardAccessFull        = 0x00000001,
-        // this flag may be or'ed with either of the two above
-        KeyboardAccessTabsToLinks = 0x10000000
-    };
</del><ins>+enum KeyboardUIMode {
+    KeyboardAccessDefault     = 0x00000000,
+    KeyboardAccessFull        = 0x00000001,
+    // this flag may be or'ed with either of the two above
+    KeyboardAccessTabsToLinks = 0x10000000
+};
</ins><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepageWebKitNamespaceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/WebKitNamespace.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/WebKitNamespace.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/WebKitNamespace.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebKitNamespace_h
-#define WebKitNamespace_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(USER_MESSAGE_HANDLERS)
</span><span class="cx"> 
</span><span class="lines">@@ -58,4 +57,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(USER_MESSAGE_HANDLERS)
</span><del>-#endif // WebKitNamespace_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageWebKitPointh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/WebKitPoint.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/WebKitPoint.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/WebKitPoint.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebKitPoint_h
-#define WebKitPoint_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">@@ -63,5 +62,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // WebKitPoint_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageWheelEventDeltaFilterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/WheelEventDeltaFilter.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/WheelEventDeltaFilter.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/WheelEventDeltaFilter.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WheelEventDeltaFilter_h
-#define WheelEventDeltaFilter_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatSize.h&quot;
</span><span class="cx"> #include &lt;wtf/Deque.h&gt;
</span><span class="lines">@@ -31,8 +30,6 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class PlatformWheelEvent;
-
</del><span class="cx"> class WheelEventDeltaFilter {
</span><span class="cx"> public:
</span><span class="cx">     WheelEventDeltaFilter();
</span><span class="lines">@@ -69,6 +66,4 @@
</span><span class="cx">     Deque&lt;FloatSize&gt; m_recentWheelEventDeltas;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepageiosWebEventRegionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/ios/WebEventRegion.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/ios/WebEventRegion.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/ios/WebEventRegion.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WebEventRegion_h
-#define WebEventRegion_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #import &lt;CoreGraphics/CGGeometry.h&gt;
</span><span class="cx"> #import &lt;Foundation/NSObject.h&gt;
</span><span class="lines">@@ -40,5 +39,3 @@
</span><span class="cx"> - (CGPoint)p3;
</span><span class="cx"> - (CGPoint)p4;
</span><span class="cx"> @end
</span><del>-
-#endif // WebEventRegion_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagemacServicesOverlayControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/mac/ServicesOverlayController.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/mac/ServicesOverlayController.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/mac/ServicesOverlayController.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ServicesOverlayController_h
-#define ServicesOverlayController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if (ENABLE(SERVICE_CONTROLS) || ENABLE(TELEPHONE_NUMBER_DETECTION)) &amp;&amp; PLATFORM(MAC)
</span><span class="cx"> 
</span><span class="lines">@@ -37,13 +36,11 @@
</span><span class="cx"> typedef struct __DDHighlight *DDHighlightRef;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><ins>+    
</ins><span class="cx"> class LayoutRect;
</span><span class="cx"> class MainFrame;
</span><span class="cx"> struct GapRects;
</span><del>-}
</del><span class="cx"> 
</span><del>-namespace WebCore {
-
</del><span class="cx"> class ServicesOverlayController : private PageOverlay::Client {
</span><span class="cx">     WTF_MAKE_FAST_ALLOCATED;
</span><span class="cx"> public:
</span><span class="lines">@@ -165,7 +162,6 @@
</span><span class="cx">     Timer m_buildHighlightsTimer;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace WebKit
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> #endif // (ENABLE(SERVICE_CONTROLS) || ENABLE(TELEPHONE_NUMBER_DETECTION)) &amp;&amp; PLATFORM(MAC)
</span><del>-#endif // ServicesOverlayController_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagemacTextIndicatorWindowh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/mac/TextIndicatorWindow.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/mac/TextIndicatorWindow.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/mac/TextIndicatorWindow.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 TextIndicatorWindow_h
-#define TextIndicatorWindow_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;TextIndicator.h&quot;
</span><span class="cx"> #import &lt;wtf/Noncopyable.h&gt;
</span><span class="lines">@@ -79,6 +78,4 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // PLATFORM(MAC)
</span><span class="cx"> 
</span><del>-} // namespace WebKit
-
-#endif // TextIndicatorWindow_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepagemacWheelEventDeltaFilterMach"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/mac/WheelEventDeltaFilterMac.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/mac/WheelEventDeltaFilterMac.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/mac/WheelEventDeltaFilterMac.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 WheelEventDeltaFilterMac_h
-#define WheelEventDeltaFilterMac_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC) &amp;&amp; __MAC_OS_X_VERSION_MIN_REQUIRED &gt;= 101100
</span><span class="cx"> 
</span><span class="lines">@@ -48,8 +47,6 @@
</span><span class="cx">     double m_beginFilteringDeltasTime { 0 };
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><del>-#endif /* PLATFORM(MAC) &amp;&amp; __MAC_OS_X_VERSION_MIN_REQUIRED &gt;= 101100 */
-
-#endif /* WheelEventDeltaFilterMac_h */
</del><ins>+#endif // PLATFORM(MAC) &amp;&amp; __MAC_OS_X_VERSION_MIN_REQUIRED &gt;= 101100
</ins></span></pre></div>
<a id="trunkSourceWebCorepagescrollingAsyncScrollingCoordinatorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/AsyncScrollingCoordinator.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/AsyncScrollingCoordinator.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/AsyncScrollingCoordinator.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -23,13 +23,11 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef AsyncScrollingCoordinator_h
-#define AsyncScrollingCoordinator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;ScrollingCoordinator.h&quot;
</span><del>-
</del><span class="cx"> #include &quot;ScrollingTree.h&quot;
</span><span class="cx"> #include &quot;Timer.h&quot;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -168,5 +166,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_SCROLLING_COORDINATOR(WebCore::AsyncScrollingCoordinator, isAsyncScrollingCoordinator());
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ASYNC_SCROLLING)
</span><del>-
-#endif // AsyncScrollingCoordinator_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingAxisScrollSnapOffsetsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/AxisScrollSnapOffsets.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/AxisScrollSnapOffsets.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/AxisScrollSnapOffsets.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 AxisScrollSnapOffsets_h
-#define AxisScrollSnapOffsets_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">@@ -84,6 +83,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // CSS_SCROLL_SNAP
-
-#endif // AxisScrollSnapOffsets_h
</del><ins>+#endif // ENABLE(CSS_SCROLL_SNAP)
</ins></span></pre></div>
<a id="trunkSourceWebCorepagescrollingScrollLatchingStateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ScrollLatchingState.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ScrollLatchingState.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/ScrollLatchingState.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollLatchingState_h
-#define ScrollLatchingState_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -68,6 +67,4 @@
</span><span class="cx">     bool m_startedGestureAtScrollLimit;
</span><span class="cx"> };
</span><span class="cx">     
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepagescrollingScrollingConstraintsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ScrollingConstraints.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ScrollingConstraints.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/ScrollingConstraints.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingConstraints_h
-#define ScrollingConstraints_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -200,5 +199,3 @@
</span><span class="cx"> WEBCORE_EXPORT TextStream&amp; operator&lt;&lt;(TextStream&amp;, const StickyPositionViewportConstraints&amp;);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ScrollingConstraints_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingScrollingCoordinatorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingCoordinator_h
-#define ScrollingCoordinator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EventTrackingRegions.h&quot;
</span><span class="cx"> #include &quot;IntRect.h&quot;
</span><span class="lines">@@ -239,5 +238,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(ToValueTypeName) \
</span><span class="cx">     static bool isType(const WebCore::ScrollingCoordinator&amp; value) { return value.predicate; } \
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif // ScrollingCoordinator_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingScrollingStateFixedNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ScrollingStateFixedNode.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ScrollingStateFixedNode.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/ScrollingStateFixedNode.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingStateFixedNode_h
-#define ScrollingStateFixedNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING) || USE(COORDINATED_GRAPHICS)
</span><span class="cx"> 
</span><span class="lines">@@ -68,5 +67,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_SCROLLING_STATE_NODE(ScrollingStateFixedNode, isFixedNode())
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ASYNC_SCROLLING) || USE(COORDINATED_GRAPHICS)
</span><del>-
-#endif // ScrollingStateFixedNode_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingScrollingStateFrameScrollingNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingStateFrameScrollingNode_h
-#define ScrollingStateFrameScrollingNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING) || USE(COORDINATED_GRAPHICS)
</span><span class="cx"> 
</span><span class="lines">@@ -154,5 +153,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_SCROLLING_STATE_NODE(ScrollingStateFrameScrollingNode, isFrameScrollingNode())
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ASYNC_SCROLLING) || USE(COORDINATED_GRAPHICS)
</span><del>-
-#endif // ScrollingStateFrameScrollingNode_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingScrollingStateNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ScrollingStateNode.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ScrollingStateNode.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/ScrollingStateNode.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingStateNode_h
-#define ScrollingStateNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING) || USE(COORDINATED_GRAPHICS)
</span><span class="cx"> 
</span><span class="lines">@@ -269,5 +268,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ASYNC_SCROLLING) || USE(COORDINATED_GRAPHICS)
</span><del>-
-#endif // ScrollingStateNode_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingScrollingStateOverflowScrollingNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ScrollingStateOverflowScrollingNode.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ScrollingStateOverflowScrollingNode.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/ScrollingStateOverflowScrollingNode.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingStateOverflowScrollingNode_h
-#define ScrollingStateOverflowScrollingNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING) || USE(COORDINATED_GRAPHICS)
</span><span class="cx"> 
</span><span class="lines">@@ -62,5 +61,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_SCROLLING_STATE_NODE(ScrollingStateOverflowScrollingNode, isOverflowScrollingNode())
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ASYNC_SCROLLING) || USE(COORDINATED_GRAPHICS)
</span><del>-
-#endif // ScrollingStateScrollingNode_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingScrollingStateScrollingNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ScrollingStateScrollingNode.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ScrollingStateScrollingNode.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/ScrollingStateScrollingNode.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingStateScrollingNode_h
-#define ScrollingStateScrollingNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING) || USE(COORDINATED_GRAPHICS)
</span><span class="cx"> 
</span><span class="lines">@@ -124,5 +123,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_SCROLLING_STATE_NODE(ScrollingStateScrollingNode, isScrollingNode())
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ASYNC_SCROLLING) || USE(COORDINATED_GRAPHICS)
</span><del>-
-#endif // ScrollingStateScrollingNode_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingScrollingStateStickyNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ScrollingStateStickyNode.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ScrollingStateStickyNode.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/ScrollingStateStickyNode.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingStateStickyNode_h
-#define ScrollingStateStickyNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING) || USE(COORDINATED_GRAPHICS)
</span><span class="cx"> 
</span><span class="lines">@@ -68,5 +67,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_SCROLLING_STATE_NODE(ScrollingStateStickyNode, isStickyNode())
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ASYNC_SCROLLING) || USE(COORDINATED_GRAPHICS)
</span><del>-
-#endif // ScrollingStateStickyNode_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingScrollingStateTreeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ScrollingStateTree.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ScrollingStateTree.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/ScrollingStateTree.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingStateTree_h
-#define ScrollingStateTree_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING) || USE(COORDINATED_GRAPHICS)
</span><span class="cx"> 
</span><span class="lines">@@ -109,5 +108,3 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ASYNC_SCROLLING) || USE(COORDINATED_GRAPHICS)
</span><del>-
-#endif // ScrollingStateTree_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingScrollingThreadh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ScrollingThread.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ScrollingThread.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/ScrollingThread.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingThread_h
-#define ScrollingThread_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING)
</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"> #endif // ENABLE(ASYNC_SCROLLING)
</span><del>-
-#endif // ScrollingThread_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingScrollingTreeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ScrollingTree.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ScrollingTree.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/ScrollingTree.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingTree_h
-#define ScrollingTree_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING)
</span><span class="cx"> 
</span><span class="lines">@@ -192,5 +191,3 @@
</span><span class="cx">     static bool isType(const WebCore::ScrollingTree&amp; tree) { return tree.predicate; } \
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><span class="cx"> #endif // ENABLE(ASYNC_SCROLLING)
</span><del>-
-#endif // ScrollingTree_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingScrollingTreeFrameScrollingNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ScrollingTreeFrameScrollingNode.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ScrollingTreeFrameScrollingNode.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/ScrollingTreeFrameScrollingNode.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingTreeFrameScrollingNode_h
-#define ScrollingTreeFrameScrollingNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING)
</span><span class="cx"> 
</span><span class="lines">@@ -89,5 +88,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_SCROLLING_NODE(ScrollingTreeFrameScrollingNode, isFrameScrollingNode())
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ASYNC_SCROLLING)
</span><del>-
-#endif // ScrollingTreeScrollingNode_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingScrollingTreeNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ScrollingTreeNode.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ScrollingTreeNode.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/ScrollingTreeNode.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingTreeNode_h
-#define ScrollingTreeNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING)
</span><span class="cx"> 
</span><span class="lines">@@ -90,5 +89,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ASYNC_SCROLLING)
</span><del>-
-#endif // ScrollingTreeNode_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingScrollingTreeOverflowScrollingNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ScrollingTreeOverflowScrollingNode.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ScrollingTreeOverflowScrollingNode.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/ScrollingTreeOverflowScrollingNode.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingTreeOverflowScrollingNode_h
-#define ScrollingTreeOverflowScrollingNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING)
</span><span class="cx"> 
</span><span class="lines">@@ -36,7 +35,6 @@
</span><span class="cx"> public:
</span><span class="cx">     WEBCORE_EXPORT virtual ~ScrollingTreeOverflowScrollingNode();
</span><span class="cx"> 
</span><del>-    
</del><span class="cx"> protected:
</span><span class="cx">     WEBCORE_EXPORT ScrollingTreeOverflowScrollingNode(ScrollingTree&amp;, ScrollingNodeID);
</span><span class="cx"> };
</span><span class="lines">@@ -46,5 +44,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_SCROLLING_NODE(ScrollingTreeOverflowScrollingNode, isOverflowScrollingNode())
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ASYNC_SCROLLING)
</span><del>-
-#endif // ScrollingTreeOverflowScrollingNode_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingScrollingTreeScrollingNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ScrollingTreeScrollingNode.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ScrollingTreeScrollingNode.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/ScrollingTreeScrollingNode.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingTreeScrollingNode_h
-#define ScrollingTreeScrollingNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING)
</span><span class="cx"> 
</span><span class="lines">@@ -114,5 +113,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_SCROLLING_NODE(ScrollingTreeScrollingNode, isScrollingNode())
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ASYNC_SCROLLING)
</span><del>-
-#endif // ScrollingTreeScrollingNode_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingThreadedScrollingTreeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ThreadedScrollingTree.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ThreadedScrollingTree.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/ThreadedScrollingTree.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ThreadedScrollingTree_h
-#define ThreadedScrollingTree_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING)
</span><span class="cx"> 
</span><span class="lines">@@ -78,5 +77,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_SCROLLING_TREE(WebCore::ThreadedScrollingTree, isThreadedScrollingTree())
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ASYNC_SCROLLING)
</span><del>-
-#endif // ThreadedScrollingTree_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingcoordinatedgraphicsScrollingCoordinatorCoordinatedGraphicsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingCoordinatorCoordinatedGraphics_h
-#define ScrollingCoordinatorCoordinatedGraphics_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if USE(COORDINATED_GRAPHICS)
</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"> #endif // USE(COORDINATED_GRAPHICS)
</span><del>-
-#endif // ScrollingCoordinatorCoordinatedGraphics_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingiosScrollingCoordinatorIOSh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ios/ScrollingCoordinatorIOS.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ios/ScrollingCoordinatorIOS.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/ios/ScrollingCoordinatorIOS.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingCoordinatorIOS_h
-#define ScrollingCoordinatorIOS_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING)
</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"> #endif // ENABLE(ASYNC_SCROLLING)
</span><del>-
-#endif // ScrollingCoordinatorIOS_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingiosScrollingTreeFrameScrollingNodeIOSh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ios/ScrollingTreeFrameScrollingNodeIOS.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ios/ScrollingTreeFrameScrollingNodeIOS.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/ios/ScrollingTreeFrameScrollingNodeIOS.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingTreeFrameScrollingNodeIOS_h
-#define ScrollingTreeFrameScrollingNodeIOS_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING) &amp;&amp; PLATFORM(IOS)
</span><span class="cx"> 
</span><span class="lines">@@ -73,5 +72,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ASYNC_SCROLLING) &amp;&amp; PLATFORM(IOS)
</span><del>-
-#endif // ScrollingTreeFrameScrollingNodeIOS_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingiosScrollingTreeIOSh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ios/ScrollingTreeIOS.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ios/ScrollingTreeIOS.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/ios/ScrollingTreeIOS.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingTreeIOS_h
-#define ScrollingTreeIOS_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING)
</span><span class="cx"> 
</span><span class="lines">@@ -70,5 +69,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_SCROLLING_TREE(WebCore::ScrollingTreeIOS, isScrollingTreeIOS())
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ASYNC_SCROLLING)
</span><del>-
-#endif // ScrollingTreeIOS_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingmacScrollingCoordinatorMach"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/mac/ScrollingCoordinatorMac.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/mac/ScrollingCoordinatorMac.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/mac/ScrollingCoordinatorMac.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingCoordinatorMac_h
-#define ScrollingCoordinatorMac_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING) &amp;&amp; PLATFORM(MAC)
</span><span class="cx"> 
</span><span class="lines">@@ -63,5 +62,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ASYNC_SCROLLING) &amp;&amp; PLATFORM(MAC)
</span><del>-
-#endif // ScrollingCoordinatorMac_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingmacScrollingTreeFixedNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/mac/ScrollingTreeFixedNode.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/mac/ScrollingTreeFixedNode.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/mac/ScrollingTreeFixedNode.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingTreeFixedNode_h
-#define ScrollingTreeFixedNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING)
</span><span class="cx"> 
</span><span class="lines">@@ -59,5 +58,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_SCROLLING_NODE(ScrollingTreeFixedNode, isFixedNode())
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ASYNC_SCROLLING)
</span><del>-
-#endif // ScrollingTreeFixedNode_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingmacScrollingTreeFrameScrollingNodeMach"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/mac/ScrollingTreeFrameScrollingNodeMac.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/mac/ScrollingTreeFrameScrollingNodeMac.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/mac/ScrollingTreeFrameScrollingNodeMac.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingTreeFrameScrollingNodeMac_h
-#define ScrollingTreeFrameScrollingNodeMac_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING) &amp;&amp; PLATFORM(MAC)
</span><span class="cx"> 
</span><span class="lines">@@ -114,5 +113,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ASYNC_SCROLLING) &amp;&amp; PLATFORM(MAC)
</span><del>-
-#endif // ScrollingTreeFrameScrollingNodeMac_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingmacScrollingTreeMach"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/mac/ScrollingTreeMac.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/mac/ScrollingTreeMac.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/mac/ScrollingTreeMac.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingTreeMac_h
-#define ScrollingTreeMac_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING) &amp;&amp; PLATFORM(MAC)
</span><span class="cx"> 
</span><span class="lines">@@ -37,7 +36,6 @@
</span><span class="cx">     static Ref&lt;ScrollingTreeMac&gt; create(AsyncScrollingCoordinator*);
</span><span class="cx"> 
</span><span class="cx">     PassRefPtr&lt;ScrollingTreeNode&gt; createScrollingTreeNode(ScrollingNodeType, ScrollingNodeID) override;
</span><del>-
</del><span class="cx">     
</span><span class="cx"> private:
</span><span class="cx">     explicit ScrollingTreeMac(AsyncScrollingCoordinator*);
</span><span class="lines">@@ -46,5 +44,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ASYNC_SCROLLING) &amp;&amp; PLATFORM(MAC)
</span><del>-
-#endif // ScrollingTreeMac_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagescrollingmacScrollingTreeStickyNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/mac/ScrollingTreeStickyNode.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/mac/ScrollingTreeStickyNode.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/scrolling/mac/ScrollingTreeStickyNode.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 ScrollingTreeStickyNode_h
-#define ScrollingTreeStickyNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(ASYNC_SCROLLING)
</span><span class="cx"> 
</span><span class="lines">@@ -59,5 +58,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_SCROLLING_NODE(ScrollingTreeStickyNode, isStickyNode())
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ASYNC_SCROLLING)
</span><del>-
-#endif // ScrollingTreeStickyNode_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagewinFrameWinh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/win/FrameWin.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/win/FrameWin.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebCore/page/win/FrameWin.h        2016-10-31 22:07:53 UTC (rev 208179)
</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 FrameWin_h
-#define FrameWin_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> #include &lt;wtf/win/GDIObject.h&gt;
</span><span class="lines">@@ -39,5 +38,3 @@
</span><span class="cx"> void computePageRectsForFrame(Frame*, const IntRect&amp; printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector&lt;IntRect&gt;&amp; outPages, int&amp; outPageHeight);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // FrameWin_h
</del></span></pre></div>
<a id="trunkSourceWebKitwinChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/ChangeLog (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/ChangeLog        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebKit/win/ChangeLog        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -1,3 +1,16 @@
</span><ins>+2016-10-31  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Use #pragma once in WebCore
+        https://bugs.webkit.org/show_bug.cgi?id=164194
+
+        Rubber-stamped by Sam Weinig.
+
+        * WebCoreSupport/WebContextMenuClient.cpp:
+        (WebContextMenuClient::isSpeaking):
+        (WebContextMenuClient::shareMenuItem): Deleted.
+        * WebCoreSupport/WebContextMenuClient.h:
+        Remove this dead code since r192333.
+
</ins><span class="cx"> 2016-10-31  Darin Adler  &lt;darin@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Convert Document from ExceptionCode to Exception
</span></span></pre></div>
<a id="trunkSourceWebKitwinWebCoreSupportWebContextMenuClientcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/WebCoreSupport/WebContextMenuClient.cpp (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/WebCoreSupport/WebContextMenuClient.cpp        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebContextMenuClient.cpp        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -29,7 +29,6 @@
</span><span class="cx"> #include &quot;WebElementPropertyBag.h&quot;
</span><span class="cx"> #include &quot;WebLocalizableStrings.h&quot;
</span><span class="cx"> #include &quot;WebView.h&quot;
</span><del>-#include &lt;WebCore/ContextMenu.h&gt;
</del><span class="cx"> #include &lt;WebCore/ContextMenuController.h&gt;
</span><span class="cx"> #include &lt;WebCore/Editor.h&gt;
</span><span class="cx"> #include &lt;WebCore/Event.h&gt;
</span><span class="lines">@@ -94,9 +93,3 @@
</span><span class="cx">     notImplemented();
</span><span class="cx">     return false;
</span><span class="cx"> }
</span><del>-
-ContextMenuItem WebContextMenuClient::shareMenuItem(const HitTestResult&amp;)
-{
-    notImplemented();
-    return ContextMenuItem();
-}
</del></span></pre></div>
<a id="trunkSourceWebKitwinWebCoreSupportWebContextMenuClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/WebCoreSupport/WebContextMenuClient.h (208178 => 208179)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/WebCoreSupport/WebContextMenuClient.h        2016-10-31 22:05:02 UTC (rev 208178)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebContextMenuClient.h        2016-10-31 22:07:53 UTC (rev 208179)
</span><span class="lines">@@ -42,8 +42,6 @@
</span><span class="cx">     virtual void stopSpeaking();
</span><span class="cx">     virtual bool isSpeaking();
</span><span class="cx"> 
</span><del>-    virtual WebCore::ContextMenuItem shareMenuItem(const WebCore::HitTestResult&amp;);
-
</del><span class="cx"> private:
</span><span class="cx">     WebView* m_webView;
</span><span class="cx"> };
</span></span></pre>
</div>
</div>

</body>
</html>