<!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>[208646] trunk/Source/WebCore</title>
</head>
<body>

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

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

Patch by Joseph Pecoraro &lt;pecoraro@apple.com&gt; on 2016-11-12
Reviewed by Darin Adler.

* Modules/*.h:
* crypto/*.h:
* cssjit/*.h:
* editing/*.h:
* fileapi/*.h:
* history/*.h:
* loader/*.h:
* mathml/*.h:
* page/*.h:
* replay/*.h:
* storage/*.h:
* xml/*.h:

* editing/FrameSelection.cpp:
* loader/ResourceLoadStatisticsStore.cpp:
Remove unused LOG and DEBUG defines.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreModulesairplayWebKitPlaybackTargetAvailabilityEventh">trunk/Source/WebCore/Modules/airplay/WebKitPlaybackTargetAvailabilityEvent.h</a></li>
<li><a href="#trunkSourceWebCoreModulesencryptedmediaCDMPrivateh">trunk/Source/WebCore/Modules/encryptedmedia/CDMPrivate.h</a></li>
<li><a href="#trunkSourceWebCoreModulesencryptedmediaCDMPrivateClearKeyh">trunk/Source/WebCore/Modules/encryptedmedia/CDMPrivateClearKey.h</a></li>
<li><a href="#trunkSourceWebCoreModulesencryptedmediaCDMPrivateMediaPlayerh">trunk/Source/WebCore/Modules/encryptedmedia/CDMPrivateMediaPlayer.h</a></li>
<li><a href="#trunkSourceWebCoreModulesencryptedmediaCDMSessionClearKeyh">trunk/Source/WebCore/Modules/encryptedmedia/CDMSessionClearKey.h</a></li>
<li><a href="#trunkSourceWebCoreModulesencryptedmedialegacyWebKitMediaKeyMessageEventh">trunk/Source/WebCore/Modules/encryptedmedia/legacy/WebKitMediaKeyMessageEvent.h</a></li>
<li><a href="#trunkSourceWebCoreModulesencryptedmedialegacyWebKitMediaKeyNeededEventh">trunk/Source/WebCore/Modules/encryptedmedia/legacy/WebKitMediaKeyNeededEvent.h</a></li>
<li><a href="#trunkSourceWebCoreModulesfetchFetchBodyh">trunk/Source/WebCore/Modules/fetch/FetchBody.h</a></li>
<li><a href="#trunkSourceWebCoreModulesfetchFetchBodyOwnerh">trunk/Source/WebCore/Modules/fetch/FetchBodyOwner.h</a></li>
<li><a href="#trunkSourceWebCoreModulesfetchFetchLoaderClienth">trunk/Source/WebCore/Modules/fetch/FetchLoaderClient.h</a></li>
<li><a href="#trunkSourceWebCoreModulesgamepadGamepadh">trunk/Source/WebCore/Modules/gamepad/Gamepad.h</a></li>
<li><a href="#trunkSourceWebCoreModulesgamepadGamepadButtonh">trunk/Source/WebCore/Modules/gamepad/GamepadButton.h</a></li>
<li><a href="#trunkSourceWebCoreModulesgamepadGamepadEventh">trunk/Source/WebCore/Modules/gamepad/GamepadEvent.h</a></li>
<li><a href="#trunkSourceWebCoreModulesgamepadGamepadManagerh">trunk/Source/WebCore/Modules/gamepad/GamepadManager.h</a></li>
<li><a href="#trunkSourceWebCoreModulesgamepadNavigatorGamepadh">trunk/Source/WebCore/Modules/gamepad/NavigatorGamepad.h</a></li>
<li><a href="#trunkSourceWebCoreModulesgamepaddeprecatedGamepadh">trunk/Source/WebCore/Modules/gamepad/deprecated/Gamepad.h</a></li>
<li><a href="#trunkSourceWebCoreModulesgamepaddeprecatedGamepadListh">trunk/Source/WebCore/Modules/gamepad/deprecated/GamepadList.h</a></li>
<li><a href="#trunkSourceWebCoreModulesgamepaddeprecatedNavigatorGamepadh">trunk/Source/WebCore/Modules/gamepad/deprecated/NavigatorGamepad.h</a></li>
<li><a href="#trunkSourceWebCoreModulesgeolocationCoordinatesh">trunk/Source/WebCore/Modules/geolocation/Coordinates.h</a></li>
<li><a href="#trunkSourceWebCoreModulesgeolocationGeoNotifierh">trunk/Source/WebCore/Modules/geolocation/GeoNotifier.h</a></li>
<li><a href="#trunkSourceWebCoreModulesgeolocationGeolocationh">trunk/Source/WebCore/Modules/geolocation/Geolocation.h</a></li>
<li><a href="#trunkSourceWebCoreModulesgeolocationGeolocationClienth">trunk/Source/WebCore/Modules/geolocation/GeolocationClient.h</a></li>
<li><a href="#trunkSourceWebCoreModulesgeolocationGeolocationControllerh">trunk/Source/WebCore/Modules/geolocation/GeolocationController.h</a></li>
<li><a href="#trunkSourceWebCoreModulesgeolocationGeolocationErrorh">trunk/Source/WebCore/Modules/geolocation/GeolocationError.h</a></li>
<li><a href="#trunkSourceWebCoreModulesgeolocationGeolocationPositionh">trunk/Source/WebCore/Modules/geolocation/GeolocationPosition.h</a></li>
<li><a href="#trunkSourceWebCoreModulesgeolocationGeopositionh">trunk/Source/WebCore/Modules/geolocation/Geoposition.h</a></li>
<li><a href="#trunkSourceWebCoreModulesgeolocationNavigatorGeolocationh">trunk/Source/WebCore/Modules/geolocation/NavigatorGeolocation.h</a></li>
<li><a href="#trunkSourceWebCoreModulesgeolocationPositionCallbackh">trunk/Source/WebCore/Modules/geolocation/PositionCallback.h</a></li>
<li><a href="#trunkSourceWebCoreModulesgeolocationPositionErrorh">trunk/Source/WebCore/Modules/geolocation/PositionError.h</a></li>
<li><a href="#trunkSourceWebCoreModulesgeolocationPositionErrorCallbackh">trunk/Source/WebCore/Modules/geolocation/PositionErrorCallback.h</a></li>
<li><a href="#trunkSourceWebCoreModulesgeolocationPositionOptionsh">trunk/Source/WebCore/Modules/geolocation/PositionOptions.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbDOMWindowIndexedDatabaseh">trunk/Source/WebCore/Modules/indexeddb/DOMWindowIndexedDatabase.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBDatabaseErrorh">trunk/Source/WebCore/Modules/indexeddb/IDBDatabaseError.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBDatabaseExceptionh">trunk/Source/WebCore/Modules/indexeddb/IDBDatabaseException.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBEventDispatcherh">trunk/Source/WebCore/Modules/indexeddb/IDBEventDispatcher.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBGetResulth">trunk/Source/WebCore/Modules/indexeddb/IDBGetResult.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBKeyh">trunk/Source/WebCore/Modules/indexeddb/IDBKey.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBKeyRangeDatah">trunk/Source/WebCore/Modules/indexeddb/IDBKeyRangeData.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBRecordIdentifierh">trunk/Source/WebCore/Modules/indexeddb/IDBRecordIdentifier.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBRequestCompletionEventh">trunk/Source/WebCore/Modules/indexeddb/IDBRequestCompletionEvent.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbclientTransactionOperationh">trunk/Source/WebCore/Modules/indexeddb/client/TransactionOperation.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbserverIDBBackingStoreh">trunk/Source/WebCore/Modules/indexeddb/server/IDBBackingStore.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbserverIDBConnectionToClienth">trunk/Source/WebCore/Modules/indexeddb/server/IDBConnectionToClient.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbserverIDBConnectionToClientDelegateh">trunk/Source/WebCore/Modules/indexeddb/server/IDBConnectionToClientDelegate.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbserverIDBSerializationh">trunk/Source/WebCore/Modules/indexeddb/server/IDBSerialization.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbserverIndexValueEntryh">trunk/Source/WebCore/Modules/indexeddb/server/IndexValueEntry.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbserverIndexValueStoreh">trunk/Source/WebCore/Modules/indexeddb/server/IndexValueStore.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbserverMemoryBackingStoreTransactionh">trunk/Source/WebCore/Modules/indexeddb/server/MemoryBackingStoreTransaction.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbserverMemoryCursorh">trunk/Source/WebCore/Modules/indexeddb/server/MemoryCursor.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbserverMemoryIDBBackingStoreh">trunk/Source/WebCore/Modules/indexeddb/server/MemoryIDBBackingStore.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbserverMemoryIndexCursorh">trunk/Source/WebCore/Modules/indexeddb/server/MemoryIndexCursor.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbserverMemoryObjectStoreh">trunk/Source/WebCore/Modules/indexeddb/server/MemoryObjectStore.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbserverMemoryObjectStoreCursorh">trunk/Source/WebCore/Modules/indexeddb/server/MemoryObjectStoreCursor.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbserverSQLiteIDBBackingStoreh">trunk/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbserverSQLiteIDBCursorh">trunk/Source/WebCore/Modules/indexeddb/server/SQLiteIDBCursor.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbserverSQLiteIDBTransactionh">trunk/Source/WebCore/Modules/indexeddb/server/SQLiteIDBTransaction.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbserverServerOpenDBRequestcpp">trunk/Source/WebCore/Modules/indexeddb/server/ServerOpenDBRequest.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbserverServerOpenDBRequesth">trunk/Source/WebCore/Modules/indexeddb/server/ServerOpenDBRequest.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbserverUniqueIDBDatabasecpp">trunk/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbsharedIDBCursorInfoh">trunk/Source/WebCore/Modules/indexeddb/shared/IDBCursorInfo.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbsharedIDBDatabaseInfoh">trunk/Source/WebCore/Modules/indexeddb/shared/IDBDatabaseInfo.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbsharedIDBIndexInfoh">trunk/Source/WebCore/Modules/indexeddb/shared/IDBIndexInfo.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbsharedIDBObjectStoreInfoh">trunk/Source/WebCore/Modules/indexeddb/shared/IDBObjectStoreInfo.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbsharedIDBRequestDatah">trunk/Source/WebCore/Modules/indexeddb/shared/IDBRequestData.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbsharedIDBResultDatah">trunk/Source/WebCore/Modules/indexeddb/shared/IDBResultData.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbsharedIDBTransactionInfoh">trunk/Source/WebCore/Modules/indexeddb/shared/IDBTransactionInfo.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbsharedIndexKeyh">trunk/Source/WebCore/Modules/indexeddb/shared/IndexKey.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindieuiUIRequestEventh">trunk/Source/WebCore/Modules/indieui/UIRequestEvent.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediasessionHTMLMediaElementMediaSessionh">trunk/Source/WebCore/Modules/mediasession/HTMLMediaElementMediaSession.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediasessionMediaRemoteControlsh">trunk/Source/WebCore/Modules/mediasession/MediaRemoteControls.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediasessionMediaSessionEventsh">trunk/Source/WebCore/Modules/mediasession/MediaSessionEvents.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediasessionMediaSessionManagerh">trunk/Source/WebCore/Modules/mediasession/MediaSessionManager.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediasessionMediaSessionMetadatah">trunk/Source/WebCore/Modules/mediasession/MediaSessionMetadata.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediasessionWebMediaSessionManagerh">trunk/Source/WebCore/Modules/mediasession/WebMediaSessionManager.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediasessionWebMediaSessionManagerClienth">trunk/Source/WebCore/Modules/mediasession/WebMediaSessionManagerClient.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediasourceAudioTrackMediaSourceh">trunk/Source/WebCore/Modules/mediasource/AudioTrackMediaSource.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediasourceDOMURLMediaSourceh">trunk/Source/WebCore/Modules/mediasource/DOMURLMediaSource.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediasourceMediaSourceRegistryh">trunk/Source/WebCore/Modules/mediasource/MediaSourceRegistry.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediasourceSampleMaph">trunk/Source/WebCore/Modules/mediasource/SampleMap.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediasourceSourceBufferListh">trunk/Source/WebCore/Modules/mediasource/SourceBufferList.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediasourceTextTrackMediaSourceh">trunk/Source/WebCore/Modules/mediasource/TextTrackMediaSource.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediasourceVideoPlaybackQualityh">trunk/Source/WebCore/Modules/mediasource/VideoPlaybackQuality.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediasourceVideoTrackMediaSourceh">trunk/Source/WebCore/Modules/mediasource/VideoTrackMediaSource.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamDOMURLMediaStreamh">trunk/Source/WebCore/Modules/mediastream/DOMURLMediaStream.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamHTMLMediaElementMediaStreamh">trunk/Source/WebCore/Modules/mediastream/HTMLMediaElementMediaStream.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamMediaConstraintsImplh">trunk/Source/WebCore/Modules/mediastream/MediaConstraintsImpl.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamMediaDevicesRequesth">trunk/Source/WebCore/Modules/mediastream/MediaDevicesRequest.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamMediaSourceSettingsh">trunk/Source/WebCore/Modules/mediastream/MediaSourceSettings.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamMediaStreamh">trunk/Source/WebCore/Modules/mediastream/MediaStream.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamMediaStreamEventh">trunk/Source/WebCore/Modules/mediastream/MediaStreamEvent.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamMediaStreamRegistryh">trunk/Source/WebCore/Modules/mediastream/MediaStreamRegistry.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamMediaStreamTrackEventh">trunk/Source/WebCore/Modules/mediastream/MediaStreamTrackEvent.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamMediaTrackConstrainth">trunk/Source/WebCore/Modules/mediastream/MediaTrackConstraint.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamMediaTrackConstraintSeth">trunk/Source/WebCore/Modules/mediastream/MediaTrackConstraintSet.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamMediaTrackConstraintsh">trunk/Source/WebCore/Modules/mediastream/MediaTrackConstraints.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamMediaTrackSupportedConstraintsh">trunk/Source/WebCore/Modules/mediastream/MediaTrackSupportedConstraints.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamNavigatorMediaDevicesh">trunk/Source/WebCore/Modules/mediastream/NavigatorMediaDevices.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCDTMFToneChangeEventh">trunk/Source/WebCore/Modules/mediastream/RTCDTMFToneChangeEvent.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCDataChannelEventh">trunk/Source/WebCore/Modules/mediastream/RTCDataChannelEvent.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCIceCandidateEventh">trunk/Source/WebCore/Modules/mediastream/RTCIceCandidateEvent.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCIceServerh">trunk/Source/WebCore/Modules/mediastream/RTCIceServer.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCRtpReceiverh">trunk/Source/WebCore/Modules/mediastream/RTCRtpReceiver.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCRtpSenderReceiverBaseh">trunk/Source/WebCore/Modules/mediastream/RTCRtpSenderReceiverBase.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCRtpTransceiverh">trunk/Source/WebCore/Modules/mediastream/RTCRtpTransceiver.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCStatsReporth">trunk/Source/WebCore/Modules/mediastream/RTCStatsReport.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCStatsResponseh">trunk/Source/WebCore/Modules/mediastream/RTCStatsResponse.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCTrackEventh">trunk/Source/WebCore/Modules/mediastream/RTCTrackEvent.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamSDPProcessorh">trunk/Source/WebCore/Modules/mediastream/SDPProcessor.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamUserMediaClienth">trunk/Source/WebCore/Modules/mediastream/UserMediaClient.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamUserMediaControllerh">trunk/Source/WebCore/Modules/mediastream/UserMediaController.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamUserMediaRequesth">trunk/Source/WebCore/Modules/mediastream/UserMediaRequest.h</a></li>
<li><a href="#trunkSourceWebCoreModulesnavigatorcontentutilsNavigatorContentUtilsClienth">trunk/Source/WebCore/Modules/navigatorcontentutils/NavigatorContentUtilsClient.h</a></li>
<li><a href="#trunkSourceWebCoreModulesnotificationsDOMWindowNotificationsh">trunk/Source/WebCore/Modules/notifications/DOMWindowNotifications.h</a></li>
<li><a href="#trunkSourceWebCoreModulesnotificationsNotificationPermissionCallbackh">trunk/Source/WebCore/Modules/notifications/NotificationPermissionCallback.h</a></li>
<li><a href="#trunkSourceWebCoreModulesproximityDeviceProximityClienth">trunk/Source/WebCore/Modules/proximity/DeviceProximityClient.h</a></li>
<li><a href="#trunkSourceWebCoreModulesproximityDeviceProximityControllerh">trunk/Source/WebCore/Modules/proximity/DeviceProximityController.h</a></li>
<li><a href="#trunkSourceWebCoreModulesproximityDeviceProximityEventh">trunk/Source/WebCore/Modules/proximity/DeviceProximityEvent.h</a></li>
<li><a href="#trunkSourceWebCoreModulesquotaDOMWindowQuotah">trunk/Source/WebCore/Modules/quota/DOMWindowQuota.h</a></li>
<li><a href="#trunkSourceWebCoreModulesquotaNavigatorStorageQuotah">trunk/Source/WebCore/Modules/quota/NavigatorStorageQuota.h</a></li>
<li><a href="#trunkSourceWebCoreModulesquotaStorageErrorCallbackh">trunk/Source/WebCore/Modules/quota/StorageErrorCallback.h</a></li>
<li><a href="#trunkSourceWebCoreModulesquotaStorageInfoh">trunk/Source/WebCore/Modules/quota/StorageInfo.h</a></li>
<li><a href="#trunkSourceWebCoreModulesquotaStorageQuotah">trunk/Source/WebCore/Modules/quota/StorageQuota.h</a></li>
<li><a href="#trunkSourceWebCoreModulesquotaStorageQuotaCallbackh">trunk/Source/WebCore/Modules/quota/StorageQuotaCallback.h</a></li>
<li><a href="#trunkSourceWebCoreModulesquotaStorageUsageCallbackh">trunk/Source/WebCore/Modules/quota/StorageUsageCallback.h</a></li>
<li><a href="#trunkSourceWebCoreModulesquotaWorkerNavigatorStorageQuotah">trunk/Source/WebCore/Modules/quota/WorkerNavigatorStorageQuota.h</a></li>
<li><a href="#trunkSourceWebCoreModulesspeechDOMWindowSpeechSynthesish">trunk/Source/WebCore/Modules/speech/DOMWindowSpeechSynthesis.h</a></li>
<li><a href="#trunkSourceWebCoreModulesspeechSpeechSynthesish">trunk/Source/WebCore/Modules/speech/SpeechSynthesis.h</a></li>
<li><a href="#trunkSourceWebCoreModulesspeechSpeechSynthesisEventh">trunk/Source/WebCore/Modules/speech/SpeechSynthesisEvent.h</a></li>
<li><a href="#trunkSourceWebCoreModulesspeechSpeechSynthesisUtteranceh">trunk/Source/WebCore/Modules/speech/SpeechSynthesisUtterance.h</a></li>
<li><a href="#trunkSourceWebCoreModulesspeechSpeechSynthesisVoiceh">trunk/Source/WebCore/Modules/speech/SpeechSynthesisVoice.h</a></li>
<li><a href="#trunkSourceWebCoreModulesvibrationNavigatorVibrationh">trunk/Source/WebCore/Modules/vibration/NavigatorVibration.h</a></li>
<li><a href="#trunkSourceWebCoreModulesvibrationVibrationh">trunk/Source/WebCore/Modules/vibration/Vibration.h</a></li>
<li><a href="#trunkSourceWebCoreModulesvibrationVibrationClienth">trunk/Source/WebCore/Modules/vibration/VibrationClient.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioAsyncAudioDecoderh">trunk/Source/WebCore/Modules/webaudio/AsyncAudioDecoder.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioAudioBasicProcessorNodeh">trunk/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioAudioBufferCallbackh">trunk/Source/WebCore/Modules/webaudio/AudioBufferCallback.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioAudioDestinationNodeh">trunk/Source/WebCore/Modules/webaudio/AudioDestinationNode.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioAudioListenerh">trunk/Source/WebCore/Modules/webaudio/AudioListener.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioAudioNodeInputh">trunk/Source/WebCore/Modules/webaudio/AudioNodeInput.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioAudioNodeOutputh">trunk/Source/WebCore/Modules/webaudio/AudioNodeOutput.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioAudioParamh">trunk/Source/WebCore/Modules/webaudio/AudioParam.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioAudioParamTimelineh">trunk/Source/WebCore/Modules/webaudio/AudioParamTimeline.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioAudioProcessingEventh">trunk/Source/WebCore/Modules/webaudio/AudioProcessingEvent.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioAudioSummingJunctionh">trunk/Source/WebCore/Modules/webaudio/AudioSummingJunction.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioBiquadDSPKernelh">trunk/Source/WebCore/Modules/webaudio/BiquadDSPKernel.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioBiquadFilterNodeh">trunk/Source/WebCore/Modules/webaudio/BiquadFilterNode.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioBiquadProcessorh">trunk/Source/WebCore/Modules/webaudio/BiquadProcessor.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioChannelMergerNodeh">trunk/Source/WebCore/Modules/webaudio/ChannelMergerNode.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioChannelSplitterNodeh">trunk/Source/WebCore/Modules/webaudio/ChannelSplitterNode.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioDelayDSPKernelh">trunk/Source/WebCore/Modules/webaudio/DelayDSPKernel.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioDelayProcessorh">trunk/Source/WebCore/Modules/webaudio/DelayProcessor.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioDynamicsCompressorNodeh">trunk/Source/WebCore/Modules/webaudio/DynamicsCompressorNode.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioGainNodeh">trunk/Source/WebCore/Modules/webaudio/GainNode.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioMediaElementAudioSourceNodeh">trunk/Source/WebCore/Modules/webaudio/MediaElementAudioSourceNode.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioMediaStreamAudioDestinationNodeh">trunk/Source/WebCore/Modules/webaudio/MediaStreamAudioDestinationNode.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioMediaStreamAudioSourceh">trunk/Source/WebCore/Modules/webaudio/MediaStreamAudioSource.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioMediaStreamAudioSourceNodeh">trunk/Source/WebCore/Modules/webaudio/MediaStreamAudioSourceNode.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioOfflineAudioCompletionEventh">trunk/Source/WebCore/Modules/webaudio/OfflineAudioCompletionEvent.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioOfflineAudioDestinationNodeh">trunk/Source/WebCore/Modules/webaudio/OfflineAudioDestinationNode.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioPannerNodeh">trunk/Source/WebCore/Modules/webaudio/PannerNode.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioPeriodicWaveh">trunk/Source/WebCore/Modules/webaudio/PeriodicWave.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioRealtimeAnalyserh">trunk/Source/WebCore/Modules/webaudio/RealtimeAnalyser.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioScriptProcessorNodeh">trunk/Source/WebCore/Modules/webaudio/ScriptProcessorNode.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioWaveShaperDSPKernelh">trunk/Source/WebCore/Modules/webaudio/WaveShaperDSPKernel.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioWaveShaperProcessorh">trunk/Source/WebCore/Modules/webaudio/WaveShaperProcessor.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseAbstractDatabaseServerh">trunk/Source/WebCore/Modules/webdatabase/AbstractDatabaseServer.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseChangeVersionDatah">trunk/Source/WebCore/Modules/webdatabase/ChangeVersionData.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseChangeVersionWrapperh">trunk/Source/WebCore/Modules/webdatabase/ChangeVersionWrapper.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseh">trunk/Source/WebCore/Modules/webdatabase/Database.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseAuthorizerh">trunk/Source/WebCore/Modules/webdatabase/DatabaseAuthorizer.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseBasicTypesh">trunk/Source/WebCore/Modules/webdatabase/DatabaseBasicTypes.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseCallbackh">trunk/Source/WebCore/Modules/webdatabase/DatabaseCallback.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseContexth">trunk/Source/WebCore/Modules/webdatabase/DatabaseContext.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseDetailsh">trunk/Source/WebCore/Modules/webdatabase/DatabaseDetails.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseErrorh">trunk/Source/WebCore/Modules/webdatabase/DatabaseError.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseManagerh">trunk/Source/WebCore/Modules/webdatabase/DatabaseManager.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseManagerClienth">trunk/Source/WebCore/Modules/webdatabase/DatabaseManagerClient.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseServerh">trunk/Source/WebCore/Modules/webdatabase/DatabaseServer.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseTaskh">trunk/Source/WebCore/Modules/webdatabase/DatabaseTask.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseThreadh">trunk/Source/WebCore/Modules/webdatabase/DatabaseThread.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseTrackerh">trunk/Source/WebCore/Modules/webdatabase/DatabaseTracker.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseOriginLockh">trunk/Source/WebCore/Modules/webdatabase/OriginLock.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLCallbackWrapperh">trunk/Source/WebCore/Modules/webdatabase/SQLCallbackWrapper.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLErrorh">trunk/Source/WebCore/Modules/webdatabase/SQLError.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLExceptionh">trunk/Source/WebCore/Modules/webdatabase/SQLException.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLResultSetRowListh">trunk/Source/WebCore/Modules/webdatabase/SQLResultSetRowList.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLStatementh">trunk/Source/WebCore/Modules/webdatabase/SQLStatement.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLStatementCallbackh">trunk/Source/WebCore/Modules/webdatabase/SQLStatementCallback.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLStatementErrorCallbackh">trunk/Source/WebCore/Modules/webdatabase/SQLStatementErrorCallback.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLTransactionh">trunk/Source/WebCore/Modules/webdatabase/SQLTransaction.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLTransactionBackendh">trunk/Source/WebCore/Modules/webdatabase/SQLTransactionBackend.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLTransactionCallbackh">trunk/Source/WebCore/Modules/webdatabase/SQLTransactionCallback.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLTransactionClienth">trunk/Source/WebCore/Modules/webdatabase/SQLTransactionClient.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLTransactionCoordinatorh">trunk/Source/WebCore/Modules/webdatabase/SQLTransactionCoordinator.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLTransactionErrorCallbackh">trunk/Source/WebCore/Modules/webdatabase/SQLTransactionErrorCallback.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLTransactionStateh">trunk/Source/WebCore/Modules/webdatabase/SQLTransactionState.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLTransactionStateMachineh">trunk/Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebsocketsCloseEventh">trunk/Source/WebCore/Modules/websockets/CloseEvent.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebsocketsWebSocketDeflateFramerh">trunk/Source/WebCore/Modules/websockets/WebSocketDeflateFramer.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebsocketsWebSocketDeflaterh">trunk/Source/WebCore/Modules/websockets/WebSocketDeflater.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebsocketsWebSocketExtensionDispatcherh">trunk/Source/WebCore/Modules/websockets/WebSocketExtensionDispatcher.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebsocketsWebSocketExtensionParserh">trunk/Source/WebCore/Modules/websockets/WebSocketExtensionParser.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebsocketsWebSocketExtensionProcessorh">trunk/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebsocketsWebSocketFrameh">trunk/Source/WebCore/Modules/websockets/WebSocketFrame.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebsocketsWebSocketHandshakeh">trunk/Source/WebCore/Modules/websockets/WebSocketHandshake.h</a></li>
<li><a href="#trunkSourceWebCorecryptoCommonCryptoUtilitiesh">trunk/Source/WebCore/crypto/CommonCryptoUtilities.h</a></li>
<li><a href="#trunkSourceWebCorecryptoCryptoAlgorithmh">trunk/Source/WebCore/crypto/CryptoAlgorithm.h</a></li>
<li><a href="#trunkSourceWebCorecryptoCryptoAlgorithmIdentifierh">trunk/Source/WebCore/crypto/CryptoAlgorithmIdentifier.h</a></li>
<li><a href="#trunkSourceWebCorecryptoCryptoAlgorithmRegistryh">trunk/Source/WebCore/crypto/CryptoAlgorithmRegistry.h</a></li>
<li><a href="#trunkSourceWebCorecryptoCryptoKeyh">trunk/Source/WebCore/crypto/CryptoKey.h</a></li>
<li><a href="#trunkSourceWebCorecryptoCryptoKeyDatah">trunk/Source/WebCore/crypto/CryptoKeyData.h</a></li>
<li><a href="#trunkSourceWebCorecryptoCryptoKeyPairh">trunk/Source/WebCore/crypto/CryptoKeyPair.h</a></li>
<li><a href="#trunkSourceWebCorecryptoCryptoKeySerializationh">trunk/Source/WebCore/crypto/CryptoKeySerialization.h</a></li>
<li><a href="#trunkSourceWebCorecryptoCryptoKeyTypeh">trunk/Source/WebCore/crypto/CryptoKeyType.h</a></li>
<li><a href="#trunkSourceWebCorecryptoCryptoKeyUsageh">trunk/Source/WebCore/crypto/CryptoKeyUsage.h</a></li>
<li><a href="#trunkSourceWebCorecryptoSerializedCryptoKeyWraph">trunk/Source/WebCore/crypto/SerializedCryptoKeyWrap.h</a></li>
<li><a href="#trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmAES_CBCh">trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_CBC.h</a></li>
<li><a href="#trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmAES_KWh">trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_KW.h</a></li>
<li><a href="#trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmHMACh">trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmHMAC.h</a></li>
<li><a href="#trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmRSAES_PKCS1_v1_5h">trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSAES_PKCS1_v1_5.h</a></li>
<li><a href="#trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmRSASSA_PKCS1_v1_5h">trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSASSA_PKCS1_v1_5.h</a></li>
<li><a href="#trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmRSA_OAEPh">trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSA_OAEP.h</a></li>
<li><a href="#trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmSHA1h">trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmSHA1.h</a></li>
<li><a href="#trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmSHA224h">trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmSHA224.h</a></li>
<li><a href="#trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmSHA256h">trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmSHA256.h</a></li>
<li><a href="#trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmSHA384h">trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmSHA384.h</a></li>
<li><a href="#trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmSHA512h">trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmSHA512.h</a></li>
<li><a href="#trunkSourceWebCorecryptokeysCryptoKeyAESh">trunk/Source/WebCore/crypto/keys/CryptoKeyAES.h</a></li>
<li><a href="#trunkSourceWebCorecryptokeysCryptoKeyDataOctetSequenceh">trunk/Source/WebCore/crypto/keys/CryptoKeyDataOctetSequence.h</a></li>
<li><a href="#trunkSourceWebCorecryptokeysCryptoKeyDataRSAComponentsh">trunk/Source/WebCore/crypto/keys/CryptoKeyDataRSAComponents.h</a></li>
<li><a href="#trunkSourceWebCorecryptokeysCryptoKeyHMACh">trunk/Source/WebCore/crypto/keys/CryptoKeyHMAC.h</a></li>
<li><a href="#trunkSourceWebCorecryptokeysCryptoKeyRSAh">trunk/Source/WebCore/crypto/keys/CryptoKeyRSA.h</a></li>
<li><a href="#trunkSourceWebCorecryptokeysCryptoKeySerializationRawh">trunk/Source/WebCore/crypto/keys/CryptoKeySerializationRaw.h</a></li>
<li><a href="#trunkSourceWebCorecssjitFunctionCallh">trunk/Source/WebCore/cssjit/FunctionCall.h</a></li>
<li><a href="#trunkSourceWebCorecssjitRegisterAllocatorh">trunk/Source/WebCore/cssjit/RegisterAllocator.h</a></li>
<li><a href="#trunkSourceWebCorecssjitSelectorCompilerh">trunk/Source/WebCore/cssjit/SelectorCompiler.h</a></li>
<li><a href="#trunkSourceWebCorecssjitStackAllocatorh">trunk/Source/WebCore/cssjit/StackAllocator.h</a></li>
<li><a href="#trunkSourceWebCoreeditingAlternativeTextControllerh">trunk/Source/WebCore/editing/AlternativeTextController.h</a></li>
<li><a href="#trunkSourceWebCoreeditingAppendNodeCommandh">trunk/Source/WebCore/editing/AppendNodeCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingApplyBlockElementCommandh">trunk/Source/WebCore/editing/ApplyBlockElementCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingApplyStyleCommandh">trunk/Source/WebCore/editing/ApplyStyleCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingBreakBlockquoteCommandh">trunk/Source/WebCore/editing/BreakBlockquoteCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingCompositeEditCommandh">trunk/Source/WebCore/editing/CompositeEditCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingCreateLinkCommandh">trunk/Source/WebCore/editing/CreateLinkCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingDeleteFromTextNodeCommandh">trunk/Source/WebCore/editing/DeleteFromTextNodeCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingDeleteSelectionCommandh">trunk/Source/WebCore/editing/DeleteSelectionCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingDictationAlternativeh">trunk/Source/WebCore/editing/DictationAlternative.h</a></li>
<li><a href="#trunkSourceWebCoreeditingDictationCommandh">trunk/Source/WebCore/editing/DictationCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingDictionaryPopupInfoh">trunk/Source/WebCore/editing/DictionaryPopupInfo.h</a></li>
<li><a href="#trunkSourceWebCoreeditingEditActionh">trunk/Source/WebCore/editing/EditAction.h</a></li>
<li><a href="#trunkSourceWebCoreeditingEditCommandh">trunk/Source/WebCore/editing/EditCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingEditingBehaviorh">trunk/Source/WebCore/editing/EditingBehavior.h</a></li>
<li><a href="#trunkSourceWebCoreeditingEditingBehaviorTypesh">trunk/Source/WebCore/editing/EditingBehaviorTypes.h</a></li>
<li><a href="#trunkSourceWebCoreeditingEditingBoundaryh">trunk/Source/WebCore/editing/EditingBoundary.h</a></li>
<li><a href="#trunkSourceWebCoreeditingEditorDeleteActionh">trunk/Source/WebCore/editing/EditorDeleteAction.h</a></li>
<li><a href="#trunkSourceWebCoreeditingEditorInsertActionh">trunk/Source/WebCore/editing/EditorInsertAction.h</a></li>
<li><a href="#trunkSourceWebCoreeditingFindOptionsh">trunk/Source/WebCore/editing/FindOptions.h</a></li>
<li><a href="#trunkSourceWebCoreeditingFormatBlockCommandh">trunk/Source/WebCore/editing/FormatBlockCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingFrameSelectioncpp">trunk/Source/WebCore/editing/FrameSelection.cpp</a></li>
<li><a href="#trunkSourceWebCoreeditingHTMLInterchangeh">trunk/Source/WebCore/editing/HTMLInterchange.h</a></li>
<li><a href="#trunkSourceWebCoreeditingIndentOutdentCommandh">trunk/Source/WebCore/editing/IndentOutdentCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingInsertIntoTextNodeCommandh">trunk/Source/WebCore/editing/InsertIntoTextNodeCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingInsertLineBreakCommandh">trunk/Source/WebCore/editing/InsertLineBreakCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingInsertListCommandh">trunk/Source/WebCore/editing/InsertListCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingInsertNodeBeforeCommandh">trunk/Source/WebCore/editing/InsertNodeBeforeCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingInsertParagraphSeparatorCommandh">trunk/Source/WebCore/editing/InsertParagraphSeparatorCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingInsertTextCommandh">trunk/Source/WebCore/editing/InsertTextCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingMarkupAccumulatorh">trunk/Source/WebCore/editing/MarkupAccumulator.h</a></li>
<li><a href="#trunkSourceWebCoreeditingMergeIdenticalElementsCommandh">trunk/Source/WebCore/editing/MergeIdenticalElementsCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingModifySelectionListLevelh">trunk/Source/WebCore/editing/ModifySelectionListLevel.h</a></li>
<li><a href="#trunkSourceWebCoreeditingMoveSelectionCommandh">trunk/Source/WebCore/editing/MoveSelectionCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingRemoveCSSPropertyCommandh">trunk/Source/WebCore/editing/RemoveCSSPropertyCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingRemoveFormatCommandh">trunk/Source/WebCore/editing/RemoveFormatCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingRemoveNodeCommandh">trunk/Source/WebCore/editing/RemoveNodeCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingRemoveNodePreservingChildrenCommandh">trunk/Source/WebCore/editing/RemoveNodePreservingChildrenCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingRenderedPositionh">trunk/Source/WebCore/editing/RenderedPosition.h</a></li>
<li><a href="#trunkSourceWebCoreeditingReplaceNodeWithSpanCommandh">trunk/Source/WebCore/editing/ReplaceNodeWithSpanCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingReplaceSelectionCommandh">trunk/Source/WebCore/editing/ReplaceSelectionCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingSelectionRectGathererh">trunk/Source/WebCore/editing/SelectionRectGatherer.h</a></li>
<li><a href="#trunkSourceWebCoreeditingSetNodeAttributeCommandh">trunk/Source/WebCore/editing/SetNodeAttributeCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingSetSelectionCommandh">trunk/Source/WebCore/editing/SetSelectionCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingSimplifyMarkupCommandh">trunk/Source/WebCore/editing/SimplifyMarkupCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingSmartReplaceh">trunk/Source/WebCore/editing/SmartReplace.h</a></li>
<li><a href="#trunkSourceWebCoreeditingSpellCheckerh">trunk/Source/WebCore/editing/SpellChecker.h</a></li>
<li><a href="#trunkSourceWebCoreeditingSpellingCorrectionCommandh">trunk/Source/WebCore/editing/SpellingCorrectionCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingSplitElementCommandh">trunk/Source/WebCore/editing/SplitElementCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingSplitTextNodeCommandh">trunk/Source/WebCore/editing/SplitTextNodeCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingSplitTextNodeContainingElementCommandh">trunk/Source/WebCore/editing/SplitTextNodeContainingElementCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingSurroundingTexth">trunk/Source/WebCore/editing/SurroundingText.h</a></li>
<li><a href="#trunkSourceWebCoreeditingTextAffinityh">trunk/Source/WebCore/editing/TextAffinity.h</a></li>
<li><a href="#trunkSourceWebCoreeditingTextGranularityh">trunk/Source/WebCore/editing/TextGranularity.h</a></li>
<li><a href="#trunkSourceWebCoreeditingTextInsertionBaseCommandh">trunk/Source/WebCore/editing/TextInsertionBaseCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingTextIteratorh">trunk/Source/WebCore/editing/TextIterator.h</a></li>
<li><a href="#trunkSourceWebCoreeditingTextIteratorBehaviorh">trunk/Source/WebCore/editing/TextIteratorBehavior.h</a></li>
<li><a href="#trunkSourceWebCoreeditingTypingCommandh">trunk/Source/WebCore/editing/TypingCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingUndoSteph">trunk/Source/WebCore/editing/UndoStep.h</a></li>
<li><a href="#trunkSourceWebCoreeditingUnlinkCommandh">trunk/Source/WebCore/editing/UnlinkCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingVisiblePositionh">trunk/Source/WebCore/editing/VisiblePosition.h</a></li>
<li><a href="#trunkSourceWebCoreeditingVisibleSelectionh">trunk/Source/WebCore/editing/VisibleSelection.h</a></li>
<li><a href="#trunkSourceWebCoreeditingVisibleUnitsh">trunk/Source/WebCore/editing/VisibleUnits.h</a></li>
<li><a href="#trunkSourceWebCoreeditingWrapContentsInDummySpanCommandh">trunk/Source/WebCore/editing/WrapContentsInDummySpanCommand.h</a></li>
<li><a href="#trunkSourceWebCoreeditingcocoaDataDetectionh">trunk/Source/WebCore/editing/cocoa/DataDetection.h</a></li>
<li><a href="#trunkSourceWebCoreeditingcocoaHTMLConverterh">trunk/Source/WebCore/editing/cocoa/HTMLConverter.h</a></li>
<li><a href="#trunkSourceWebCoreeditingmacAlternativeTextUIControllerh">trunk/Source/WebCore/editing/mac/AlternativeTextUIController.h</a></li>
<li><a href="#trunkSourceWebCoreeditingmacDictionaryLookuph">trunk/Source/WebCore/editing/mac/DictionaryLookup.h</a></li>
<li><a href="#trunkSourceWebCoreeditingmacTextAlternativeWithRangeh">trunk/Source/WebCore/editing/mac/TextAlternativeWithRange.h</a></li>
<li><a href="#trunkSourceWebCoreeditingmacTextUndoInsertionMarkupMach">trunk/Source/WebCore/editing/mac/TextUndoInsertionMarkupMac.h</a></li>
<li><a href="#trunkSourceWebCorefileapiAsyncFileStreamh">trunk/Source/WebCore/fileapi/AsyncFileStream.h</a></li>
<li><a href="#trunkSourceWebCorefileapiBlobh">trunk/Source/WebCore/fileapi/Blob.h</a></li>
<li><a href="#trunkSourceWebCorefileapiBlobURLh">trunk/Source/WebCore/fileapi/BlobURL.h</a></li>
<li><a href="#trunkSourceWebCorefileapiFileErrorh">trunk/Source/WebCore/fileapi/FileError.h</a></li>
<li><a href="#trunkSourceWebCorefileapiFileExceptionh">trunk/Source/WebCore/fileapi/FileException.h</a></li>
<li><a href="#trunkSourceWebCorefileapiFileReaderLoaderh">trunk/Source/WebCore/fileapi/FileReaderLoader.h</a></li>
<li><a href="#trunkSourceWebCorefileapiFileReaderLoaderClienth">trunk/Source/WebCore/fileapi/FileReaderLoaderClient.h</a></li>
<li><a href="#trunkSourceWebCorefileapiWebKitBlobBuilderh">trunk/Source/WebCore/fileapi/WebKitBlobBuilder.h</a></li>
<li><a href="#trunkSourceWebCorehistoryBackForwardControllerh">trunk/Source/WebCore/history/BackForwardController.h</a></li>
<li><a href="#trunkSourceWebCorehistoryCachedFrameh">trunk/Source/WebCore/history/CachedFrame.h</a></li>
<li><a href="#trunkSourceWebCorehistoryCachedFramePlatformDatah">trunk/Source/WebCore/history/CachedFramePlatformData.h</a></li>
<li><a href="#trunkSourceWebCorehistoryCachedPageh">trunk/Source/WebCore/history/CachedPage.h</a></li>
<li><a href="#trunkSourceWebCorehistoryHistoryItemh">trunk/Source/WebCore/history/HistoryItem.h</a></li>
<li><a href="#trunkSourceWebCorehistoryPageCacheh">trunk/Source/WebCore/history/PageCache.h</a></li>
<li><a href="#trunkSourceWebCoreloaderCookieJarh">trunk/Source/WebCore/loader/CookieJar.h</a></li>
<li><a href="#trunkSourceWebCoreloaderCrossOriginAccessControlh">trunk/Source/WebCore/loader/CrossOriginAccessControl.h</a></li>
<li><a href="#trunkSourceWebCoreloaderCrossOriginPreflightResultCacheh">trunk/Source/WebCore/loader/CrossOriginPreflightResultCache.h</a></li>
<li><a href="#trunkSourceWebCoreloaderDocumentWriterh">trunk/Source/WebCore/loader/DocumentWriter.h</a></li>
<li><a href="#trunkSourceWebCoreloaderFTPDirectoryParserh">trunk/Source/WebCore/loader/FTPDirectoryParser.h</a></li>
<li><a href="#trunkSourceWebCoreloaderFormStateh">trunk/Source/WebCore/loader/FormState.h</a></li>
<li><a href="#trunkSourceWebCoreloaderFormSubmissionh">trunk/Source/WebCore/loader/FormSubmission.h</a></li>
<li><a href="#trunkSourceWebCoreloaderFrameLoadRequesth">trunk/Source/WebCore/loader/FrameLoadRequest.h</a></li>
<li><a href="#trunkSourceWebCoreloaderFrameLoaderStateMachineh">trunk/Source/WebCore/loader/FrameLoaderStateMachine.h</a></li>
<li><a href="#trunkSourceWebCoreloaderHistoryControllerh">trunk/Source/WebCore/loader/HistoryController.h</a></li>
<li><a href="#trunkSourceWebCoreloaderLinkLoaderClienth">trunk/Source/WebCore/loader/LinkLoaderClient.h</a></li>
<li><a href="#trunkSourceWebCoreloaderLoaderStrategyh">trunk/Source/WebCore/loader/LoaderStrategy.h</a></li>
<li><a href="#trunkSourceWebCoreloaderMediaResourceLoaderh">trunk/Source/WebCore/loader/MediaResourceLoader.h</a></li>
<li><a href="#trunkSourceWebCoreloaderMixedContentCheckerh">trunk/Source/WebCore/loader/MixedContentChecker.h</a></li>
<li><a href="#trunkSourceWebCoreloaderNavigationActionh">trunk/Source/WebCore/loader/NavigationAction.h</a></li>
<li><a href="#trunkSourceWebCoreloaderPingLoaderh">trunk/Source/WebCore/loader/PingLoader.h</a></li>
<li><a href="#trunkSourceWebCoreloaderPolicyCallbackh">trunk/Source/WebCore/loader/PolicyCallback.h</a></li>
<li><a href="#trunkSourceWebCoreloaderPolicyCheckerh">trunk/Source/WebCore/loader/PolicyChecker.h</a></li>
<li><a href="#trunkSourceWebCoreloaderProgressTrackerh">trunk/Source/WebCore/loader/ProgressTracker.h</a></li>
<li><a href="#trunkSourceWebCoreloaderProgressTrackerClienth">trunk/Source/WebCore/loader/ProgressTrackerClient.h</a></li>
<li><a href="#trunkSourceWebCoreloaderResourceLoadInfoh">trunk/Source/WebCore/loader/ResourceLoadInfo.h</a></li>
<li><a href="#trunkSourceWebCoreloaderResourceLoadNotifierh">trunk/Source/WebCore/loader/ResourceLoadNotifier.h</a></li>
<li><a href="#trunkSourceWebCoreloaderResourceLoadObserverh">trunk/Source/WebCore/loader/ResourceLoadObserver.h</a></li>
<li><a href="#trunkSourceWebCoreloaderResourceLoadStatisticsh">trunk/Source/WebCore/loader/ResourceLoadStatistics.h</a></li>
<li><a href="#trunkSourceWebCoreloaderResourceLoadStatisticsStorecpp">trunk/Source/WebCore/loader/ResourceLoadStatisticsStore.cpp</a></li>
<li><a href="#trunkSourceWebCoreloaderResourceLoadStatisticsStoreh">trunk/Source/WebCore/loader/ResourceLoadStatisticsStore.h</a></li>
<li><a href="#trunkSourceWebCoreloaderResourceLoaderh">trunk/Source/WebCore/loader/ResourceLoader.h</a></li>
<li><a href="#trunkSourceWebCoreloaderResourceLoaderTypesh">trunk/Source/WebCore/loader/ResourceLoaderTypes.h</a></li>
<li><a href="#trunkSourceWebCoreloaderSinkDocumenth">trunk/Source/WebCore/loader/SinkDocument.h</a></li>
<li><a href="#trunkSourceWebCoreloaderSubframeLoaderh">trunk/Source/WebCore/loader/SubframeLoader.h</a></li>
<li><a href="#trunkSourceWebCoreloaderSubstituteDatah">trunk/Source/WebCore/loader/SubstituteData.h</a></li>
<li><a href="#trunkSourceWebCoreloaderSubstituteResourceh">trunk/Source/WebCore/loader/SubstituteResource.h</a></li>
<li><a href="#trunkSourceWebCoreloaderTextResourceDecoderh">trunk/Source/WebCore/loader/TextResourceDecoder.h</a></li>
<li><a href="#trunkSourceWebCoreloaderTextTrackLoaderh">trunk/Source/WebCore/loader/TextTrackLoader.h</a></li>
<li><a href="#trunkSourceWebCoreloaderThreadableLoaderh">trunk/Source/WebCore/loader/ThreadableLoader.h</a></li>
<li><a href="#trunkSourceWebCoreloaderThreadableLoaderClienth">trunk/Source/WebCore/loader/ThreadableLoaderClient.h</a></li>
<li><a href="#trunkSourceWebCoreloaderThreadableLoaderClientWrapperh">trunk/Source/WebCore/loader/ThreadableLoaderClientWrapper.h</a></li>
<li><a href="#trunkSourceWebCoreloaderWorkerThreadableLoaderh">trunk/Source/WebCore/loader/WorkerThreadableLoader.h</a></li>
<li><a href="#trunkSourceWebCoreloaderappcacheApplicationCacheh">trunk/Source/WebCore/loader/appcache/ApplicationCache.h</a></li>
<li><a href="#trunkSourceWebCoreloaderappcacheApplicationCacheGrouph">trunk/Source/WebCore/loader/appcache/ApplicationCacheGroup.h</a></li>
<li><a href="#trunkSourceWebCoreloaderappcacheApplicationCacheHosth">trunk/Source/WebCore/loader/appcache/ApplicationCacheHost.h</a></li>
<li><a href="#trunkSourceWebCoreloaderappcacheApplicationCacheResourceh">trunk/Source/WebCore/loader/appcache/ApplicationCacheResource.h</a></li>
<li><a href="#trunkSourceWebCoreloaderappcacheApplicationCacheStorageh">trunk/Source/WebCore/loader/appcache/ApplicationCacheStorage.h</a></li>
<li><a href="#trunkSourceWebCoreloaderappcacheManifestParserh">trunk/Source/WebCore/loader/appcache/ManifestParser.h</a></li>
<li><a href="#trunkSourceWebCoreloaderarchiveArchiveh">trunk/Source/WebCore/loader/archive/Archive.h</a></li>
<li><a href="#trunkSourceWebCoreloaderarchiveArchiveFactoryh">trunk/Source/WebCore/loader/archive/ArchiveFactory.h</a></li>
<li><a href="#trunkSourceWebCoreloaderarchiveArchiveResourceh">trunk/Source/WebCore/loader/archive/ArchiveResource.h</a></li>
<li><a href="#trunkSourceWebCoreloaderarchiveArchiveResourceCollectionh">trunk/Source/WebCore/loader/archive/ArchiveResourceCollection.h</a></li>
<li><a href="#trunkSourceWebCoreloaderarchivecfLegacyWebArchiveh">trunk/Source/WebCore/loader/archive/cf/LegacyWebArchive.h</a></li>
<li><a href="#trunkSourceWebCoreloaderarchivemhtmlMHTMLArchiveh">trunk/Source/WebCore/loader/archive/mhtml/MHTMLArchive.h</a></li>
<li><a href="#trunkSourceWebCoreloaderarchivemhtmlMHTMLParserh">trunk/Source/WebCore/loader/archive/mhtml/MHTMLParser.h</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachePolicyh">trunk/Source/WebCore/loader/cache/CachePolicy.h</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachedCSSStyleSheeth">trunk/Source/WebCore/loader/cache/CachedCSSStyleSheet.h</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachedFonth">trunk/Source/WebCore/loader/cache/CachedFont.h</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachedFontClienth">trunk/Source/WebCore/loader/cache/CachedFontClient.h</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachedImageh">trunk/Source/WebCore/loader/cache/CachedImage.h</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachedImageClienth">trunk/Source/WebCore/loader/cache/CachedImageClient.h</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachedRawResourceh">trunk/Source/WebCore/loader/cache/CachedRawResource.h</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachedResourceClientWalkerh">trunk/Source/WebCore/loader/cache/CachedResourceClientWalker.h</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachedResourceHandleh">trunk/Source/WebCore/loader/cache/CachedResourceHandle.h</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachedResourceLoaderh">trunk/Source/WebCore/loader/cache/CachedResourceLoader.h</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachedResourceRequesth">trunk/Source/WebCore/loader/cache/CachedResourceRequest.h</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachedResourceRequestInitiatorsh">trunk/Source/WebCore/loader/cache/CachedResourceRequestInitiators.h</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachedSVGDocumenth">trunk/Source/WebCore/loader/cache/CachedSVGDocument.h</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachedSVGDocumentClienth">trunk/Source/WebCore/loader/cache/CachedSVGDocumentClient.h</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachedSVGDocumentReferenceh">trunk/Source/WebCore/loader/cache/CachedSVGDocumentReference.h</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachedSVGFonth">trunk/Source/WebCore/loader/cache/CachedSVGFont.h</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachedScripth">trunk/Source/WebCore/loader/cache/CachedScript.h</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachedStyleSheetClienth">trunk/Source/WebCore/loader/cache/CachedStyleSheetClient.h</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachedTextTrackh">trunk/Source/WebCore/loader/cache/CachedTextTrack.h</a></li>
<li><a href="#trunkSourceWebCoreloadercacheMemoryCacheh">trunk/Source/WebCore/loader/cache/MemoryCache.h</a></li>
<li><a href="#trunkSourceWebCoreloadercocoaDiskCacheMonitorh">trunk/Source/WebCore/loader/cocoa/DiskCacheMonitor.h</a></li>
<li><a href="#trunkSourceWebCoreloadercocoaDiskCacheMonitorCocoah">trunk/Source/WebCore/loader/cocoa/DiskCacheMonitorCocoa.h</a></li>
<li><a href="#trunkSourceWebCoreloadericonIconControllerh">trunk/Source/WebCore/loader/icon/IconController.h</a></li>
<li><a href="#trunkSourceWebCoreloadericonIconDatabaseh">trunk/Source/WebCore/loader/icon/IconDatabase.h</a></li>
<li><a href="#trunkSourceWebCoreloadericonIconDatabaseBaseh">trunk/Source/WebCore/loader/icon/IconDatabaseBase.h</a></li>
<li><a href="#trunkSourceWebCoreloadericonIconDatabaseClienth">trunk/Source/WebCore/loader/icon/IconDatabaseClient.h</a></li>
<li><a href="#trunkSourceWebCoreloadericonIconRecordh">trunk/Source/WebCore/loader/icon/IconRecord.h</a></li>
<li><a href="#trunkSourceWebCoreloadericonPageURLRecordh">trunk/Source/WebCore/loader/icon/PageURLRecord.h</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLUnknownElementh">trunk/Source/WebCore/mathml/MathMLUnknownElement.h</a></li>
<li><a href="#trunkSourceWebCorepageWheelEventTestTriggerh">trunk/Source/WebCore/page/WheelEventTestTrigger.h</a></li>
<li><a href="#trunkSourceWebCorepageWindowFeaturesh">trunk/Source/WebCore/page/WindowFeatures.h</a></li>
<li><a href="#trunkSourceWebCorepageWindowFocusAllowedIndicatorh">trunk/Source/WebCore/page/WindowFocusAllowedIndicator.h</a></li>
<li><a href="#trunkSourceWebCorepageanimationAnimationBaseh">trunk/Source/WebCore/page/animation/AnimationBase.h</a></li>
<li><a href="#trunkSourceWebCorepageanimationAnimationControllerh">trunk/Source/WebCore/page/animation/AnimationController.h</a></li>
<li><a href="#trunkSourceWebCorepageanimationAnimationControllerPrivateh">trunk/Source/WebCore/page/animation/AnimationControllerPrivate.h</a></li>
<li><a href="#trunkSourceWebCorepageanimationCSSPropertyAnimationh">trunk/Source/WebCore/page/animation/CSSPropertyAnimation.h</a></li>
<li><a href="#trunkSourceWebCorepageanimationCompositeAnimationh">trunk/Source/WebCore/page/animation/CompositeAnimation.h</a></li>
<li><a href="#trunkSourceWebCorepageanimationImplicitAnimationh">trunk/Source/WebCore/page/animation/ImplicitAnimation.h</a></li>
<li><a href="#trunkSourceWebCorepageanimationKeyframeAnimationh">trunk/Source/WebCore/page/animation/KeyframeAnimation.h</a></li>
<li><a href="#trunkSourceWebCorepagecspContentSecurityPolicyDirectiveh">trunk/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h</a></li>
<li><a href="#trunkSourceWebCorepagecspContentSecurityPolicyHashh">trunk/Source/WebCore/page/csp/ContentSecurityPolicyHash.h</a></li>
<li><a href="#trunkSourceWebCorepagecspContentSecurityPolicyMediaListDirectiveh">trunk/Source/WebCore/page/csp/ContentSecurityPolicyMediaListDirective.h</a></li>
<li><a href="#trunkSourceWebCorepagecspContentSecurityPolicyResponseHeadersh">trunk/Source/WebCore/page/csp/ContentSecurityPolicyResponseHeaders.h</a></li>
<li><a href="#trunkSourceWebCorepagecspContentSecurityPolicySourceListDirectiveh">trunk/Source/WebCore/page/csp/ContentSecurityPolicySourceListDirective.h</a></li>
<li><a href="#trunkSourceWebCorepagemake_settingspl">trunk/Source/WebCore/page/make_settings.pl</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLBlockh">trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.h</a></li>
<li><a href="#trunkSourceWebCorereplayAllReplayInputsh">trunk/Source/WebCore/replay/AllReplayInputs.h</a></li>
<li><a href="#trunkSourceWebCorereplayCapturingInputCursorh">trunk/Source/WebCore/replay/CapturingInputCursor.h</a></li>
<li><a href="#trunkSourceWebCorereplayEventLoopInputh">trunk/Source/WebCore/replay/EventLoopInput.h</a></li>
<li><a href="#trunkSourceWebCorereplayEventLoopInputDispatcherh">trunk/Source/WebCore/replay/EventLoopInputDispatcher.h</a></li>
<li><a href="#trunkSourceWebCorereplayFunctorInputCursorh">trunk/Source/WebCore/replay/FunctorInputCursor.h</a></li>
<li><a href="#trunkSourceWebCorereplayMemoizedDOMResulth">trunk/Source/WebCore/replay/MemoizedDOMResult.h</a></li>
<li><a href="#trunkSourceWebCorereplayReplayControllerh">trunk/Source/WebCore/replay/ReplayController.h</a></li>
<li><a href="#trunkSourceWebCorereplayReplaySessionh">trunk/Source/WebCore/replay/ReplaySession.h</a></li>
<li><a href="#trunkSourceWebCorereplayReplaySessionSegmenth">trunk/Source/WebCore/replay/ReplaySessionSegment.h</a></li>
<li><a href="#trunkSourceWebCorereplayReplayingInputCursorh">trunk/Source/WebCore/replay/ReplayingInputCursor.h</a></li>
<li><a href="#trunkSourceWebCorereplaySegmentedInputStorageh">trunk/Source/WebCore/replay/SegmentedInputStorage.h</a></li>
<li><a href="#trunkSourceWebCorereplaySerializationMethodsh">trunk/Source/WebCore/replay/SerializationMethods.h</a></li>
<li><a href="#trunkSourceWebCorereplayUserInputBridgeh">trunk/Source/WebCore/replay/UserInputBridge.h</a></li>
<li><a href="#trunkSourceWebCorestorageStorageAreah">trunk/Source/WebCore/storage/StorageArea.h</a></li>
<li><a href="#trunkSourceWebCorestorageStorageEventh">trunk/Source/WebCore/storage/StorageEvent.h</a></li>
<li><a href="#trunkSourceWebCorestorageStorageEventDispatcherh">trunk/Source/WebCore/storage/StorageEventDispatcher.h</a></li>
<li><a href="#trunkSourceWebCorestorageStorageMaph">trunk/Source/WebCore/storage/StorageMap.h</a></li>
<li><a href="#trunkSourceWebCorestorageStorageNamespaceh">trunk/Source/WebCore/storage/StorageNamespace.h</a></li>
<li><a href="#trunkSourceWebCorestorageStorageNamespaceProviderh">trunk/Source/WebCore/storage/StorageNamespaceProvider.h</a></li>
<li><a href="#trunkSourceWebCorexmlNativeXPathNSResolverh">trunk/Source/WebCore/xml/NativeXPathNSResolver.h</a></li>
<li><a href="#trunkSourceWebCorexmlXMLErrorsh">trunk/Source/WebCore/xml/XMLErrors.h</a></li>
<li><a href="#trunkSourceWebCorexmlXMLHttpRequestEventTargeth">trunk/Source/WebCore/xml/XMLHttpRequestEventTarget.h</a></li>
<li><a href="#trunkSourceWebCorexmlXMLHttpRequestProgressEventh">trunk/Source/WebCore/xml/XMLHttpRequestProgressEvent.h</a></li>
<li><a href="#trunkSourceWebCorexmlXMLHttpRequestProgressEventThrottleh">trunk/Source/WebCore/xml/XMLHttpRequestProgressEventThrottle.h</a></li>
<li><a href="#trunkSourceWebCorexmlXMLHttpRequestUploadh">trunk/Source/WebCore/xml/XMLHttpRequestUpload.h</a></li>
<li><a href="#trunkSourceWebCorexmlXMLSerializerh">trunk/Source/WebCore/xml/XMLSerializer.h</a></li>
<li><a href="#trunkSourceWebCorexmlXMLTreeViewerh">trunk/Source/WebCore/xml/XMLTreeViewer.h</a></li>
<li><a href="#trunkSourceWebCorexmlXPathExceptionh">trunk/Source/WebCore/xml/XPathException.h</a></li>
<li><a href="#trunkSourceWebCorexmlXPathExpressionNodeh">trunk/Source/WebCore/xml/XPathExpressionNode.h</a></li>
<li><a href="#trunkSourceWebCorexmlXPathFunctionsh">trunk/Source/WebCore/xml/XPathFunctions.h</a></li>
<li><a href="#trunkSourceWebCorexmlXPathNodeSeth">trunk/Source/WebCore/xml/XPathNodeSet.h</a></li>
<li><a href="#trunkSourceWebCorexmlXPathPathh">trunk/Source/WebCore/xml/XPathPath.h</a></li>
<li><a href="#trunkSourceWebCorexmlXPathPredicateh">trunk/Source/WebCore/xml/XPathPredicate.h</a></li>
<li><a href="#trunkSourceWebCorexmlXPathSteph">trunk/Source/WebCore/xml/XPathStep.h</a></li>
<li><a href="#trunkSourceWebCorexmlXPathUtilh">trunk/Source/WebCore/xml/XPathUtil.h</a></li>
<li><a href="#trunkSourceWebCorexmlXPathValueh">trunk/Source/WebCore/xml/XPathValue.h</a></li>
<li><a href="#trunkSourceWebCorexmlXPathVariableReferenceh">trunk/Source/WebCore/xml/XPathVariableReference.h</a></li>
<li><a href="#trunkSourceWebCorexmlXSLImportRuleh">trunk/Source/WebCore/xml/XSLImportRule.h</a></li>
<li><a href="#trunkSourceWebCorexmlXSLStyleSheeth">trunk/Source/WebCore/xml/XSLStyleSheet.h</a></li>
<li><a href="#trunkSourceWebCorexmlXSLTExtensionsh">trunk/Source/WebCore/xml/XSLTExtensions.h</a></li>
<li><a href="#trunkSourceWebCorexmlXSLTProcessorh">trunk/Source/WebCore/xml/XSLTProcessor.h</a></li>
<li><a href="#trunkSourceWebCorexmlXSLTUnicodeSorth">trunk/Source/WebCore/xml/XSLTUnicodeSort.h</a></li>
<li><a href="#trunkSourceWebCorexmlparserCharacterReferenceParserInlinesh">trunk/Source/WebCore/xml/parser/CharacterReferenceParserInlines.h</a></li>
<li><a href="#trunkSourceWebCorexmlparserMarkupTokenizerInlinesh">trunk/Source/WebCore/xml/parser/MarkupTokenizerInlines.h</a></li>
<li><a href="#trunkSourceWebCorexmlparserXMLDocumentParserh">trunk/Source/WebCore/xml/parser/XMLDocumentParser.h</a></li>
<li><a href="#trunkSourceWebCorexmlparserXMLDocumentParserScopeh">trunk/Source/WebCore/xml/parser/XMLDocumentParserScope.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/ChangeLog        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -1,3 +1,27 @@
</span><ins>+2016-11-12  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Use #pragma once in WebCore
+        https://bugs.webkit.org/show_bug.cgi?id=164373
+
+        Reviewed by Darin Adler.
+
+        * Modules/*.h:
+        * crypto/*.h:
+        * cssjit/*.h:
+        * editing/*.h:
+        * fileapi/*.h:
+        * history/*.h:
+        * loader/*.h:
+        * mathml/*.h:
+        * page/*.h:
+        * replay/*.h:
+        * storage/*.h:
+        * xml/*.h:
+
+        * editing/FrameSelection.cpp:
+        * loader/ResourceLoadStatisticsStore.cpp:
+        Remove unused LOG and DEBUG defines.
+
</ins><span class="cx"> 2016-11-12  Wenson Hsieh  &lt;wenson_hsieh@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Follow-up: fix the OpenSource build on Mac after r208642
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesairplayWebKitPlaybackTargetAvailabilityEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/airplay/WebKitPlaybackTargetAvailabilityEvent.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/airplay/WebKitPlaybackTargetAvailabilityEvent.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/airplay/WebKitPlaybackTargetAvailabilityEvent.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 WebKitPlaybackTargetAvailabilityEvent_h
-#define WebKitPlaybackTargetAvailabilityEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WIRELESS_PLAYBACK_TARGET)
</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"> #endif // ENABLE(WIRELESS_PLAYBACK_TARGET)
</span><del>-
-#endif // WebKitPlaybackTargetAvailabilityEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesencryptedmediaCDMPrivateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/encryptedmedia/CDMPrivate.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/encryptedmedia/CDMPrivate.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/encryptedmedia/CDMPrivate.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CDMPrivate_h
-#define CDMPrivate_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">@@ -45,8 +44,6 @@
</span><span class="cx">     virtual std::unique_ptr&lt;CDMSession&gt; createSession(CDMSessionClient*) = 0;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(LEGACY_ENCRYPTED_MEDIA)
</span><del>-
-#endif // CDMPrivate_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesencryptedmediaCDMPrivateClearKeyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/encryptedmedia/CDMPrivateClearKey.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/encryptedmedia/CDMPrivateClearKey.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/encryptedmedia/CDMPrivateClearKey.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CDMPrivateClearKey_h
-#define CDMPrivateClearKey_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(LEGACY_ENCRYPTED_MEDIA)
</span><span class="cx"> 
</span><span class="lines">@@ -53,8 +52,6 @@
</span><span class="cx">     CDM* m_cdm;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(LEGACY_ENCRYPTED_MEDIA)
</span><del>-
-#endif // CDMPrivateClearKey_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesencryptedmediaCDMPrivateMediaPlayerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/encryptedmedia/CDMPrivateMediaPlayer.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/encryptedmedia/CDMPrivateMediaPlayer.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/encryptedmedia/CDMPrivateMediaPlayer.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CDMPrivateMediaPlayer_h
-#define CDMPrivateMediaPlayer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CDMPrivate.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -54,8 +53,6 @@
</span><span class="cx">     CDM* m_cdm;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><del>-#endif
-
-#endif // CDMPriavateMediaPlayer_h
</del><ins>+#endif // ENABLE(LEGACY_ENCRYPTED_MEDIA)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesencryptedmediaCDMSessionClearKeyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/encryptedmedia/CDMSessionClearKey.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/encryptedmedia/CDMSessionClearKey.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/encryptedmedia/CDMSessionClearKey.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CDMSessionClearKey_h
-#define CDMSessionClearKey_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CDMSession.h&quot;
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="lines">@@ -54,8 +53,6 @@
</span><span class="cx">     String m_sessionId;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(LEGACY_ENCRYPTED_MEDIA)
</span><del>-
-#endif // CDMSessionClearKey_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesencryptedmedialegacyWebKitMediaKeyMessageEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/encryptedmedia/legacy/WebKitMediaKeyMessageEvent.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/encryptedmedia/legacy/WebKitMediaKeyMessageEvent.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/encryptedmedia/legacy/WebKitMediaKeyMessageEvent.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 WebKitMediaKeyMessageEvent_h
-#define WebKitMediaKeyMessageEvent_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">@@ -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(LEGACY_ENCRYPTED_MEDIA)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesencryptedmedialegacyWebKitMediaKeyNeededEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/encryptedmedia/legacy/WebKitMediaKeyNeededEvent.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/encryptedmedia/legacy/WebKitMediaKeyNeededEvent.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/encryptedmedia/legacy/WebKitMediaKeyNeededEvent.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 WebKitMediaKeyNeededEvent_h
-#define WebKitMediaKeyNeededEvent_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">@@ -64,5 +63,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="trunkSourceWebCoreModulesfetchFetchBodyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/fetch/FetchBody.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/fetch/FetchBody.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/fetch/FetchBody.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 FetchBody_h
-#define FetchBody_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(FETCH_API)
</span><span class="cx"> 
</span><span class="lines">@@ -122,5 +121,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(FETCH_API)
</span><del>-
-#endif // FetchBody_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesfetchFetchBodyOwnerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/fetch/FetchBodyOwner.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/fetch/FetchBodyOwner.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/fetch/FetchBodyOwner.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 FetchBodyOwner_h
-#define FetchBodyOwner_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(FETCH_API)
</span><span class="cx"> 
</span><span class="lines">@@ -110,5 +109,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(FETCH_API)
</span><del>-
-#endif // FetchBodyOwner_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesfetchFetchLoaderClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/fetch/FetchLoaderClient.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/fetch/FetchLoaderClient.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/fetch/FetchLoaderClient.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -26,17 +26,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 FetchLoaderClient_h
-#define FetchLoaderClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(FETCH_API)
</span><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><del>-namespace JSC {
-class ArrayBuffer;
-}
-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class ResourceResponse;
</span><span class="lines">@@ -56,5 +51,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(FETCH_API)
</span><del>-
-#endif // FetchLoaderClient_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesgamepadGamepadh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/gamepad/Gamepad.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/gamepad/Gamepad.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/gamepad/Gamepad.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 Gamepad_h
-#define Gamepad_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(GAMEPAD)
</span><span class="cx"> 
</span><span class="lines">@@ -71,5 +70,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(GAMEPAD)
</span><del>-
-#endif // Gamepad_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesgamepadGamepadButtonh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/gamepad/GamepadButton.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/gamepad/GamepadButton.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/gamepad/GamepadButton.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 GamepadButton_h
-#define GamepadButton_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(GAMEPAD)
</span><span class="cx"> 
</span><span class="lines">@@ -50,9 +49,6 @@
</span><span class="cx">     double m_value;
</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(GAMEPAD)
</span><del>-
-#endif // GamepadButton_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesgamepadGamepadEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/gamepad/GamepadEvent.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/gamepad/GamepadEvent.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/gamepad/GamepadEvent.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 GamepadEvent_h
-#define GamepadEvent_h
</del><span class="cx"> 
</span><ins>+#pragma once
+
</ins><span class="cx"> #if ENABLE(GAMEPAD)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="lines">@@ -65,4 +65,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(GAMEPAD)
</span><del>-#endif // GamepadEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesgamepadGamepadManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/gamepad/GamepadManager.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/gamepad/GamepadManager.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/gamepad/GamepadManager.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 GamepadManager_h
-#define GamepadManager_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(GAMEPAD)
</span><span class="cx"> 
</span><span class="lines">@@ -75,4 +74,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(GAMEPAD)
</span><del>-#endif // GamepadManager_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesgamepadNavigatorGamepadh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/gamepad/NavigatorGamepad.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/gamepad/NavigatorGamepad.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/gamepad/NavigatorGamepad.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 NavigatorGamepad_h
-#define NavigatorGamepad_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(GAMEPAD)
</span><span class="cx"> 
</span><span class="lines">@@ -69,5 +68,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(GAMEPAD)
</span><del>-
-#endif // NavigatorGamepad_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesgamepaddeprecatedGamepadh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/gamepad/deprecated/Gamepad.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/gamepad/deprecated/Gamepad.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/gamepad/deprecated/Gamepad.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef Gamepad_h
-#define Gamepad_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(GAMEPAD_DEPRECATED)
</span><span class="cx"> 
</span><span class="lines">@@ -71,5 +70,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(GAMEPAD_DEPRECATED)
</span><del>-
-#endif // Gamepad_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesgamepaddeprecatedGamepadListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/gamepad/deprecated/GamepadList.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/gamepad/deprecated/GamepadList.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/gamepad/deprecated/GamepadList.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef GamepadList_h
-#define GamepadList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(GAMEPAD_DEPRECATED)
</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"> #endif // ENABLE(GAMEPAD_DEPRECATED)
</span><del>-
-#endif // GamepadList_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesgamepaddeprecatedNavigatorGamepadh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/gamepad/deprecated/NavigatorGamepad.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/gamepad/deprecated/NavigatorGamepad.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/gamepad/deprecated/NavigatorGamepad.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef NavigatorGamepad_h
-#define NavigatorGamepad_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(GAMEPAD_DEPRECATED)
</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"> #endif // ENABLE(GAMEPAD_DEPRECATED)
</span><del>-
-#endif // NavigatorGamepad_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesgeolocationCoordinatesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/geolocation/Coordinates.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/geolocation/Coordinates.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/geolocation/Coordinates.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 Coordinates_h
-#define Coordinates_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="cx"> #include &lt;wtf/Optional.h&gt;
</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 // Coordinates_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesgeolocationGeoNotifierh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/geolocation/GeoNotifier.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/geolocation/GeoNotifier.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/geolocation/GeoNotifier.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 GeoNotifier_h
-#define GeoNotifier_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(GEOLOCATION)
</span><span class="cx"> 
</span><span class="lines">@@ -79,5 +78,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(GEOLOCATION)
</span><del>-
-#endif // GeoNotifier_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesgeolocationGeolocationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/geolocation/Geolocation.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/geolocation/Geolocation.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/geolocation/Geolocation.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 Geolocation_h
-#define Geolocation_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(GEOLOCATION)
</span><span class="cx"> 
</span><span class="lines">@@ -170,6 +169,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(GEOLOCATION)
</span><del>-
-#endif // Geolocation_h
-
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesgeolocationGeolocationClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/geolocation/GeolocationClient.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/geolocation/GeolocationClient.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/geolocation/GeolocationClient.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 GeolocationClient_h
-#define GeolocationClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -57,5 +56,3 @@
</span><span class="cx"> WEBCORE_EXPORT void provideGeolocationTo(Page*, GeolocationClient*);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // GeolocationClient_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesgeolocationGeolocationControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/geolocation/GeolocationController.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/geolocation/GeolocationController.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/geolocation/GeolocationController.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 GeolocationController_h
-#define GeolocationController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(GEOLOCATION)
</span><span class="cx"> 
</span><span class="lines">@@ -40,7 +39,6 @@
</span><span class="cx"> class GeolocationClient;
</span><span class="cx"> class GeolocationError;
</span><span class="cx"> class GeolocationPosition;
</span><del>-class Page;
</del><span class="cx"> 
</span><span class="cx"> class GeolocationController : public Supplement&lt;Page&gt;, private ActivityStateChangeObserver {
</span><span class="cx">     WTF_MAKE_FAST_ALLOCATED;
</span><span class="lines">@@ -85,5 +83,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(GEOLOCATION)
</span><del>-
-#endif // GeolocationController_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesgeolocationGeolocationErrorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/geolocation/GeolocationError.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/geolocation/GeolocationError.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/geolocation/GeolocationError.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 GeolocationError_h
-#define GeolocationError_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">@@ -55,5 +54,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // GeolocationError_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesgeolocationGeolocationPositionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/geolocation/GeolocationPosition.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/geolocation/GeolocationPosition.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/geolocation/GeolocationPosition.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 GeolocationPosition_h
-#define GeolocationPosition_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">@@ -108,5 +107,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // GeolocationPosition_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesgeolocationGeopositionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/geolocation/Geoposition.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/geolocation/Geoposition.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/geolocation/Geoposition.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 Geoposition_h
-#define Geoposition_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Coordinates.h&quot;
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="lines">@@ -61,5 +60,3 @@
</span><span class="cx"> };
</span><span class="cx">     
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // Geoposition_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesgeolocationNavigatorGeolocationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/geolocation/NavigatorGeolocation.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/geolocation/NavigatorGeolocation.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/geolocation/NavigatorGeolocation.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 NavigatorGeolocation_h
-#define NavigatorGeolocation_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(GEOLOCATION)
</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"> #endif // ENABLE(GEOLOCATION)
</span><del>-
-#endif // NavigatorGeolocation_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesgeolocationPositionCallbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/geolocation/PositionCallback.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/geolocation/PositionCallback.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/geolocation/PositionCallback.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 PositionCallback_h
-#define PositionCallback_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">@@ -39,5 +38,3 @@
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // PositionCallback_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesgeolocationPositionErrorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/geolocation/PositionError.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/geolocation/PositionError.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/geolocation/PositionError.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 PositionError_h
-#define PositionError_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">@@ -62,5 +61,3 @@
</span><span class="cx"> };
</span><span class="cx">     
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // PositionError_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesgeolocationPositionErrorCallbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/geolocation/PositionErrorCallback.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/geolocation/PositionErrorCallback.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/geolocation/PositionErrorCallback.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 PositionErrorCallback_h
-#define PositionErrorCallback_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">@@ -39,5 +38,3 @@
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // PositionErrorCallback_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesgeolocationPositionOptionsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/geolocation/PositionOptions.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/geolocation/PositionOptions.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/geolocation/PositionOptions.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 PositionOptions_h
-#define PositionOptions_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">@@ -78,5 +77,3 @@
</span><span class="cx"> };
</span><span class="cx">     
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // PositionOptions_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbDOMWindowIndexedDatabaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/DOMWindowIndexedDatabase.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/DOMWindowIndexedDatabase.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/DOMWindowIndexedDatabase.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  * DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef DOMWindowIndexedDatabase_h
-#define DOMWindowIndexedDatabase_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</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"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-
-#endif // DOMWindowIndexedDatabase_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBDatabaseErrorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBDatabaseError.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBDatabaseError.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBDatabaseError.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IDBDatabaseError_h
-#define IDBDatabaseError_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;IDBDatabaseException.h&quot;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="lines">@@ -69,6 +68,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-
-#endif // IDBDatabaseError_h
</del><ins>+#endif // ENABLE(INDEXED_DATABASE)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBDatabaseExceptionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBDatabaseException.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBDatabaseException.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBDatabaseException.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IDBDatabaseException_h
-#define IDBDatabaseException_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -85,6 +84,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-
-#endif // IDBDatabaseException_h
</del><ins>+#endif // ENABLE(INDEXED_DATABASE)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBEventDispatcherh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBEventDispatcher.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBEventDispatcher.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBEventDispatcher.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IDBEventDispatcher_h
-#define IDBEventDispatcher_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</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"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-
-#endif // IDBEventDispatcher_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBGetResulth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBGetResult.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBGetResult.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBGetResult.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IDBGetResult_h
-#define IDBGetResult_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -153,4 +152,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // IDBGetResult_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBKeyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBKey.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBKey.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBKey.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -216,6 +216,6 @@
</span><span class="cx">     return compareBinaryKeyData(*aData, *bData);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBKeyRangeDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBKeyRangeData.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBKeyRangeData.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBKeyRangeData.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IDBKeyRangeData_h
-#define IDBKeyRangeData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -130,4 +129,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // IDBKeyRangeData_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBRecordIdentifierh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBRecordIdentifier.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBRecordIdentifier.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBRecordIdentifier.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx">  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><del>-#ifndef IDBRecordIdentifier_h
-#define IDBRecordIdentifier_h
</del><span class="cx"> 
</span><ins>+#pragma once
+
</ins><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -74,6 +74,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-
-#endif // IDBRecordIdentifier_h
</del><ins>+#endif // ENABLE(INDEXED_DATABASE)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBRequestCompletionEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBRequestCompletionEvent.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBRequestCompletionEvent.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBRequestCompletionEvent.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IDBRequestCompletionEvent_h
-#define IDBRequestCompletionEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -46,8 +45,6 @@
</span><span class="cx">     Ref&lt;IDBRequest&gt; m_request;
</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(INDEXED_DATABASE)
</span><del>-#endif // IDBRequestCompletionEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbclientTransactionOperationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/client/TransactionOperation.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/client/TransactionOperation.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/client/TransactionOperation.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 TransactionOperation_h
-#define TransactionOperation_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -250,4 +249,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // TransactionOperation_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbserverIDBBackingStoreh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/server/IDBBackingStore.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/server/IDBBackingStore.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/server/IDBBackingStore.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IDBBackingStore_h
-#define IDBBackingStore_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -102,4 +101,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // IDBBackingStore_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbserverIDBConnectionToClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/server/IDBConnectionToClient.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/server/IDBConnectionToClient.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/server/IDBConnectionToClient.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IDBConnectionToClient_h
-#define IDBConnectionToClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -91,4 +90,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // IDBConnectionToClient_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbserverIDBConnectionToClientDelegateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/server/IDBConnectionToClientDelegate.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/server/IDBConnectionToClientDelegate.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/server/IDBConnectionToClientDelegate.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IDBConnectionToClientDelegate_h
-#define IDBConnectionToClientDelegate_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -81,4 +80,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // IDBConnectionToClientDelegate_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbserverIDBSerializationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/server/IDBSerialization.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/server/IDBSerialization.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/server/IDBSerialization.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IDBSerialization_h
-#define IDBSerialization_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -44,4 +43,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // IDBSerialization_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbserverIndexValueEntryh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/server/IndexValueEntry.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/server/IndexValueEntry.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/server/IndexValueEntry.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IndexValueEntry_h
-#define IndexValueEntry_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -101,4 +100,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // IndexValueEntry_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbserverIndexValueStoreh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/server/IndexValueStore.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/server/IndexValueStore.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/server/IndexValueStore.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IndexValueStore_h
-#define IndexValueStore_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -117,4 +116,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // IndexValueStore_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbserverMemoryBackingStoreTransactionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/server/MemoryBackingStoreTransaction.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/server/MemoryBackingStoreTransaction.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/server/MemoryBackingStoreTransaction.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MemoryBackingStoreTransaction_h
-#define MemoryBackingStoreTransaction_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -106,4 +105,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // MemoryBackingStoreTransaction_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbserverMemoryCursorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/server/MemoryCursor.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/server/MemoryCursor.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/server/MemoryCursor.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MemoryCursor_h
-#define MemoryCursor_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</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(INDEXED_DATABASE)
</span><del>-#endif // MemoryCursor_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbserverMemoryIDBBackingStoreh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/server/MemoryIDBBackingStore.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/server/MemoryIDBBackingStore.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/server/MemoryIDBBackingStore.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MemoryIDBBackingStore_h
-#define MemoryIDBBackingStore_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -99,4 +98,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // MemoryIDBBackingStore_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbserverMemoryIndexCursorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/server/MemoryIndexCursor.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/server/MemoryIndexCursor.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/server/MemoryIndexCursor.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MemoryIndexCursor_h
-#define MemoryIndexCursor_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -60,4 +59,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // MemoryIndexCursor_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbserverMemoryObjectStoreh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/server/MemoryObjectStore.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/server/MemoryObjectStore.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/server/MemoryObjectStore.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MemoryObjectStore_h
-#define MemoryObjectStore_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -136,4 +135,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // MemoryObjectStore_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbserverMemoryObjectStoreCursorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/server/MemoryObjectStoreCursor.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/server/MemoryObjectStoreCursor.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/server/MemoryObjectStoreCursor.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MemoryObjectStoreCursor_h
-#define MemoryObjectStoreCursor_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -73,4 +72,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // MemoryObjectStoreCursor_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbserverSQLiteIDBBackingStoreh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SQLiteIDBBackingStore_h
-#define SQLiteIDBBackingStore_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -142,4 +141,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // SQLiteIDBBackingStore_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbserverSQLiteIDBCursorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/server/SQLiteIDBCursor.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/server/SQLiteIDBCursor.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/server/SQLiteIDBCursor.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SQLiteIDBCursor_h
-#define SQLiteIDBCursor_h
</del><span class="cx"> 
</span><ins>+#pragma once
+
</ins><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;IDBIndexInfo.h&quot;
</span><span class="lines">@@ -116,9 +116,7 @@
</span><span class="cx">     bool m_backingStoreCursor { false };
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-
</del><span class="cx"> } // namespace IDBServer
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // SQLiteIDBCursor_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbserverSQLiteIDBTransactionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/server/SQLiteIDBTransaction.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/server/SQLiteIDBTransaction.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/server/SQLiteIDBTransaction.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SQLiteIDBTransaction_h
-#define SQLiteIDBTransaction_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -96,4 +95,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // SQLiteIDBTransaction_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbserverServerOpenDBRequestcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/server/ServerOpenDBRequest.cpp (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/server/ServerOpenDBRequest.cpp        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/server/ServerOpenDBRequest.cpp        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -29,7 +29,6 @@
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;IDBResultData.h&quot;
</span><del>-#include &lt;wtf/RefCounted.h&gt;
</del><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> namespace IDBServer {
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbserverServerOpenDBRequesth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/server/ServerOpenDBRequest.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/server/ServerOpenDBRequest.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/server/ServerOpenDBRequest.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ServerOpenDBRequest_h
-#define ServerOpenDBRequest_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -77,4 +76,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // ServerOpenDBRequest_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbserverUniqueIDBDatabasecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -47,7 +47,6 @@
</span><span class="cx"> #include &lt;runtime/StructureInlines.h&gt;
</span><span class="cx"> #include &lt;wtf/MainThread.h&gt;
</span><span class="cx"> #include &lt;wtf/NeverDestroyed.h&gt;
</span><del>-#include &lt;wtf/ThreadSafeRefCounted.h&gt;
</del><span class="cx"> 
</span><span class="cx"> using namespace JSC;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbsharedIDBCursorInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/shared/IDBCursorInfo.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/shared/IDBCursorInfo.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/shared/IDBCursorInfo.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IDBCursorInfo_h
-#define IDBCursorInfo_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -132,4 +131,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // IDBCursorInfo_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbsharedIDBDatabaseInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/shared/IDBDatabaseInfo.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/shared/IDBDatabaseInfo.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/shared/IDBDatabaseInfo.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IDBDatabaseInfo_h
-#define IDBDatabaseInfo_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -110,4 +109,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // IDBDatabaseInfo_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbsharedIDBIndexInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/shared/IDBIndexInfo.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/shared/IDBIndexInfo.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/shared/IDBIndexInfo.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IDBIndexInfo_h
-#define IDBIndexInfo_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -101,4 +100,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // IDBIndexInfo_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbsharedIDBObjectStoreInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/shared/IDBObjectStoreInfo.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/shared/IDBObjectStoreInfo.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/shared/IDBObjectStoreInfo.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IDBObjectStoreInfo_h
-#define IDBObjectStoreInfo_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -113,4 +112,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // IDBObjectStoreInfo_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbsharedIDBRequestDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/shared/IDBRequestData.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/shared/IDBRequestData.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/shared/IDBRequestData.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IDBRequestData_h
-#define IDBRequestData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -174,4 +173,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // IDBRequestData_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbsharedIDBResultDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/shared/IDBResultData.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/shared/IDBResultData.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/shared/IDBResultData.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IDBResultData_h
-#define IDBResultData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -39,7 +38,6 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class IDBResourceIdentifier;
</del><span class="cx"> class ThreadSafeDataBuffer;
</span><span class="cx"> 
</span><span class="cx"> enum class IDBResultType {
</span><span class="lines">@@ -231,4 +229,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // IDBResultData_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbsharedIDBTransactionInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/shared/IDBTransactionInfo.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/shared/IDBTransactionInfo.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/shared/IDBTransactionInfo.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IDBTransactionInfo_h
-#define IDBTransactionInfo_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="lines">@@ -129,4 +128,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><del>-#endif // IDBTransactionInfo_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbsharedIndexKeyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/shared/IndexKey.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/shared/IndexKey.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indexeddb/shared/IndexKey.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IndexKey_h
-#define IndexKey_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</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(INDEXED_DATABASE)
</span><del>-#endif // IndexKey_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesindieuiUIRequestEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indieui/UIRequestEvent.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indieui/UIRequestEvent.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/indieui/UIRequestEvent.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 UIRequestEvent_h
-#define UIRequestEvent_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">@@ -60,5 +59,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INDIE_UI)
</span><del>-
-#endif // UIRequestEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediasessionHTMLMediaElementMediaSessionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediasession/HTMLMediaElementMediaSession.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediasession/HTMLMediaElementMediaSession.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediasession/HTMLMediaElementMediaSession.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 HTMLMediaElementMediaSession_h
-#define HTMLMediaElementMediaSession_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_SESSION) &amp;&amp; ENABLE(VIDEO)
</span><span class="cx"> 
</span><span class="lines">@@ -43,6 +42,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif /* ENABLE(MEDIA_SESSION) &amp;&amp; ENABLE(VIDEO) */
-
-#endif /* HTMLMediaElementMediaSession_h */
</del><ins>+#endif // ENABLE(MEDIA_SESSION) &amp;&amp; ENABLE(VIDEO)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediasessionMediaRemoteControlsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediasession/MediaRemoteControls.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediasession/MediaRemoteControls.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediasession/MediaRemoteControls.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MediaRemoteControls_h
-#define MediaRemoteControls_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_SESSION)
</span><span class="cx"> 
</span><span class="lines">@@ -74,6 +73,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif /* ENABLE(MEDIA_SESSION) */
-
-#endif /* MediaRemoteControls_h */
</del><ins>+#endif // ENABLE(MEDIA_SESSION)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediasessionMediaSessionEventsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediasession/MediaSessionEvents.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediasession/MediaSessionEvents.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediasession/MediaSessionEvents.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MediaSessionEvents_h
-#define MediaSessionEvents_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_SESSION)
</span><span class="cx"> 
</span><span class="lines">@@ -36,8 +35,6 @@
</span><span class="cx">     TrackPrevious
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><del>-#endif
-
-#endif /* MediaSessionEvents_h */
</del><ins>+#endif // ENABLE(MEDIA_SESSION)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediasessionMediaSessionManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediasession/MediaSessionManager.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediasession/MediaSessionManager.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediasession/MediaSessionManager.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MediaSessionManager_h
-#define MediaSessionManager_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_SESSION)
</span><span class="cx"> 
</span><span class="lines">@@ -64,6 +63,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif /* ENABLE(MEDIA_SESSION) */
-
-#endif /* MediaSessionManager_h */
</del><ins>+#endif // ENABLE(MEDIA_SESSION)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediasessionMediaSessionMetadatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediasession/MediaSessionMetadata.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediasession/MediaSessionMetadata.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediasession/MediaSessionMetadata.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MediaSessionMetadata_h
-#define MediaSessionMetadata_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_SESSION)
</span><span class="cx"> 
</span><span class="lines">@@ -56,6 +55,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif /* ENABLE(MEDIA_SESSION) */
-
-#endif /* MediaSessionMetadata_h */
</del><ins>+#endif // ENABLE(MEDIA_SESSION)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediasessionWebMediaSessionManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediasession/WebMediaSessionManager.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediasession/WebMediaSessionManager.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediasession/WebMediaSessionManager.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 WebMediaSessionManager_h
-#define WebMediaSessionManager_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WIRELESS_PLAYBACK_TARGET) &amp;&amp; !PLATFORM(IOS)
</span><span class="cx"> 
</span><span class="lines">@@ -111,6 +110,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(WIRELESS_PLAYBACK_TARGET)
-
-#endif // WebMediaSessionManager_h
</del><ins>+#endif // ENABLE(WIRELESS_PLAYBACK_TARGET) &amp;&amp; !PLATFORM(IOS)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediasessionWebMediaSessionManagerClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediasession/WebMediaSessionManagerClient.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediasession/WebMediaSessionManagerClient.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediasession/WebMediaSessionManagerClient.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 WebMediaSessionManagerClient_h
-#define WebMediaSessionManagerClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WIRELESS_PLAYBACK_TARGET)
</span><span class="cx"> 
</span><span class="lines">@@ -34,8 +33,6 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class MediaPlaybackTarget;
-
</del><span class="cx"> class WebMediaSessionManagerClient {
</span><span class="cx"> public:
</span><span class="cx">     virtual ~WebMediaSessionManagerClient() { }
</span><span class="lines">@@ -48,5 +45,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WIRELESS_PLAYBACK_TARGET)
</span><del>-
-#endif // WebMediaSessionManagerClient_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediasourceAudioTrackMediaSourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediasource/AudioTrackMediaSource.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediasource/AudioTrackMediaSource.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediasource/AudioTrackMediaSource.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 AudioTrackMediaSource_h
-#define AudioTrackMediaSource_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_SOURCE) &amp;&amp; ENABLE(VIDEO_TRACK)
</span><span class="cx"> 
</span><span class="lines">@@ -32,16 +31,11 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class SourceBuffer;
-
</del><span class="cx"> class AudioTrackMediaSource {
</span><span class="cx"> public:
</span><span class="cx">     static SourceBuffer* sourceBuffer(AudioTrack&amp; track) { return track.sourceBuffer(); }
</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(MEDIA_SOURCE) &amp;&amp; ENABLE(VIDEO_TRACK)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediasourceDOMURLMediaSourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediasource/DOMURLMediaSource.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediasource/DOMURLMediaSource.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediasource/DOMURLMediaSource.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DOMURLMediaSource_h
-#define DOMURLMediaSource_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_SOURCE)
</span><span class="cx"> 
</span><span class="lines">@@ -47,6 +46,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-
-#endif
</del><ins>+#endif // ENABLE(MEDIA_SOURCE)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediasourceMediaSourceRegistryh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediasource/MediaSourceRegistry.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediasource/MediaSourceRegistry.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediasource/MediaSourceRegistry.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MediaSourceRegistry_h
-#define MediaSourceRegistry_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_SOURCE)
</span><span class="cx"> 
</span><span class="lines">@@ -61,5 +60,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-#endif
</del><ins>+#endif // ENABLE(MEDIA_SOURCE)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediasourceSampleMaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediasource/SampleMap.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediasource/SampleMap.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediasource/SampleMap.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SampleMap_h
-#define SampleMap_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_SOURCE)
</span><span class="cx"> 
</span><span class="lines">@@ -135,8 +134,6 @@
</span><span class="cx">         addSample(*iter-&gt;second);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><del>-#endif
-
-#endif // SampleMap_h
</del><ins>+#endif // ENABLE(MEDIA_SOURCE)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediasourceSourceBufferListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediasource/SourceBufferList.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediasource/SourceBufferList.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediasource/SourceBufferList.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SourceBufferList_h
-#define SourceBufferList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_SOURCE)
</span><span class="cx"> 
</span><span class="lines">@@ -86,6 +85,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-
-#endif
</del><ins>+#endif // ENABLE(MEDIA_SOURCE)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediasourceTextTrackMediaSourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediasource/TextTrackMediaSource.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediasource/TextTrackMediaSource.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediasource/TextTrackMediaSource.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 TextTrackMediaSource_h
-#define TextTrackMediaSource_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_SOURCE) &amp;&amp; ENABLE(VIDEO_TRACK)
</span><span class="cx"> 
</span><span class="lines">@@ -39,8 +38,6 @@
</span><span class="cx">     static SourceBuffer* sourceBuffer(TextTrack&amp; track) { return track.sourceBuffer(); }
</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(MEDIA_SOURCE) &amp;&amp; ENABLE(VIDEO_TRACK)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediasourceVideoPlaybackQualityh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediasource/VideoPlaybackQuality.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediasource/VideoPlaybackQuality.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediasource/VideoPlaybackQuality.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 VideoPlaybackQuality_h
-#define VideoPlaybackQuality_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">@@ -52,6 +51,4 @@
</span><span class="cx">     double m_totalFrameDelay;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // VideoPlaybackQuality_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediasourceVideoTrackMediaSourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediasource/VideoTrackMediaSource.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediasource/VideoTrackMediaSource.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediasource/VideoTrackMediaSource.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 VideoTrackMediaSource_h
-#define VideoTrackMediaSource_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_SOURCE) &amp;&amp; ENABLE(VIDEO_TRACK)
</span><span class="cx"> 
</span><span class="lines">@@ -32,15 +31,11 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class SourceBuffer;
-
</del><span class="cx"> class VideoTrackMediaSource {
</span><span class="cx"> public:
</span><span class="cx">     static SourceBuffer* sourceBuffer(VideoTrack&amp; track) { return track.sourceBuffer(); }
</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(MEDIA_SOURCE) &amp;&amp; ENABLE(VIDEO_TRACK)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamDOMURLMediaStreamh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/DOMURLMediaStream.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/DOMURLMediaStream.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/DOMURLMediaStream.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DOMURLMediaStream_h
-#define DOMURLMediaStream_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> 
</span><span class="lines">@@ -48,5 +47,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(MEDIA_STREAM)
</span><del>-
-#endif // URLMediaStream_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamHTMLMediaElementMediaStreamh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/HTMLMediaElementMediaStream.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/HTMLMediaElementMediaStream.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/HTMLMediaElementMediaStream.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 HTMLMediaElementMediaStream_h
-#define HTMLMediaElementMediaStream_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_STREAM) &amp;&amp; ENABLE(VIDEO)
</span><span class="cx"> 
</span><span class="lines">@@ -43,5 +42,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(MEDIA_STREAM) &amp;&amp; ENABLE(VIDEO)
</span><del>-
-#endif // HTMLMediaElementMediaStream_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamMediaConstraintsImplh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/MediaConstraintsImpl.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/MediaConstraintsImpl.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/MediaConstraintsImpl.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MediaConstraintsImpl_h
-#define MediaConstraintsImpl_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> 
</span><span class="lines">@@ -82,7 +81,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(MEDIA_STREAM)
</span><del>-
-#endif // MediaConstraintsImpl_h
-
-
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamMediaDevicesRequesth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/MediaDevicesRequest.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/MediaDevicesRequest.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/MediaDevicesRequest.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef MediaDevicesRequest_h
-#define MediaDevicesRequest_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> 
</span><span class="lines">@@ -37,7 +36,6 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class Document;
</span><del>-class Frame;
</del><span class="cx"> class MediaDevicesEnumerationRequest;
</span><span class="cx"> class SecurityOrigin;
</span><span class="cx"> 
</span><span class="lines">@@ -71,5 +69,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(MEDIA_STREAM)
</span><del>-
-#endif // MediaDevicesRequest_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamMediaSourceSettingsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/MediaSourceSettings.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/MediaSourceSettings.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/MediaSourceSettings.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MediaSourceSettings_h
-#define MediaSourceSettings_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> 
</span><span class="lines">@@ -80,6 +79,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // MediaSourceSettings_h
-
-#endif
</del><ins>+#endif // ENABLE(MEDIA_STREAM)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamMediaStreamh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/MediaStream.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/MediaStream.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/MediaStream.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -25,8 +25,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 MediaStream_h
-#define MediaStream_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> 
</span><span class="lines">@@ -163,5 +162,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(MEDIA_STREAM)
</span><del>-
-#endif // MediaStream_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamMediaStreamEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/MediaStreamEvent.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/MediaStreamEvent.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/MediaStreamEvent.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MediaStreamEvent_h
-#define MediaStreamEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_RTC)
</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"> #endif // ENABLE(WEB_RTC)
</span><del>-
-#endif // MediaStreamEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamMediaStreamRegistryh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/MediaStreamRegistry.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/MediaStreamRegistry.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/MediaStreamRegistry.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MediaStreamRegistry_h
-#define MediaStreamRegistry_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</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"> #endif // ENABLE(MEDIA_STREAM)
</span><del>-
-#endif // MediaStreamRegistry_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamMediaStreamTrackEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/MediaStreamTrackEvent.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/MediaStreamTrackEvent.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/MediaStreamTrackEvent.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MediaStreamTrackEvent_h
-#define MediaStreamTrackEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> 
</span><span class="lines">@@ -60,5 +59,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(MEDIA_STREAM)
</span><del>-
-#endif // MediaStreamTrackEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamMediaTrackConstrainth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/MediaTrackConstraint.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/MediaTrackConstraint.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/MediaTrackConstraint.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef MediaTrackConstraint_h
-#define MediaTrackConstraint_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> 
</span><span class="lines">@@ -33,10 +32,6 @@
</span><span class="cx"> #include &quot;ScriptWrappable.h&quot;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> 
</span><del>-namespace Deprecated {
-class ScriptValue;
-}
-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class MediaTrackConstraint : public RefCounted&lt;MediaTrackConstraint&gt;, public ScriptWrappable {
</span><span class="lines">@@ -55,6 +50,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // MediaTrackConstraint_h
-
-#endif
</del><ins>+#endif // ENABLE(MEDIA_STREAM)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamMediaTrackConstraintSeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/MediaTrackConstraintSet.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/MediaTrackConstraintSet.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/MediaTrackConstraintSet.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef MediaTrackConstraintSet_h
-#define MediaTrackConstraintSet_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> 
</span><span class="lines">@@ -51,6 +50,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // MediaTrackConstraintSet_h
-
-#endif
</del><ins>+#endif // ENABLE(MEDIA_STREAM)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamMediaTrackConstraintsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/MediaTrackConstraints.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/MediaTrackConstraints.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/MediaTrackConstraints.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef MediaTrackConstraints_h
-#define MediaTrackConstraints_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> 
</span><span class="lines">@@ -55,6 +54,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // MediaTrackConstraints_h
-
-#endif
</del><ins>+#endif // ENABLE(MEDIA_STREAM)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamMediaTrackSupportedConstraintsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/MediaTrackSupportedConstraints.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/MediaTrackSupportedConstraints.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/MediaTrackSupportedConstraints.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MediaTrackSupportedConstraints_h
-#define MediaTrackSupportedConstraints_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> 
</span><span class="lines">@@ -69,6 +68,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // MediaTrackSupportedConstraints_h
-
-#endif
</del><ins>+#endif // ENABLE(MEDIA_STREAM)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamNavigatorMediaDevicesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/NavigatorMediaDevices.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/NavigatorMediaDevices.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/NavigatorMediaDevices.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 NavigatorMediaDevices_h
-#define NavigatorMediaDevices_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> 
</span><span class="lines">@@ -60,5 +59,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(MEDIA_STREAM)
</span><del>-
-#endif // NavigatorMediaDevices_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCDTMFToneChangeEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCDTMFToneChangeEvent.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCDTMFToneChangeEvent.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/RTCDTMFToneChangeEvent.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 RTCDTMFToneChangeEvent_h
-#define RTCDTMFToneChangeEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_RTC)
</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 // ENABLE(WEB_RTC)
</span><del>-
-#endif // RTCDTMFToneChangeEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCDataChannelEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCDataChannelEvent.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCDataChannelEvent.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/RTCDataChannelEvent.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 RTCDataChannelEvent_h
-#define RTCDataChannelEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_RTC)
</span><span class="cx"> 
</span><span class="lines">@@ -52,5 +51,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_RTC)
</span><del>-
-#endif // RTCDataChannelEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCIceCandidateEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCIceCandidateEvent.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCIceCandidateEvent.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/RTCIceCandidateEvent.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 RTCIceCandidateEvent_h
-#define RTCIceCandidateEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_RTC)
</span><span class="cx"> 
</span><span class="lines">@@ -52,5 +51,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_RTC)
</span><del>-
-#endif // RTCIceCandidateEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCIceServerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCIceServer.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCIceServer.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/RTCIceServer.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 RTCIceServer_h
-#define RTCIceServer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_RTC)
</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(WEB_RTC)
</span><del>-
-#endif // RTCIceServer_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCRtpReceiverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCRtpReceiver.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCRtpReceiver.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/RTCRtpReceiver.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 RTCRtpReceiver_h
-#define RTCRtpReceiver_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_RTC)
</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"> #endif // ENABLE(WEB_RTC)
</span><del>-
-#endif // RTCRtpReceiver_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCRtpSenderReceiverBaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCRtpSenderReceiverBase.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCRtpSenderReceiverBase.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/RTCRtpSenderReceiverBase.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 RTCRtpSenderReceiverBase_h
-#define RTCRtpSenderReceiverBase_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_RTC)
</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(WEB_RTC)
</span><del>-
-#endif // RTCRtpSenderReceiverBase_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCRtpTransceiverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCRtpTransceiver.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCRtpTransceiver.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/RTCRtpTransceiver.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 RTCRtpTransceiver_h
-#define RTCRtpTransceiver_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_RTC)
</span><span class="cx"> 
</span><span class="lines">@@ -112,5 +111,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_RTC)
</span><del>-
-#endif // RTCRtpTransceiver_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCStatsReporth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCStatsReport.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCStatsReport.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/RTCStatsReport.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 RTCStatsReport_h
-#define RTCStatsReport_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/HashMap.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 // RTCStatsReport_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCStatsResponseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCStatsResponse.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCStatsResponse.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/RTCStatsResponse.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 RTCStatsResponse_h
-#define RTCStatsResponse_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ActiveDOMObject.h&quot;
</span><span class="cx"> #include &quot;DOMError.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 // RTCStatsResponse_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCTrackEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCTrackEvent.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCTrackEvent.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/RTCTrackEvent.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 RTCTrackEvent_h
-#define RTCTrackEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_RTC)
</span><span class="cx"> 
</span><span class="lines">@@ -77,5 +76,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_RTC)
</span><del>-
-#endif // RTCTrackEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamSDPProcessorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/SDPProcessor.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/SDPProcessor.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/SDPProcessor.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SDPProcessor_h
-#define SDPProcessor_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_RTC)
</span><span class="cx"> 
</span><span class="lines">@@ -77,5 +76,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_RTC)
</span><del>-
-#endif // SDPProcessor_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamUserMediaClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/UserMediaClient.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/UserMediaClient.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/UserMediaClient.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -29,21 +29,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 UserMediaClient_h
-#define UserMediaClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> 
</span><del>-#include &lt;functional&gt;
-#include &lt;wtf/Vector.h&gt;
-#include &lt;wtf/text/WTFString.h&gt;
-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class MediaDevicesEnumerationRequest;
</span><del>-class MediaConstraints;
</del><span class="cx"> class Page;
</span><del>-class RealtimeMediaSource;
</del><span class="cx"> class UserMediaRequest;
</span><span class="cx"> 
</span><span class="cx"> class UserMediaClient {
</span><span class="lines">@@ -65,5 +58,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(MEDIA_STREAM)
</span><del>-
-#endif // UserMediaClient_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamUserMediaControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/UserMediaController.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/UserMediaController.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/UserMediaController.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 UserMediaController_h
-#define UserMediaController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> 
</span><span class="lines">@@ -77,5 +76,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(MEDIA_STREAM)
</span><del>-
-#endif // UserMediaController_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamUserMediaRequesth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/UserMediaRequest.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/UserMediaRequest.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/mediastream/UserMediaRequest.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 UserMediaRequest_h
-#define UserMediaRequest_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> 
</span><span class="lines">@@ -44,9 +43,6 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class Dictionary;
-class Document;
-class Frame;
</del><span class="cx"> class MediaConstraints;
</span><span class="cx"> class MediaStreamPrivate;
</span><span class="cx"> class UserMediaController;
</span><span class="lines">@@ -104,5 +100,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(MEDIA_STREAM)
</span><del>-
-#endif // UserMediaRequest_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesnavigatorcontentutilsNavigatorContentUtilsClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/navigatorcontentutils/NavigatorContentUtilsClient.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/navigatorcontentutils/NavigatorContentUtilsClient.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/navigatorcontentutils/NavigatorContentUtilsClient.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 NavigatorContentUtilsClient_h
-#define NavigatorContentUtilsClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(NAVIGATOR_CONTENT_UTILS)
</span><span class="cx"> 
</span><span class="lines">@@ -54,7 +53,6 @@
</span><span class="cx"> 
</span><span class="cx"> void provideNavigatorContentUtilsTo(Page*, std::unique_ptr&lt;NavigatorContentUtilsClient&gt;);
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(NAVIGATOR_CONTENT_UTILS)
</span><del>-#endif // NavigatorContentUtilsClient_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesnotificationsDOMWindowNotificationsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/notifications/DOMWindowNotifications.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/notifications/DOMWindowNotifications.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/notifications/DOMWindowNotifications.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DOMWindowNotifications_h
-#define DOMWindowNotifications_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
</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"> #endif // ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
</span><del>-
-#endif // DOMWindowNotifications_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesnotificationsNotificationPermissionCallbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/notifications/NotificationPermissionCallback.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/notifications/NotificationPermissionCallback.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/notifications/NotificationPermissionCallback.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 NotificationPermissionCallback_h
-#define NotificationPermissionCallback_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(NOTIFICATIONS)
</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(NOTIFICATIONS)
</span><del>-
-#endif // NotificationPermissionCallback_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesproximityDeviceProximityClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/proximity/DeviceProximityClient.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/proximity/DeviceProximityClient.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/proximity/DeviceProximityClient.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DeviceProximityClient_h
-#define DeviceProximityClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(PROXIMITY_EVENTS)
</span><span class="cx"> 
</span><span class="lines">@@ -49,4 +48,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // PROXIMITY_EVENTS
</span><del>-#endif // DeviceProximityClient_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesproximityDeviceProximityControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/proximity/DeviceProximityController.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/proximity/DeviceProximityController.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/proximity/DeviceProximityController.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DeviceProximityController_h
-#define DeviceProximityController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(PROXIMITY_EVENTS)
</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 // PROXIMITY_EVENTS
</span><del>-#endif // DeviceProximityController_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesproximityDeviceProximityEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/proximity/DeviceProximityEvent.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/proximity/DeviceProximityEvent.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/proximity/DeviceProximityEvent.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DeviceProximityEvent_h
-#define DeviceProximityEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(PROXIMITY_EVENTS)
</span><span class="cx"> 
</span><span class="lines">@@ -70,4 +69,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // DeviceProximityEvent_h
</span><del>-#endif // PROXIMITY_EVENTS
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesquotaDOMWindowQuotah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/quota/DOMWindowQuota.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/quota/DOMWindowQuota.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/quota/DOMWindowQuota.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DOMWindowQuota_h
-#define DOMWindowQuota_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(QUOTA)
</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"> #endif // ENABLE(QUOTA)
</span><del>-
-#endif // DOMWindowQuota_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesquotaNavigatorStorageQuotah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/quota/NavigatorStorageQuota.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/quota/NavigatorStorageQuota.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/quota/NavigatorStorageQuota.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 NavigatorStorageQuota_h
-#define NavigatorStorageQuota_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(QUOTA)
</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(QUOTA)
</span><del>-
-#endif // NavigatorStorageQuota_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesquotaStorageErrorCallbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/quota/StorageErrorCallback.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/quota/StorageErrorCallback.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/quota/StorageErrorCallback.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 StorageErrorCallback_h
-#define StorageErrorCallback_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(QUOTA)
</span><span class="cx"> 
</span><span class="lines">@@ -60,5 +59,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(QUOTA)
</span><del>-
-#endif // StorageErrorCallback_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesquotaStorageInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/quota/StorageInfo.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/quota/StorageInfo.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/quota/StorageInfo.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 StorageInfo_h
-#define StorageInfo_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(QUOTA)
</span><span class="cx"> 
</span><span class="lines">@@ -74,5 +73,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(QUOTA)
</span><del>-
-#endif // StorageInfo_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesquotaStorageQuotah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/quota/StorageQuota.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/quota/StorageQuota.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/quota/StorageQuota.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 StorageQuota_h
-#define StorageQuota_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(QUOTA)
</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(QUOTA)
</span><del>-
-#endif // StorageQuota_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesquotaStorageQuotaCallbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/quota/StorageQuotaCallback.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/quota/StorageQuotaCallback.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/quota/StorageQuotaCallback.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 StorageQuotaCallback_h
-#define StorageQuotaCallback_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(QUOTA)
</span><span class="cx"> 
</span><span class="lines">@@ -43,8 +42,6 @@
</span><span class="cx">     virtual bool handleEvent(unsigned long long grantedQuotaInBytes) = 0;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(QUOTA)
</span><del>-
-#endif // StorageQuotaCallback_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesquotaStorageUsageCallbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/quota/StorageUsageCallback.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/quota/StorageUsageCallback.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/quota/StorageUsageCallback.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 StorageUsageCallback_h
-#define StorageUsageCallback_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(QUOTA)
</span><span class="cx"> 
</span><span class="lines">@@ -43,8 +42,6 @@
</span><span class="cx">     virtual bool handleEvent(unsigned long long currentUsageInBytes, unsigned long long currentQuotaInBytes) = 0;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(QUOTA)
</span><del>-
-#endif // StorageUsageCallback_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesquotaWorkerNavigatorStorageQuotah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/quota/WorkerNavigatorStorageQuota.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/quota/WorkerNavigatorStorageQuota.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/quota/WorkerNavigatorStorageQuota.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 WorkerNavigatorStorageQuota_h
-#define WorkerNavigatorStorageQuota_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(QUOTA)
</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(QUOTA)
</span><del>-
-#endif // WorkerNavigatorStorageQuota_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesspeechDOMWindowSpeechSynthesish"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/speech/DOMWindowSpeechSynthesis.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/speech/DOMWindowSpeechSynthesis.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/speech/DOMWindowSpeechSynthesis.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DOMWindowSpeechSynthesis_h
-#define DOMWindowSpeechSynthesis_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(SPEECH_SYNTHESIS)
</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"> #endif // ENABLE(SPEECH_SYNTHESIS)
</span><del>-
-#endif // DOMWindowSpeechSynthesis_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesspeechSpeechSynthesish"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/speech/SpeechSynthesis.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/speech/SpeechSynthesis.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/speech/SpeechSynthesis.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SpeechSynthesis_h
-#define SpeechSynthesis_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(SPEECH_SYNTHESIS)
</span><span class="cx"> 
</span><span class="lines">@@ -99,5 +98,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SPEECH_SYNTHESIS)
</span><del>-
-#endif // SpeechSynthesisEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesspeechSpeechSynthesisEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/speech/SpeechSynthesisEvent.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/speech/SpeechSynthesisEvent.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/speech/SpeechSynthesisEvent.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SpeechSynthesisEvent_h
-#define SpeechSynthesisEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(SPEECH_SYNTHESIS)
</span><span class="cx"> 
</span><span class="lines">@@ -53,5 +52,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SPEECH_SYNTHESIS)
</span><del>-
-#endif // SpeechSynthesisEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesspeechSpeechSynthesisUtteranceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/speech/SpeechSynthesisUtterance.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/speech/SpeechSynthesisUtterance.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/speech/SpeechSynthesisUtterance.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SpeechSynthesisUtterance_h
-#define SpeechSynthesisUtterance_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(SPEECH_SYNTHESIS)
</span><span class="cx"> 
</span><span class="lines">@@ -83,5 +82,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SPEECH_SYNTHESIS)
</span><del>-
-#endif // SpeechSynthesisUtterance_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesspeechSpeechSynthesisVoiceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/speech/SpeechSynthesisVoice.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/speech/SpeechSynthesisVoice.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/speech/SpeechSynthesisVoice.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SpeechSynthesisVoice_h
-#define SpeechSynthesisVoice_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(SPEECH_SYNTHESIS)
</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"> #endif // ENABLE(SPEECH_SYNTHESIS)
</span><del>-
-#endif // SpeechSynthesisVoice_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesvibrationNavigatorVibrationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/vibration/NavigatorVibration.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/vibration/NavigatorVibration.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/vibration/NavigatorVibration.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 NavigatorVibration_h
-#define NavigatorVibration_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(VIBRATION)
</span><span class="cx"> 
</span><span class="lines">@@ -28,7 +27,6 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class Navigator;
</span><del>-class Uint32Array;
</del><span class="cx"> 
</span><span class="cx"> class NavigatorVibration {
</span><span class="cx"> public:
</span><span class="lines">@@ -46,6 +44,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(VIBRATION)
</span><del>-
-#endif // NavigatorVibration_h
-
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesvibrationVibrationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/vibration/Vibration.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/vibration/Vibration.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/vibration/Vibration.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 Vibration_h
-#define Vibration_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(VIBRATION)
</span><span class="cx"> 
</span><span class="lines">@@ -59,6 +58,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(VIBRATION)
</span><del>-
-#endif // Vibration_h
-
</del></span></pre></div>
<a id="trunkSourceWebCoreModulesvibrationVibrationClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/vibration/VibrationClient.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/vibration/VibrationClient.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/vibration/VibrationClient.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 VibrationClient_h
-#define VibrationClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -37,6 +36,3 @@
</span><span class="cx"> void provideVibrationTo(Page*, VibrationClient*);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // VibrationClient_h
-
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioAsyncAudioDecoderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/AsyncAudioDecoder.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/AsyncAudioDecoder.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/AsyncAudioDecoder.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 AsyncAudioDecoder_h
-#define AsyncAudioDecoder_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">@@ -84,5 +83,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // AsyncAudioDecoder_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioAudioBasicProcessorNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 AudioBasicProcessorNode_h
-#define AudioBasicProcessorNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioNode.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 // AudioBasicProcessorNode_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioAudioBufferCallbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/AudioBufferCallback.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/AudioBufferCallback.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/AudioBufferCallback.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 AudioBufferCallback_h
-#define AudioBufferCallback_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_AUDIO)
</span><span class="cx"> 
</span><span class="lines">@@ -39,8 +38,6 @@
</span><span class="cx">     virtual bool handleEvent(AudioBuffer*) = 0;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_AUDIO)
</span><del>-
-#endif // AudioBufferCallback_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioAudioDestinationNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/AudioDestinationNode.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/AudioDestinationNode.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/AudioDestinationNode.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 AudioDestinationNode_h
-#define AudioDestinationNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioBuffer.h&quot;
</span><span class="cx"> #include &quot;AudioBus.h&quot;
</span><span class="lines">@@ -34,7 +33,6 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class AudioBus;
</del><span class="cx"> class AudioContext;
</span><span class="cx"> 
</span><span class="cx"> class AudioDestinationNode : public AudioNode, public AudioIOCallback {
</span><span class="lines">@@ -84,5 +82,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // AudioDestinationNode_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioAudioListenerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/AudioListener.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/AudioListener.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/AudioListener.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 AudioListener_h
-#define AudioListener_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatPoint3D.h&quot;
</span><span class="cx"> #include &lt;wtf/Ref.h&gt;
</span><span class="lines">@@ -89,6 +88,4 @@
</span><span class="cx">     double m_speedOfSound;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // WebCore
-
-#endif // AudioListener_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioAudioNodeInputh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/AudioNodeInput.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/AudioNodeInput.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/AudioNodeInput.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 AudioNodeInput_h
-#define AudioNodeInput_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioBus.h&quot;
</span><span class="cx"> #include &quot;AudioNode.h&quot;
</span><span class="lines">@@ -94,5 +93,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // AudioNodeInput_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioAudioNodeOutputh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/AudioNodeOutput.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/AudioNodeOutput.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/AudioNodeOutput.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 AudioNodeOutput_h
-#define AudioNodeOutput_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioBus.h&quot;
</span><span class="cx"> #include &quot;AudioNode.h&quot;
</span><span class="lines">@@ -148,5 +147,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // AudioNodeOutput_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioAudioParamh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/AudioParam.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/AudioParam.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/AudioParam.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 AudioParam_h
-#define AudioParam_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioContext.h&quot;
</span><span class="cx"> #include &quot;AudioParamTimeline.h&quot;
</span><span class="lines">@@ -135,5 +134,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // AudioParam_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioAudioParamTimelineh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/AudioParamTimeline.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/AudioParamTimeline.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/AudioParamTimeline.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 AudioParamTimeline_h
-#define AudioParamTimeline_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioContext.h&quot;
</span><span class="cx"> #include &lt;runtime/Float32Array.h&gt;
</span><span class="lines">@@ -110,5 +109,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // AudioParamTimeline_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioAudioProcessingEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/AudioProcessingEvent.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/AudioProcessingEvent.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/AudioProcessingEvent.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 AudioProcessingEvent_h
-#define AudioProcessingEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioBuffer.h&quot;
</span><span class="cx"> #include &quot;Event.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 // AudioProcessingEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioAudioSummingJunctionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/AudioSummingJunction.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/AudioSummingJunction.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/AudioSummingJunction.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 AudioSummingJunction_h
-#define AudioSummingJunction_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioBus.h&quot;
</span><span class="cx"> #include &lt;wtf/HashSet.h&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 // AudioSummingJunction_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioBiquadDSPKernelh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/BiquadDSPKernel.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/BiquadDSPKernel.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/BiquadDSPKernel.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 BiquadDSPKernel_h
-#define BiquadDSPKernel_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioDSPKernel.h&quot;
</span><span class="cx"> #include &quot;Biquad.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 // BiquadDSPKernel_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioBiquadFilterNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/BiquadFilterNode.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/BiquadFilterNode.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/BiquadFilterNode.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 BiquadFilterNode_h
-#define BiquadFilterNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioBasicProcessorNode.h&quot;
</span><span class="cx"> #include &quot;BiquadProcessor.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 // BiquadFilterNode_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioBiquadProcessorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/BiquadProcessor.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/BiquadProcessor.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/BiquadProcessor.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 BiquadProcessor_h
-#define BiquadProcessor_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioDSPKernel.h&quot;
</span><span class="cx"> #include &quot;AudioDSPKernelProcessor.h&quot;
</span><span class="lines">@@ -94,5 +93,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // BiquadProcessor_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioChannelMergerNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/ChannelMergerNode.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/ChannelMergerNode.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/ChannelMergerNode.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ChannelMergerNode_h
-#define ChannelMergerNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioNode.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 // ChannelMergerNode_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioChannelSplitterNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/ChannelSplitterNode.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/ChannelSplitterNode.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/ChannelSplitterNode.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ChannelSplitterNode_h
-#define ChannelSplitterNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioNode.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 // ChannelSplitterNode_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioDelayDSPKernelh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/DelayDSPKernel.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/DelayDSPKernel.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/DelayDSPKernel.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DelayDSPKernel_h
-#define DelayDSPKernel_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioArray.h&quot;
</span><span class="cx"> #include &quot;AudioDSPKernel.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 // DelayDSPKernel_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioDelayProcessorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/DelayProcessor.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/DelayProcessor.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/DelayProcessor.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DelayProcessor_h
-#define DelayProcessor_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioDSPKernelProcessor.h&quot;
</span><span class="cx"> #include &quot;AudioParam.h&quot;
</span><span class="lines">@@ -51,5 +50,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DelayProcessor_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioDynamicsCompressorNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/DynamicsCompressorNode.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/DynamicsCompressorNode.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/DynamicsCompressorNode.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DynamicsCompressorNode_h
-#define DynamicsCompressorNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioNode.h&quot;
</span><span class="cx"> #include &quot;AudioParam.h&quot;
</span><span class="lines">@@ -74,5 +73,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DynamicsCompressorNode_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioGainNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/GainNode.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/GainNode.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/GainNode.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 GainNode_h
-#define GainNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioNode.h&quot;
</span><span class="cx"> #include &quot;AudioParam.h&quot;
</span><span class="lines">@@ -66,5 +65,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // GainNode_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioMediaElementAudioSourceNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/MediaElementAudioSourceNode.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/MediaElementAudioSourceNode.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/MediaElementAudioSourceNode.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MediaElementAudioSourceNode_h
-#define MediaElementAudioSourceNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_AUDIO) &amp;&amp; ENABLE(VIDEO)
</span><span class="cx"> 
</span><span class="lines">@@ -77,5 +76,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_AUDIO) &amp;&amp; ENABLE(VIDEO)
</span><del>-
-#endif // MediaElementAudioSourceNode_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioMediaStreamAudioDestinationNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/MediaStreamAudioDestinationNode.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/MediaStreamAudioDestinationNode.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/MediaStreamAudioDestinationNode.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MediaStreamAudioDestinationNode_h
-#define MediaStreamAudioDestinationNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_AUDIO) &amp;&amp; ENABLE(MEDIA_STREAM)
</span><span class="cx"> 
</span><span class="lines">@@ -67,5 +66,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_AUDIO) &amp;&amp; ENABLE(MEDIA_STREAM)
</span><del>-
-#endif // MediaStreamAudioDestinationNode_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioMediaStreamAudioSourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/MediaStreamAudioSource.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/MediaStreamAudioSource.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/MediaStreamAudioSource.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MediaStreamAudioSource_h
-#define MediaStreamAudioSource_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> 
</span><span class="lines">@@ -74,5 +73,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(MEDIA_STREAM)
</span><del>-
-#endif // MediaStreamAudioSource_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioMediaStreamAudioSourceNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/MediaStreamAudioSourceNode.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/MediaStreamAudioSourceNode.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/MediaStreamAudioSourceNode.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MediaStreamAudioSourceNode_h
-#define MediaStreamAudioSourceNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_AUDIO) &amp;&amp; ENABLE(MEDIA_STREAM)
</span><span class="cx"> 
</span><span class="lines">@@ -77,5 +76,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_AUDIO) &amp;&amp; ENABLE(MEDIA_STREAM)
</span><del>-
-#endif // MediaStreamAudioSourceNode_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioOfflineAudioCompletionEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/OfflineAudioCompletionEvent.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/OfflineAudioCompletionEvent.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/OfflineAudioCompletionEvent.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 OfflineAudioCompletionEvent_h
-#define OfflineAudioCompletionEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioBuffer.h&quot;
</span><span class="cx"> #include &quot;Event.h&quot;
</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 AudioBuffer;
-    
</del><span class="cx"> class OfflineAudioCompletionEvent : public Event {
</span><span class="cx"> public:
</span><span class="cx">     static Ref&lt;OfflineAudioCompletionEvent&gt; create(RefPtr&lt;AudioBuffer&gt;&amp;&amp; renderedBuffer);
</span><span class="lines">@@ -50,5 +47,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // OfflineAudioCompletionEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioOfflineAudioDestinationNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/OfflineAudioDestinationNode.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/OfflineAudioDestinationNode.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/OfflineAudioDestinationNode.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 OfflineAudioDestinationNode_h
-#define OfflineAudioDestinationNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioBuffer.h&quot;
</span><span class="cx"> #include &quot;AudioDestinationNode.h&quot;
</span><span class="lines">@@ -74,5 +73,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // OfflineAudioDestinationNode_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioPannerNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/PannerNode.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/PannerNode.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/PannerNode.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 PannerNode_h
-#define PannerNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioBus.h&quot;
</span><span class="cx"> #include &quot;AudioListener.h&quot;
</span><span class="lines">@@ -149,5 +148,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // PannerNode_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioPeriodicWaveh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/PeriodicWave.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/PeriodicWave.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/PeriodicWave.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 PeriodicWave_h
-#define PeriodicWave_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioArray.h&quot;
</span><span class="cx"> #include &lt;memory&gt;
</span><span class="lines">@@ -99,5 +98,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // PeriodicWave_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioRealtimeAnalyserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/RealtimeAnalyser.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/RealtimeAnalyser.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/RealtimeAnalyser.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 RealtimeAnalyser_h
-#define RealtimeAnalyser_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioArray.h&quot;
</span><span class="cx"> #include &quot;FFTFrame.h&quot;
</span><span class="lines">@@ -97,5 +96,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // RealtimeAnalyser_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioScriptProcessorNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/ScriptProcessorNode.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/ScriptProcessorNode.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/ScriptProcessorNode.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ScriptProcessorNode_h
-#define ScriptProcessorNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ActiveDOMObject.h&quot;
</span><span class="cx"> #include &quot;AudioBus.h&quot;
</span><span class="lines">@@ -96,5 +95,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ScriptProcessorNode_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioWaveShaperDSPKernelh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/WaveShaperDSPKernel.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/WaveShaperDSPKernel.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/WaveShaperDSPKernel.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 WaveShaperDSPKernel_h
-#define WaveShaperDSPKernel_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioArray.h&quot;
</span><span class="cx"> #include &quot;AudioDSPKernel.h&quot;
</span><span class="lines">@@ -34,8 +33,6 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class WaveShaperProcessor;
-
</del><span class="cx"> // WaveShaperDSPKernel is an AudioDSPKernel and is responsible for non-linear distortion on one channel.
</span><span class="cx"> 
</span><span class="cx"> class WaveShaperDSPKernel : public AudioDSPKernel {
</span><span class="lines">@@ -71,5 +68,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // WaveShaperDSPKernel_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioWaveShaperProcessorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/WaveShaperProcessor.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/WaveShaperProcessor.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webaudio/WaveShaperProcessor.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 WaveShaperProcessor_h
-#define WaveShaperProcessor_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AudioDSPKernel.h&quot;
</span><span class="cx"> #include &quot;AudioDSPKernelProcessor.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 // WaveShaperProcessor_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseAbstractDatabaseServerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/AbstractDatabaseServer.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/AbstractDatabaseServer.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/AbstractDatabaseServer.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 AbstractDatabaseServer_h
-#define AbstractDatabaseServer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DatabaseBasicTypes.h&quot;
</span><span class="cx"> #include &quot;DatabaseDetails.h&quot;
</span><span class="lines">@@ -79,5 +78,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // AbstractDatabaseServer_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseChangeVersionDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/ChangeVersionData.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/ChangeVersionData.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/ChangeVersionData.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ChangeVersionData_h
-#define ChangeVersionData_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">@@ -44,5 +43,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ChangeVersionData_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseChangeVersionWrapperh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/ChangeVersionWrapper.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/ChangeVersionWrapper.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/ChangeVersionWrapper.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx">  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><del>-#ifndef ChangeVersionWrapper_h
-#define ChangeVersionWrapper_h
</del><span class="cx"> 
</span><ins>+#pragma once
+
</ins><span class="cx"> #include &quot;SQLTransaction.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -53,5 +53,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ChangeVersionWrapper_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/Database.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/Database.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/Database.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 Database_h
-#define Database_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DatabaseBasicTypes.h&quot;
</span><span class="cx"> #include &quot;DatabaseError.h&quot;
</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 // Database_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseAuthorizerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/DatabaseAuthorizer.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseAuthorizer.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseAuthorizer.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx">  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><del>-#ifndef DatabaseAuthorizer_h
-#define DatabaseAuthorizer_h
</del><span class="cx"> 
</span><ins>+#pragma once
+
</ins><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> #include &lt;wtf/HashSet.h&gt;
</span><span class="cx"> #include &lt;wtf/ThreadSafeRefCounted.h&gt;
</span><span class="lines">@@ -121,5 +121,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DatabaseAuthorizer_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseBasicTypesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/DatabaseBasicTypes.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseBasicTypes.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseBasicTypes.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DatabaseBasicTypes_h
-#define DatabaseBasicTypes_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -32,5 +31,3 @@
</span><span class="cx"> typedef int ExceptionCode;
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DatabaseBasicTypes_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseCallbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/DatabaseCallback.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseCallback.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseCallback.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DatabaseCallback_h
-#define DatabaseCallback_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/ThreadSafeRefCounted.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -36,7 +35,6 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class Database;
</span><del>-class DatabaseSync;
</del><span class="cx"> 
</span><span class="cx"> class DatabaseCallback : public ThreadSafeRefCounted&lt;DatabaseCallback&gt; {
</span><span class="cx"> public:
</span><span class="lines">@@ -44,6 +42,4 @@
</span><span class="cx">     virtual bool handleEvent(Database*) = 0;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // DatabaseCallback_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseContexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/DatabaseContext.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseContext.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseContext.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -25,8 +25,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef DatabaseContext_h
-#define DatabaseContext_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ActiveDOMObject.h&quot;
</span><span class="cx"> #include &lt;wtf/RefPtr.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 // DatabaseContext_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseDetailsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/DatabaseDetails.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseDetails.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseDetails.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DatabaseDetails_h
-#define DatabaseDetails_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;thread&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.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 // DatabaseDetails_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseErrorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/DatabaseError.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseError.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseError.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DatabaseError_h
-#define DatabaseError_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -38,5 +37,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DatabaseError_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/DatabaseManager.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseManager.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseManager.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DatabaseManager_h
-#define DatabaseManager_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DatabaseBasicTypes.h&quot;
</span><span class="cx"> #include &quot;DatabaseDetails.h&quot;
</span><span class="lines">@@ -42,7 +41,6 @@
</span><span class="cx"> class DatabaseCallback;
</span><span class="cx"> class DatabaseContext;
</span><span class="cx"> class DatabaseManagerClient;
</span><del>-class DatabaseSync;
</del><span class="cx"> class DatabaseTaskSynchronizer;
</span><span class="cx"> class SecurityOrigin;
</span><span class="cx"> class ScriptExecutionContext;
</span><span class="lines">@@ -152,5 +150,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DatabaseManager_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseManagerClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/DatabaseManagerClient.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseManagerClient.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseManagerClient.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -22,9 +22,9 @@
</span><span class="cx">  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><del>-#ifndef DatabaseManagerClient_h
-#define DatabaseManagerClient_h
</del><span class="cx"> 
</span><ins>+#pragma once
+
</ins><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -45,5 +45,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DatabaseManagerClient_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseServerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/DatabaseServer.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseServer.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseServer.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DatabaseServer_h
-#define DatabaseServer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AbstractDatabaseServer.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -67,5 +66,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DatabaseServer_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseTaskh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/DatabaseTask.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseTask.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseTask.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx">  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><del>-#ifndef DatabaseTask_h
-#define DatabaseTask_h
</del><span class="cx"> 
</span><ins>+#pragma once
+
</ins><span class="cx"> #include &quot;DatabaseBasicTypes.h&quot;
</span><span class="cx"> #include &quot;DatabaseError.h&quot;
</span><span class="cx"> #include &quot;SQLTransactionBackend.h&quot;
</span><span class="lines">@@ -151,5 +151,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DatabaseTask_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseThreadh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/DatabaseThread.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseThread.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseThread.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx">  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><del>-#ifndef DatabaseThread_h
-#define DatabaseThread_h
</del><span class="cx"> 
</span><ins>+#pragma once
+
</ins><span class="cx"> #include &lt;memory&gt;
</span><span class="cx"> #include &lt;wtf/Deque.h&gt;
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="lines">@@ -89,5 +89,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DatabaseThread_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseTrackerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/DatabaseTracker.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseTracker.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseTracker.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DatabaseTracker_h
-#define DatabaseTracker_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DatabaseDetails.h&quot;
</span><span class="cx"> #include &quot;DatabaseError.h&quot;
</span><span class="lines">@@ -203,5 +202,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DatabaseTracker_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseOriginLockh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/OriginLock.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/OriginLock.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/OriginLock.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 OriginLock_h
-#define OriginLock_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FileSystem.h&quot;
</span><span class="cx"> #include &lt;wtf/Lock.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 // OriginLock_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLCallbackWrapperh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/SQLCallbackWrapper.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLCallbackWrapper.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLCallbackWrapper.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx">  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><del>-#ifndef SQLCallbackWrapper_h
-#define SQLCallbackWrapper_h
</del><span class="cx"> 
</span><ins>+#pragma once
+
</ins><span class="cx"> #include &quot;ScriptExecutionContext.h&quot;
</span><span class="cx"> #include &lt;wtf/Lock.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -99,5 +99,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SQLCallbackWrapper_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLErrorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/SQLError.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLError.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLError.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SQLError_h
-#define SQLError_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/ThreadSafeRefCounted.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -66,6 +65,4 @@
</span><span class="cx">     String m_message;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // SQLError_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLExceptionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/SQLException.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLException.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLException.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SQLException_h
-#define SQLException_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">@@ -66,5 +65,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SQLException_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLResultSetRowListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/SQLResultSetRowList.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLResultSetRowList.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLResultSetRowList.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SQLResultSetRowList_h
-#define SQLResultSetRowList_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> #include &quot;SQLValue.h&quot;
</span><span class="lines">@@ -53,6 +52,4 @@
</span><span class="cx">     Vector&lt;SQLValue&gt; m_result;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLStatementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/SQLStatement.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLStatement.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLStatement.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx">  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><del>-#ifndef SQLStatement_h
-#define SQLStatement_h
</del><span class="cx"> 
</span><ins>+#pragma once
+
</ins><span class="cx"> #include &quot;SQLCallbackWrapper.h&quot;
</span><span class="cx"> #include &quot;SQLStatementCallback.h&quot;
</span><span class="cx"> #include &quot;SQLStatementErrorCallback.h&quot;
</span><span class="lines">@@ -77,5 +77,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SQLStatement_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLStatementCallbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/SQLStatementCallback.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLStatementCallback.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLStatementCallback.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx">  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><del>-#ifndef SQLStatementCallback_h
-#define SQLStatementCallback_h
</del><span class="cx"> 
</span><ins>+#pragma once
+
</ins><span class="cx"> #include &lt;wtf/ThreadSafeRefCounted.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -41,6 +41,4 @@
</span><span class="cx">     virtual bool handleEvent(SQLTransaction*, SQLResultSet*) = 0;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // SQLStatementErrorCallback_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLStatementErrorCallbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/SQLStatementErrorCallback.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLStatementErrorCallback.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLStatementErrorCallback.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SQLStatementErrorCallback_h
-#define SQLStatementErrorCallback_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/ThreadSafeRefCounted.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -42,6 +41,4 @@
</span><span class="cx">     virtual bool handleEvent(SQLTransaction*, SQLError*) = 0;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // SQLStatementErrorCallback_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLTransactionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/SQLTransaction.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLTransaction.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLTransaction.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SQLTransaction_h
-#define SQLTransaction_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EventTarget.h&quot;
</span><span class="cx"> #include &quot;SQLCallbackWrapper.h&quot;
</span><span class="lines">@@ -149,5 +148,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SQLTransaction_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLTransactionBackendh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/SQLTransactionBackend.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLTransactionBackend.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLTransactionBackend.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx">  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><del>-#ifndef SQLTransactionBackend_h
-#define SQLTransactionBackend_h
</del><span class="cx"> 
</span><ins>+#pragma once
+
</ins><span class="cx"> #include &quot;DatabaseBasicTypes.h&quot;
</span><span class="cx"> #include &quot;SQLTransactionStateMachine.h&quot;
</span><span class="cx"> #include &lt;memory&gt;
</span><span class="lines">@@ -79,5 +79,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SQLTransactionBackend_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLTransactionCallbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/SQLTransactionCallback.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLTransactionCallback.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLTransactionCallback.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SQLTransactionCallback_h
-#define SQLTransactionCallback_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/ThreadSafeRefCounted.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -41,6 +40,4 @@
</span><span class="cx">     virtual bool handleEvent(SQLTransaction*) = 0;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // SQLTransactionCallback_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLTransactionClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/SQLTransactionClient.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLTransactionClient.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLTransactionClient.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SQLTransactionClient_h
-#define SQLTransactionClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/FastMalloc.h&gt;
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span><span class="lines">@@ -48,6 +47,4 @@
</span><span class="cx">     bool didExceedQuota(Database*);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // SQLTransactionClient_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLTransactionCoordinatorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/SQLTransactionCoordinator.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLTransactionCoordinator.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLTransactionCoordinator.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SQLTransactionCoordinator_h
-#define SQLTransactionCoordinator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Deque.h&gt;
</span><span class="cx"> #include &lt;wtf/HashMap.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 // SQLTransactionCoordinator_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLTransactionErrorCallbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/SQLTransactionErrorCallback.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLTransactionErrorCallback.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLTransactionErrorCallback.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SQLTransactionErrorCallback_h
-#define SQLTransactionErrorCallback_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/ThreadSafeRefCounted.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -41,6 +40,4 @@
</span><span class="cx">     virtual bool handleEvent(SQLError*) = 0;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // SQLTransactionErrorCallback_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLTransactionStateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/SQLTransactionState.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLTransactionState.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLTransactionState.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SQLTransactionState_h
-#define SQLTransactionState_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 // SQLTransactionState_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLTransactionStateMachineh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SQLTransactionStateMachine_h
-#define SQLTransactionStateMachine_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SQLTransactionState.h&quot;
</span><span class="cx"> #include &lt;wtf/ThreadSafeRefCounted.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 // SQLTransactionStateMachine_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebsocketsCloseEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/websockets/CloseEvent.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/websockets/CloseEvent.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/websockets/CloseEvent.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CloseEvent_h
-#define CloseEvent_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">@@ -84,5 +83,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CloseEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebsocketsWebSocketDeflateFramerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/websockets/WebSocketDeflateFramer.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/websockets/WebSocketDeflateFramer.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/websockets/WebSocketDeflateFramer.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 WebSocketDeflateFramer_h
-#define WebSocketDeflateFramer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_SOCKETS)
</span><span class="cx"> 
</span><span class="lines">@@ -105,8 +104,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(WEB_SOCKETS)
</span><del>-
-#endif // WebSocketDeflateFramer_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebsocketsWebSocketDeflaterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/websockets/WebSocketDeflater.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/websockets/WebSocketDeflater.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/websockets/WebSocketDeflater.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 WebSocketDeflater_h
-#define WebSocketDeflater_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_SOCKETS)
</span><span class="cx"> 
</span><span class="lines">@@ -85,8 +84,6 @@
</span><span class="cx">     std::unique_ptr&lt;z_stream&gt; m_stream;
</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_SOCKETS)
</span><del>-
-#endif // WebSocketDeflater_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebsocketsWebSocketExtensionDispatcherh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/websockets/WebSocketExtensionDispatcher.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/websockets/WebSocketExtensionDispatcher.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/websockets/WebSocketExtensionDispatcher.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 WebSocketExtensionDispatcher_h
-#define WebSocketExtensionDispatcher_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_SOCKETS)
</span><span class="cx"> 
</span><span class="lines">@@ -61,8 +60,6 @@
</span><span class="cx">     String m_failureReason;
</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_SOCKETS)
</span><del>-
-#endif // WebSocketExtensionDispatcher_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebsocketsWebSocketExtensionParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/websockets/WebSocketExtensionParser.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/websockets/WebSocketExtensionParser.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/websockets/WebSocketExtensionParser.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 WebSocketExtensionParser_h
-#define WebSocketExtensionParser_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_SOCKETS)
</span><span class="cx"> 
</span><span class="lines">@@ -70,5 +69,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_SOCKETS)
</span><del>-
-#endif // WebSocketExtensionParser_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebsocketsWebSocketExtensionProcessorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 WebSocketExtensionProcessor_h
-#define WebSocketExtensionProcessor_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_SOCKETS)
</span><span class="cx"> 
</span><span class="lines">@@ -67,8 +66,6 @@
</span><span class="cx">     String m_extensionToken;
</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_SOCKETS)
</span><del>-
-#endif // WebSocketExtensionProcessor_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebsocketsWebSocketFrameh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/websockets/WebSocketFrame.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/websockets/WebSocketFrame.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/websockets/WebSocketFrame.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 WebSocketFrame_h
-#define WebSocketFrame_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_SOCKETS)
</span><span class="cx"> 
</span><span class="lines">@@ -77,5 +76,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_SOCKETS)
</span><del>-
-#endif // WebSocketFrame_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebsocketsWebSocketHandshakeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/websockets/WebSocketHandshake.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/websockets/WebSocketHandshake.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/Modules/websockets/WebSocketHandshake.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 WebSocketHandshake_h
-#define WebSocketHandshake_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_SOCKETS)
</span><span class="cx"> 
</span><span class="lines">@@ -119,5 +118,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_SOCKETS)
</span><del>-
-#endif // WebSocketHandshake_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoCommonCryptoUtilitiesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/CommonCryptoUtilities.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/CommonCryptoUtilities.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/CommonCryptoUtilities.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CommonCryptoUtilities_h
-#define CommonCryptoUtilities_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">@@ -113,4 +112,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SUBTLE_CRYPTO)
</span><del>-#endif // CommonCryptoUtilities_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoCryptoAlgorithmh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/CryptoAlgorithm.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/CryptoAlgorithm.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/CryptoAlgorithm.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoAlgorithm_h
-#define CryptoAlgorithm_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CryptoAlgorithmIdentifier.h&quot;
</span><span class="cx"> #include &quot;CryptoKeyUsage.h&quot;
</span><span class="lines">@@ -89,7 +88,6 @@
</span><span class="cx">     CryptoAlgorithm();
</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 // CryptoAlgorithm_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoCryptoAlgorithmIdentifierh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/CryptoAlgorithmIdentifier.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/CryptoAlgorithmIdentifier.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/CryptoAlgorithmIdentifier.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoAlgorithmIdentifier_h
-#define CryptoAlgorithmIdentifier_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">@@ -55,7 +54,6 @@
</span><span class="cx">     PBKDF2
</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 // CryptoAlgorithmIdentifier_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoCryptoAlgorithmRegistryh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/CryptoAlgorithmRegistry.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/CryptoAlgorithmRegistry.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/CryptoAlgorithmRegistry.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoAlgorithmRegistry_h
-#define CryptoAlgorithmRegistry_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CryptoAlgorithmIdentifier.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -70,7 +69,6 @@
</span><span class="cx">     HashMap&lt;unsigned, CryptoAlgorithmConstructor&gt; m_identifierToConstructorMap;
</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 // CryptoAlgorithmRegistry_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoCryptoKeyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/CryptoKey.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/CryptoKey.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/CryptoKey.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoKey_h
-#define CryptoKey_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">@@ -124,4 +123,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SUBTLE_CRYPTO)
</span><del>-#endif // CryptoKey_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoCryptoKeyDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/CryptoKeyData.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/CryptoKeyData.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/CryptoKeyData.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoKeyData_h
-#define CryptoKeyData_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">@@ -61,4 +60,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SUBTLE_CRYPTO)
</span><del>-#endif // CryptoKeyData_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoCryptoKeyPairh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/CryptoKeyPair.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/CryptoKeyPair.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/CryptoKeyPair.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoKeyPair_h
-#define CryptoKeyPair_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CryptoKey.h&quot;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="lines">@@ -55,4 +54,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SUBTLE_CRYPTO)
</span><del>-#endif // CryptoKeyPair_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoCryptoKeySerializationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/CryptoKeySerialization.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/CryptoKeySerialization.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/CryptoKeySerialization.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoKeySerialization_h
-#define CryptoKeySerialization_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CryptoKeyUsage.h&quot;
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span><span class="lines">@@ -64,4 +63,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SUBTLE_CRYPTO)
</span><del>-#endif // CryptoKeySerialization_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoCryptoKeyTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/CryptoKeyType.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/CryptoKeyType.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/CryptoKeyType.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoKeyType_h
-#define CryptoKeyType_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">@@ -39,4 +38,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SUBTLE_CRYPTO)
</span><del>-#endif // CryptoKeyType_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoCryptoKeyUsageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/CryptoKeyUsage.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/CryptoKeyUsage.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/CryptoKeyUsage.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoKeyUsage_h
-#define CryptoKeyUsage_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">@@ -55,7 +54,6 @@
</span><span class="cx">     UnwrapKey
</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 // CryptoKeyUsage_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoSerializedCryptoKeyWraph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/SerializedCryptoKeyWrap.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/SerializedCryptoKeyWrap.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/SerializedCryptoKeyWrap.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SerializedCryptoKeyWrap_h
-#define SerializedCryptoKeyWrap_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">@@ -46,8 +45,6 @@
</span><span class="cx"> WEBCORE_EXPORT bool wrapSerializedCryptoKey(const Vector&lt;uint8_t&gt;&amp; masterKey, const Vector&lt;uint8_t&gt;&amp; key, Vector&lt;uint8_t&gt;&amp; result);
</span><span class="cx"> WEBCORE_EXPORT bool unwrapSerializedCryptoKey(const Vector&lt;uint8_t&gt;&amp; masterKey, const Vector&lt;uint8_t&gt;&amp; wrappedKey, Vector&lt;uint8_t&gt;&amp; key);
</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 // SerializedCryptoKeyWrap_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmAES_CBCh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_CBC.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_CBC.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_CBC.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoAlgorithmAES_CBC_h
-#define CryptoAlgorithmAES_CBC_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CryptoAlgorithm.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -62,8 +61,6 @@
</span><span class="cx">     void platformDecrypt(const CryptoAlgorithmAesCbcParamsDeprecated&amp;, const CryptoKeyAES&amp;, const CryptoOperationData&amp;, VectorCallback&amp;&amp;, VoidCallback&amp;&amp; failureCallback, ExceptionCode&amp;);
</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 // CryptoAlgorithmAES_CBC_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmAES_KWh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_KW.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_KW.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_KW.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoAlgorithmAES_KW_h
-#define CryptoAlgorithmAES_KW_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CryptoAlgorithm.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -61,7 +60,6 @@
</span><span class="cx">     void platformDecrypt(const CryptoKeyAES&amp;, const CryptoOperationData&amp;, VectorCallback&amp;&amp;, VoidCallback&amp;&amp; failureCallback, ExceptionCode&amp;);
</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 // CryptoAlgorithmAES_KW_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmHMACh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmHMAC.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmHMAC.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmHMAC.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoAlgorithmHMAC_h
-#define CryptoAlgorithmHMAC_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CryptoAlgorithm.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -62,9 +61,6 @@
</span><span class="cx">     void platformVerify(const CryptoAlgorithmHmacParamsDeprecated&amp;, const CryptoKeyHMAC&amp;, const CryptoOperationData&amp; signature, const CryptoOperationData&amp;, BoolCallback&amp;&amp;, VoidCallback&amp;&amp; failureCallback, ExceptionCode&amp;);
</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 // CryptoAlgorithmHMAC_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmRSAES_PKCS1_v1_5h"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSAES_PKCS1_v1_5.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSAES_PKCS1_v1_5.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSAES_PKCS1_v1_5.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoAlgorithmRSAES_PKCS1_v1_5_h
-#define CryptoAlgorithmRSAES_PKCS1_v1_5_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CryptoAlgorithm.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -62,7 +61,6 @@
</span><span class="cx">     void platformDecrypt(const CryptoKeyRSA&amp;, const CryptoOperationData&amp;, VectorCallback&amp;&amp;, VoidCallback&amp;&amp; failureCallback, ExceptionCode&amp;);
</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 // CryptoAlgorithmRSAES_PKCS1_v1_5_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmRSASSA_PKCS1_v1_5h"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSASSA_PKCS1_v1_5.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSASSA_PKCS1_v1_5.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSASSA_PKCS1_v1_5.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoAlgorithmRSASSA_PKCS1_v1_5_h
-#define CryptoAlgorithmRSASSA_PKCS1_v1_5_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CryptoAlgorithm.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -62,7 +61,6 @@
</span><span class="cx">     void platformVerify(const CryptoAlgorithmRsaSsaParamsDeprecated&amp;, const CryptoKeyRSA&amp;, const CryptoOperationData&amp; signature, const CryptoOperationData&amp;, BoolCallback&amp;&amp;, VoidCallback&amp;&amp; failureCallback, ExceptionCode&amp;);
</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 // CryptoAlgorithmRSASSA_PKCS1_v1_5_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmRSA_OAEPh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSA_OAEP.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSA_OAEP.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSA_OAEP.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoAlgorithmRSA_OAEP_h
-#define CryptoAlgorithmRSA_OAEP_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CryptoAlgorithm.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -62,7 +61,6 @@
</span><span class="cx">     void platformDecrypt(const CryptoAlgorithmRsaOaepParamsDeprecated&amp;, const CryptoKeyRSA&amp;, const CryptoOperationData&amp;, VectorCallback&amp;&amp;, VoidCallback&amp;&amp; failureCallback, ExceptionCode&amp;);
</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 // CryptoAlgorithmRSA_OAEP_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmSHA1h"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmSHA1.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmSHA1.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmSHA1.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoAlgorithmSHA1_h
-#define CryptoAlgorithmSHA1_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CryptoAlgorithm.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -48,7 +47,6 @@
</span><span class="cx">     virtual ~CryptoAlgorithmSHA1();
</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 // CryptoAlgorithmSHA1_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmSHA224h"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmSHA224.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmSHA224.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmSHA224.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoAlgorithmSHA224_h
-#define CryptoAlgorithmSHA224_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CryptoAlgorithm.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -48,7 +47,6 @@
</span><span class="cx">     virtual ~CryptoAlgorithmSHA224();
</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 // CryptoAlgorithmSHA224_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmSHA256h"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmSHA256.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmSHA256.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmSHA256.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoAlgorithmSHA256_h
-#define CryptoAlgorithmSHA256_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CryptoAlgorithm.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -48,7 +47,6 @@
</span><span class="cx">     virtual ~CryptoAlgorithmSHA256();
</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 // CryptoAlgorithmSHA256_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmSHA384h"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmSHA384.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmSHA384.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmSHA384.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoAlgorithmSHA384_h
-#define CryptoAlgorithmSHA384_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CryptoAlgorithm.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -48,7 +47,6 @@
</span><span class="cx">     virtual ~CryptoAlgorithmSHA384();
</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 // CryptoAlgorithmSHA384_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmSHA512h"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmSHA512.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmSHA512.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmSHA512.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoAlgorithmSHA512_h
-#define CryptoAlgorithmSHA512_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CryptoAlgorithm.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -48,7 +47,6 @@
</span><span class="cx">     virtual ~CryptoAlgorithmSHA512();
</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 // CryptoAlgorithmSHA512_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptokeysCryptoKeyAESh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/keys/CryptoKeyAES.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/keys/CryptoKeyAES.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/keys/CryptoKeyAES.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoKeyAES_h
-#define CryptoKeyAES_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CryptoAlgorithmIdentifier.h&quot;
</span><span class="cx"> #include &quot;CryptoKey.h&quot;
</span><span class="lines">@@ -93,5 +92,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_KEY_ALGORITHM(AesKeyAlgorithm, KeyAlgorithmClass::AES)
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SUBTLE_CRYPTO)
</span><del>-
-#endif // CryptoKeyAES_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptokeysCryptoKeyDataOctetSequenceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/keys/CryptoKeyDataOctetSequence.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/keys/CryptoKeyDataOctetSequence.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/keys/CryptoKeyDataOctetSequence.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoKeyDataOctetSequence_h
-#define CryptoKeyDataOctetSequence_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CryptoKeyData.h&quot;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="lines">@@ -49,4 +48,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CRYPTO_KEY_DATA(CryptoKeyDataOctetSequence, CryptoKeyData::Format::OctetSequence)
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SUBTLE_CRYPTO)
</span><del>-#endif // CryptoKeyDataOctetSequence_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptokeysCryptoKeyDataRSAComponentsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/keys/CryptoKeyDataRSAComponents.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/keys/CryptoKeyDataRSAComponents.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/keys/CryptoKeyDataRSAComponents.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoKeyDataRSAComponents_h
-#define CryptoKeyDataRSAComponents_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CryptoKeyData.h&quot;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="lines">@@ -117,4 +116,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CRYPTO_KEY_DATA(CryptoKeyDataRSAComponents, CryptoKeyData::Format::RSAComponents)
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SUBTLE_CRYPTO)
</span><del>-#endif // CryptoKeyDataRSAComponents_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptokeysCryptoKeyHMACh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/keys/CryptoKeyHMAC.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/keys/CryptoKeyHMAC.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/keys/CryptoKeyHMAC.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoKeyHMAC_h
-#define CryptoKeyHMAC_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><ins>+#if ENABLE(SUBTLE_CRYPTO)
+
</ins><span class="cx"> #include &quot;CryptoKey.h&quot;
</span><span class="cx"> #include &lt;wtf/Function.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><del>-#if ENABLE(SUBTLE_CRYPTO)
-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> struct JsonWebKey;
</span><span class="lines">@@ -92,4 +91,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_KEY_ALGORITHM(HmacKeyAlgorithm, KeyAlgorithmClass::HMAC)
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SUBTLE_CRYPTO)
</span><del>-#endif // CryptoKeyHMAC_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptokeysCryptoKeyRSAh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/keys/CryptoKeyRSA.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/keys/CryptoKeyRSA.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/keys/CryptoKeyRSA.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoKeyRSA_h
-#define CryptoKeyRSA_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CryptoKey.h&quot;
</span><span class="cx"> #include &lt;wtf/Function.h&gt;
</span><span class="lines">@@ -128,4 +127,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_KEY_ALGORITHM(RsaHashedKeyAlgorithm, KeyAlgorithmClass::HRSA)
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SUBTLE_CRYPTO)
</span><del>-#endif // CryptoKeyRSA_h
</del></span></pre></div>
<a id="trunkSourceWebCorecryptokeysCryptoKeySerializationRawh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/keys/CryptoKeySerializationRaw.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/keys/CryptoKeySerializationRaw.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/crypto/keys/CryptoKeySerializationRaw.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CryptoKeySerializationRaw_h
-#define CryptoKeySerializationRaw_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CryptoKeySerialization.h&quot;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="lines">@@ -64,4 +63,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SUBTLE_CRYPTO)
</span><del>-#endif // CryptoKeySerializationRaw_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssjitFunctionCallh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/cssjit/FunctionCall.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/cssjit/FunctionCall.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/cssjit/FunctionCall.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 FunctionCall_h
-#define FunctionCall_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CSS_SELECTOR_JIT)
</span><span class="cx"> 
</span><span class="lines">@@ -193,5 +192,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CSS_SELECTOR_JIT)
</span><del>-
-#endif // FunctionCall_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssjitRegisterAllocatorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/cssjit/RegisterAllocator.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/cssjit/RegisterAllocator.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/cssjit/RegisterAllocator.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 RegisterAllocator_h
-#define RegisterAllocator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CSS_SELECTOR_JIT)
</span><span class="cx"> 
</span><span class="lines">@@ -269,6 +268,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CSS_SELECTOR_JIT)
</span><del>-
-#endif // RegisterAllocator_h
-
</del></span></pre></div>
<a id="trunkSourceWebCorecssjitSelectorCompilerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/cssjit/SelectorCompiler.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/cssjit/SelectorCompiler.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/cssjit/SelectorCompiler.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SelectorCompiler_h
-#define SelectorCompiler_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CSS_SELECTOR_JIT)
</span><span class="cx"> 
</span><span class="lines">@@ -113,5 +112,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CSS_SELECTOR_JIT)
</span><del>-
-#endif // SelectorCompiler_h
</del></span></pre></div>
<a id="trunkSourceWebCorecssjitStackAllocatorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/cssjit/StackAllocator.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/cssjit/StackAllocator.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/cssjit/StackAllocator.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 StackAllocator_h
-#define StackAllocator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CSS_SELECTOR_JIT)
</span><span class="cx"> 
</span><span class="lines">@@ -274,5 +273,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(CSS_SELECTOR_JIT)
</span><del>-
-#endif // StackAllocator_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingAlternativeTextControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/AlternativeTextController.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/AlternativeTextController.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/AlternativeTextController.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 AlternativeTextController_h
-#define AlternativeTextController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AlternativeTextClient.h&quot;
</span><span class="cx"> #include &quot;DocumentMarker.h&quot;
</span><span class="lines">@@ -176,5 +175,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // AlternativeTextController_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingAppendNodeCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/AppendNodeCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/AppendNodeCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/AppendNodeCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 AppendNodeCommand_h
-#define AppendNodeCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EditCommand.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 // AppendNodeCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingApplyBlockElementCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/ApplyBlockElementCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/ApplyBlockElementCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/ApplyBlockElementCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ApplyBlockElementCommand_h
-#define ApplyBlockElementCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CompositeEditCommand.h&quot;
</span><span class="cx"> #include &quot;QualifiedName.h&quot;
</span><span class="lines">@@ -57,6 +56,4 @@
</span><span class="cx">     Position m_endOfLastParagraph;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreeditingApplyStyleCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/ApplyStyleCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/ApplyStyleCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/ApplyStyleCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ApplyStyleCommand_h
-#define ApplyStyleCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CompositeEditCommand.h&quot;
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="lines">@@ -138,5 +137,3 @@
</span><span class="cx"> RefPtr&lt;HTMLElement&gt; createStyleSpanElement(Document&amp;);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingBreakBlockquoteCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/BreakBlockquoteCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/BreakBlockquoteCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/BreakBlockquoteCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 BreakBlockquoteCommand_h
-#define BreakBlockquoteCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CompositeEditCommand.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -43,5 +42,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingCompositeEditCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/CompositeEditCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/CompositeEditCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/CompositeEditCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CompositeEditCommand_h
-#define CompositeEditCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AXObjectCache.h&quot;
</span><span class="cx"> #include &quot;EditCommand.h&quot;
</span><span class="lines">@@ -227,5 +226,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CompositeEditCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingCreateLinkCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/CreateLinkCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/CreateLinkCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/CreateLinkCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CreateLinkCommand_h
-#define CreateLinkCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CompositeEditCommand.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 // CreateLinkCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingDeleteFromTextNodeCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/DeleteFromTextNodeCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/DeleteFromTextNodeCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/DeleteFromTextNodeCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DeleteFromTextNodeCommand_h
-#define DeleteFromTextNodeCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EditCommand.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 // DeleteFromTextNodeCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingDeleteSelectionCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/DeleteSelectionCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/DeleteSelectionCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/DeleteSelectionCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DeleteSelectionCommand_h
-#define DeleteSelectionCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CompositeEditCommand.h&quot;
</span><span class="cx"> 
</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 // DeleteSelectionCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingDictationAlternativeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/DictationAlternative.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/DictationAlternative.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/DictationAlternative.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DictationAlternative_h
-#define DictationAlternative_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;stdint.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -39,6 +38,4 @@
</span><span class="cx">     uint64_t dictationContext;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // DictationAlternative_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreeditingDictationCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/DictationCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/DictationCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/DictationCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DictationCommand_h
-#define DictationCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DictationAlternative.h&quot;
</span><span class="cx"> #include &quot;TextInsertionBaseCommand.h&quot;
</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 DocumentMarker;
-
</del><span class="cx"> class DictationCommand : public TextInsertionBaseCommand {
</span><span class="cx">     friend class DictationCommandLineOperation;
</span><span class="cx"> public:
</span><span class="lines">@@ -55,6 +52,5 @@
</span><span class="cx">     String m_textToInsert;
</span><span class="cx">     Vector&lt;DictationAlternative&gt; m_alternatives;
</span><span class="cx"> };
</span><del>-}
</del><span class="cx"> 
</span><del>-#endif // DictationCommand_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreeditingDictionaryPopupInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/DictionaryPopupInfo.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/DictionaryPopupInfo.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/DictionaryPopupInfo.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DictionaryPopupInfo_h
-#define DictionaryPopupInfo_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatPoint.h&quot;
</span><span class="cx"> #include &quot;TextIndicator.h&quot;
</span><span class="lines">@@ -45,5 +44,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // DictionaryPopupInfo_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingEditActionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/EditAction.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/EditAction.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/EditAction.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 EditAction_h
-#define EditAction_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx">     typedef enum {
</span><span class="lines">@@ -87,6 +86,4 @@
</span><span class="cx">         EditActionIndent,
</span><span class="cx">         EditActionOutdent
</span><span class="cx">     } EditAction;    
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreeditingEditCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/EditCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/EditCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/EditCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 EditCommand_h
-#define EditCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AXTextStateChangeIntent.h&quot;
</span><span class="cx"> #include &quot;EditAction.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 // EditCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingEditingBehaviorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/EditingBehavior.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/EditingBehavior.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/EditingBehavior.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 EditingBehavior_h
-#define EditingBehavior_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EditingBehaviorTypes.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -99,5 +98,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // EditingBehavior_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingEditingBehaviorTypesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/EditingBehaviorTypes.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/EditingBehaviorTypes.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/EditingBehaviorTypes.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 EditingBehaviorTypes_h
-#define EditingBehaviorTypes_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"> };
</span><span class="cx"> 
</span><span class="cx"> } // WebCore namespace
</span><del>-
-#endif // EditingBehaviorTypes_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingEditingBoundaryh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/EditingBoundary.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/EditingBoundary.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/EditingBoundary.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 EditingBoundary_h
-#define EditingBoundary_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -39,6 +38,4 @@
</span><span class="cx">     HasEditableAXRole
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // EditingBoundary_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreeditingEditorDeleteActionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/EditorDeleteAction.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/EditorDeleteAction.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/EditorDeleteAction.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 EditorDeleteAction_h
-#define EditorDeleteAction_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -34,7 +33,4 @@
</span><span class="cx">     forwardDeleteKeyAction
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace
-
-#endif
-
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreeditingEditorInsertActionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/EditorInsertAction.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/EditorInsertAction.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/EditorInsertAction.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 EditorInsertAction_h
-#define EditorInsertAction_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">     EditorInsertActionDropped
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreeditingFindOptionsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/FindOptions.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/FindOptions.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/FindOptions.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 FindOptions_h
-#define FindOptions_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 char FindOptions;
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // FindOptions_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingFormatBlockCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/FormatBlockCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/FormatBlockCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/FormatBlockCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 FormatBlockCommand_h
-#define FormatBlockCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ApplyBlockElementCommand.h&quot;
</span><span class="cx"> #include &quot;EditAction.h&quot;
</span><span class="lines">@@ -61,5 +60,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // FormatBlockCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingFrameSelectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/FrameSelection.cpp (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/FrameSelection.cpp        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/FrameSelection.cpp        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -78,8 +78,6 @@
</span><span class="cx"> #include &quot;RenderStyle.h&quot;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-#define EDIT_DEBUG 0
-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> using namespace HTMLNames;
</span></span></pre></div>
<a id="trunkSourceWebCoreeditingHTMLInterchangeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/HTMLInterchange.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/HTMLInterchange.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/HTMLInterchange.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 HTMLInterchange_h
-#define HTMLInterchange_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">@@ -42,6 +41,4 @@
</span><span class="cx"> 
</span><span class="cx"> String convertHTMLTextToInterchangeFormat(const String&amp;, const Text*);
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreeditingIndentOutdentCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/IndentOutdentCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/IndentOutdentCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/IndentOutdentCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IndentOutdentCommand_h
-#define IndentOutdentCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ApplyBlockElementCommand.h&quot;
</span><span class="cx"> #include &quot;EditAction.h&quot;
</span><span class="lines">@@ -60,5 +59,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // IndentOutdentCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingInsertIntoTextNodeCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/InsertIntoTextNodeCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/InsertIntoTextNodeCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/InsertIntoTextNodeCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 InsertIntoTextNodeCommand_h
-#define InsertIntoTextNodeCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EditCommand.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 // InsertIntoTextNodeCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingInsertLineBreakCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/InsertLineBreakCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/InsertLineBreakCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/InsertLineBreakCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 InsertLineBreakCommand_h
-#define InsertLineBreakCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CompositeEditCommand.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 // InsertLineBreakCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingInsertListCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/InsertListCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/InsertListCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/InsertListCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 InsertListCommand_h
-#define InsertListCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CompositeEditCommand.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 // InsertListCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingInsertNodeBeforeCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/InsertNodeBeforeCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/InsertNodeBeforeCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/InsertNodeBeforeCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 InsertNodeBeforeCommand_h
-#define InsertNodeBeforeCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EditCommand.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 // InsertNodeBeforeCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingInsertParagraphSeparatorCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/InsertParagraphSeparatorCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/InsertParagraphSeparatorCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/InsertParagraphSeparatorCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 InsertParagraphSeparatorCommand_h
-#define InsertParagraphSeparatorCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CompositeEditCommand.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -59,6 +58,4 @@
</span><span class="cx">     bool m_pasteBlockqutoeIntoUnquotedArea;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreeditingInsertTextCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/InsertTextCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/InsertTextCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/InsertTextCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 InsertTextCommand_h
-#define InsertTextCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CompositeEditCommand.h&quot;
</span><span class="cx"> 
</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 // InsertTextCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingMarkupAccumulatorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/MarkupAccumulator.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/MarkupAccumulator.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/MarkupAccumulator.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MarkupAccumulator_h
-#define MarkupAccumulator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Element.h&quot;
</span><span class="cx"> #include &quot;markup.h&quot;
</span><span class="lines">@@ -123,6 +122,4 @@
</span><span class="cx">     unsigned m_prefixLevel;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreeditingMergeIdenticalElementsCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/MergeIdenticalElementsCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/MergeIdenticalElementsCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/MergeIdenticalElementsCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MergeIdenticalElementsCommand_h
-#define MergeIdenticalElementsCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EditCommand.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 // MergeIdenticalElementsCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingModifySelectionListLevelh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/ModifySelectionListLevel.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/ModifySelectionListLevel.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/ModifySelectionListLevel.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ModifySelectionListLevel_h
-#define ModifySelectionListLevel_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CompositeEditCommand.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 // ModifySelectionListLevel_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingMoveSelectionCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/MoveSelectionCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/MoveSelectionCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/MoveSelectionCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MoveSelectionCommand_h
-#define MoveSelectionCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CompositeEditCommand.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 // MoveSelectionCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingRemoveCSSPropertyCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/RemoveCSSPropertyCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/RemoveCSSPropertyCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/RemoveCSSPropertyCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 RemoveCSSPropertyCommand_h
-#define RemoveCSSPropertyCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EditCommand.h&quot;
</span><span class="cx"> #include &quot;CSSPropertyNames.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 // RemoveCSSPropertyCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingRemoveFormatCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/RemoveFormatCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/RemoveFormatCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/RemoveFormatCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 RemoveFormatCommand_h
-#define RemoveFormatCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CompositeEditCommand.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 // RemoveFormatCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingRemoveNodeCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/RemoveNodeCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/RemoveNodeCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/RemoveNodeCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 RemoveNodeCommand_h
-#define RemoveNodeCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EditCommand.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 // RemoveNodeCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingRemoveNodePreservingChildrenCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/RemoveNodePreservingChildrenCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/RemoveNodePreservingChildrenCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/RemoveNodePreservingChildrenCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 RemoveNodePreservingChildrenCommand_h
-#define RemoveNodePreservingChildrenCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CompositeEditCommand.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 // RemoveNodePreservingChildrenCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingRenderedPositionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/RenderedPosition.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/RenderedPosition.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/RenderedPosition.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 RenderedPosition_h
-#define RenderedPosition_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;InlineBox.h&quot;
</span><span class="cx"> #include &quot;TextAffinity.h&quot;
</span><span class="lines">@@ -109,6 +108,4 @@
</span><span class="cx"> 
</span><span class="cx"> bool renderObjectContainsPosition(RenderObject*, const Position&amp;);
</span><span class="cx"> 
</span><del>-};
-
-#endif // RenderedPosition_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreeditingReplaceNodeWithSpanCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/ReplaceNodeWithSpanCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/ReplaceNodeWithSpanCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/ReplaceNodeWithSpanCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ReplaceNodeWithSpanCommand_h
-#define ReplaceNodeWithSpanCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CompositeEditCommand.h&quot;
</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 // ReplaceNodeWithSpanCommand
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingReplaceSelectionCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/ReplaceSelectionCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/ReplaceSelectionCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/ReplaceSelectionCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ReplaceSelectionCommand_h
-#define ReplaceSelectionCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CompositeEditCommand.h&quot;
</span><span class="cx"> #include &quot;NodeTraversal.h&quot;
</span><span class="lines">@@ -135,5 +134,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ReplaceSelectionCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingSelectionRectGathererh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/SelectionRectGatherer.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/SelectionRectGatherer.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/SelectionRectGatherer.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SelectionRectGatherer_h
-#define SelectionRectGatherer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><ins>+#if ENABLE(SERVICE_CONTROLS)
+
</ins><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><del>-#if ENABLE(SERVICE_CONTROLS)
-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class LayoutRect;
</span><span class="lines">@@ -74,4 +73,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(SERVICE_CONTROLS)
</span><del>-#endif // SelectionRectGatherer_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingSetNodeAttributeCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/SetNodeAttributeCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/SetNodeAttributeCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/SetNodeAttributeCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SetNodeAttributeCommand_h
-#define SetNodeAttributeCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EditCommand.h&quot;
</span><span class="cx"> #include &quot;QualifiedName.h&quot;
</span><span class="lines">@@ -55,5 +54,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SetNodeAttributeCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingSetSelectionCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/SetSelectionCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/SetSelectionCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/SetSelectionCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SetSelectionCommand_h
-#define SetSelectionCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EditCommand.h&quot;
</span><span class="cx"> #include &quot;FrameSelection.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 // SetSelectionCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingSimplifyMarkupCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/SimplifyMarkupCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/SimplifyMarkupCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/SimplifyMarkupCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SimplifyMarkupCommand_h
-#define SimplifyMarkupCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CompositeEditCommand.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 // SimplifyMarkupCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingSmartReplaceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/SmartReplace.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/SmartReplace.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/SmartReplace.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SmartReplace_h
-#define SmartReplace_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;unicode/utypes.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -36,5 +35,3 @@
</span><span class="cx"> WEBCORE_EXPORT bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SmartReplace_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingSpellCheckerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/SpellChecker.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/SpellChecker.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/SpellChecker.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SpellChecker_h
-#define SpellChecker_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Element.h&quot;
</span><span class="cx"> #include &quot;Range.h&quot;
</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 // SpellChecker_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingSpellingCorrectionCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/SpellingCorrectionCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/SpellingCorrectionCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/SpellingCorrectionCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SpellingCorrectionCommand_h
-#define SpellingCorrectionCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CompositeEditCommand.h&quot;
</span><span class="cx"> #include &quot;Range.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 // SpellingCorrectionCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingSplitElementCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/SplitElementCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/SplitElementCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/SplitElementCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SplitElementCommand_h
-#define SplitElementCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EditCommand.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 // SplitElementCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingSplitTextNodeCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/SplitTextNodeCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/SplitTextNodeCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/SplitTextNodeCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SplitTextNodeCommand_h
-#define SplitTextNodeCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EditCommand.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 // SplitTextNodeCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingSplitTextNodeContainingElementCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/SplitTextNodeContainingElementCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/SplitTextNodeContainingElementCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/SplitTextNodeContainingElementCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SplitTextNodeContainingElementCommand_h
-#define SplitTextNodeContainingElementCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CompositeEditCommand.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 // SplitTextNodeContainingElementCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingSurroundingTexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/SurroundingText.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/SurroundingText.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/SurroundingText.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SurroundingText_h
-#define SurroundingText_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">@@ -54,6 +53,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // SurroundingText_h
-
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingTextAffinityh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/TextAffinity.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/TextAffinity.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/TextAffinity.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 TextAffinity_h
-#define TextAffinity_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 EAffinity { UPSTREAM = 0, DOWNSTREAM = 1 };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // TextAffinity_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingTextGranularityh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/TextGranularity.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/TextGranularity.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/TextGranularity.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 TextGranularity_h
-#define TextGranularity_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -43,6 +42,4 @@
</span><span class="cx">     DocumentBoundary
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreeditingTextInsertionBaseCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/TextInsertionBaseCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/TextInsertionBaseCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/TextInsertionBaseCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 TextInsertionBaseCommand_h
-#define TextInsertionBaseCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CompositeEditCommand.h&quot;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -66,6 +65,4 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreeditingTextIteratorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/TextIterator.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/TextIterator.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/TextIterator.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 TextIterator_h
-#define TextIterator_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> // FIXME: Move each iterator class into a separate header file.
</span><span class="cx"> 
</span><span class="lines">@@ -303,6 +302,4 @@
</span><span class="cx">     bool m_didLookAhead;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreeditingTextIteratorBehaviorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/TextIteratorBehavior.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/TextIteratorBehavior.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/TextIteratorBehavior.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 TextIteratorBehavior_h
-#define TextIteratorBehavior_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -62,6 +61,4 @@
</span><span class="cx"> 
</span><span class="cx"> typedef unsigned short TextIteratorBehavior;
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreeditingTypingCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/TypingCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/TypingCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/TypingCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 TypingCommand_h
-#define TypingCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;TextInsertionBaseCommand.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -166,5 +165,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // TypingCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingUndoSteph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/UndoStep.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/UndoStep.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/UndoStep.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 UndoStep_h
-#define UndoStep_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EditAction.h&quot;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="lines">@@ -45,6 +44,4 @@
</span><span class="cx">     virtual EditAction editingAction() const = 0;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreeditingUnlinkCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/UnlinkCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/UnlinkCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/UnlinkCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 UnlinkCommand_h
-#define UnlinkCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CompositeEditCommand.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 // UnlinkCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingVisiblePositionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/VisiblePosition.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/VisiblePosition.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/VisiblePosition.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 VisiblePosition_h
-#define VisiblePosition_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EditingBoundary.h&quot;
</span><span class="cx"> #include &quot;Position.h&quot;
</span><span class="lines">@@ -174,5 +173,3 @@
</span><span class="cx"> void showTree(const WebCore::VisiblePosition*);
</span><span class="cx"> void showTree(const WebCore::VisiblePosition&amp;);
</span><span class="cx"> #endif
</span><del>-
-#endif // VisiblePosition_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingVisibleSelectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/VisibleSelection.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/VisibleSelection.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/VisibleSelection.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 VisibleSelection_h
-#define VisibleSelection_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;TextGranularity.h&quot;
</span><span class="cx"> #include &quot;VisiblePosition.h&quot;
</span><span class="lines">@@ -161,5 +160,3 @@
</span><span class="cx"> void showTree(const WebCore::VisibleSelection&amp;);
</span><span class="cx"> void showTree(const WebCore::VisibleSelection*);
</span><span class="cx"> #endif
</span><del>-
-#endif // VisibleSelection_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingVisibleUnitsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/VisibleUnits.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/VisibleUnits.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/VisibleUnits.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 VisibleUnits_h
-#define VisibleUnits_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EditingBoundary.h&quot;
</span><span class="cx"> #include &quot;TextFlags.h&quot;
</span><span class="lines">@@ -125,5 +124,3 @@
</span><span class="cx"> Node* findEndOfParagraph(Node*, Node*, Node*, int&amp;, Position::AnchorType&amp;, EditingBoundaryCrossingRule);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // VisibleUnits_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingWrapContentsInDummySpanCommandh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/WrapContentsInDummySpanCommand.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/WrapContentsInDummySpanCommand.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/WrapContentsInDummySpanCommand.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 WrapContentsInDummySpanCommand_h
-#define WrapContentsInDummySpanCommand_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EditCommand.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 // WrapContentsInDummySpanCommand_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingcocoaDataDetectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/cocoa/DataDetection.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/cocoa/DataDetection.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/cocoa/DataDetection.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DataDetection_h
-#define DataDetection_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #import &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> #import &lt;wtf/RetainPtr.h&gt;
</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 // DataDetection_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingcocoaHTMLConverterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/cocoa/HTMLConverter.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/cocoa/HTMLConverter.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/cocoa/HTMLConverter.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 HTMLConverter_h
-#define HTMLConverter_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">@@ -41,6 +40,4 @@
</span><span class="cx"> WEBCORE_EXPORT NSAttributedString *editingAttributedStringFromRange(Range&amp;, IncludeImagesInAttributedString = IncludeImagesInAttributedString::Yes);
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-}
-
-#endif // HTMLConverter_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreeditingmacAlternativeTextUIControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/mac/AlternativeTextUIController.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/mac/AlternativeTextUIController.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/mac/AlternativeTextUIController.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 AlternativeTextUIController_h
-#define AlternativeTextUIController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AlternativeTextClient.h&quot;
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="lines">@@ -71,5 +70,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-#endif // AlternativeTextUIController_h
</del><ins>+#endif // ENABLE(DICTATION_ALTERNATIVES)
</ins></span></pre></div>
<a id="trunkSourceWebCoreeditingmacDictionaryLookuph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/mac/DictionaryLookup.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/mac/DictionaryLookup.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/mac/DictionaryLookup.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DictionaryLookup_h
-#define DictionaryLookup_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="cx"> 
</span><span class="lines">@@ -66,5 +65,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // PLATFORM(MAC)
</span><del>-
-#endif // DictionaryLookup_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingmacTextAlternativeWithRangeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/mac/TextAlternativeWithRange.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/mac/TextAlternativeWithRange.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/mac/TextAlternativeWithRange.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 TextAlternativeWithRange_h
-#define TextAlternativeWithRange_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AlternativeTextClient.h&quot;
</span><span class="cx"> #include &lt;wtf/RetainPtr.h&gt;
</span><span class="lines">@@ -49,5 +48,3 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // TextAlternativeWithRange_h
</del></span></pre></div>
<a id="trunkSourceWebCoreeditingmacTextUndoInsertionMarkupMach"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/mac/TextUndoInsertionMarkupMac.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/mac/TextUndoInsertionMarkupMac.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/editing/mac/TextUndoInsertionMarkupMac.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 TextUndoInsertionMarkupMac_h
-#define TextUndoInsertionMarkupMac_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if USE(INSERTION_UNDO_GROUPING)
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> #endif
</span><span class="cx">     
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorefileapiAsyncFileStreamh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/fileapi/AsyncFileStream.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/fileapi/AsyncFileStream.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/fileapi/AsyncFileStream.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 AsyncFileStream_h
-#define AsyncFileStream_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;functional&gt;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -64,5 +63,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // AsyncFileStream_h
</del></span></pre></div>
<a id="trunkSourceWebCorefileapiBlobh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/fileapi/Blob.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/fileapi/Blob.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/fileapi/Blob.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 Blob_h
-#define Blob_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BlobPart.h&quot;
</span><span class="cx"> #include &quot;ScriptWrappable.h&quot;
</span><span class="lines">@@ -113,6 +112,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // Blob_h
-
</del></span></pre></div>
<a id="trunkSourceWebCorefileapiBlobURLh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/fileapi/BlobURL.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/fileapi/BlobURL.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/fileapi/BlobURL.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 BlobURL_h
-#define BlobURL_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;URL.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -58,6 +57,4 @@
</span><span class="cx">     BlobURL() { }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // BlobURL_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorefileapiFileErrorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/fileapi/FileError.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/fileapi/FileError.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/fileapi/FileError.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 FileError_h
-#define FileError_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">@@ -67,5 +66,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // FileError_h
</del></span></pre></div>
<a id="trunkSourceWebCorefileapiFileExceptionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/fileapi/FileException.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/fileapi/FileException.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/fileapi/FileException.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 FileException_h
-#define FileException_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">@@ -77,5 +76,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // FileException_h
</del></span></pre></div>
<a id="trunkSourceWebCorefileapiFileReaderLoaderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/fileapi/FileReaderLoader.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/fileapi/FileReaderLoader.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/fileapi/FileReaderLoader.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 FileReaderLoader_h
-#define FileReaderLoader_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BlobResourceHandle.h&quot;
</span><span class="cx"> #include &quot;FileError.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 // FileReaderLoader_h
</del></span></pre></div>
<a id="trunkSourceWebCorefileapiFileReaderLoaderClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/fileapi/FileReaderLoaderClient.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/fileapi/FileReaderLoaderClient.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/fileapi/FileReaderLoaderClient.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 FileReaderLoaderClient_h
-#define FileReaderLoaderClient_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"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // FileReaderLoaderClient_h
</del></span></pre></div>
<a id="trunkSourceWebCorefileapiWebKitBlobBuilderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/fileapi/WebKitBlobBuilder.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/fileapi/WebKitBlobBuilder.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/fileapi/WebKitBlobBuilder.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 WebKitBlobBuilder_h
-#define WebKitBlobBuilder_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;BlobPart.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 // WebKitBlobBuilder_h
</del></span></pre></div>
<a id="trunkSourceWebCorehistoryBackForwardControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/history/BackForwardController.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/history/BackForwardController.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/history/BackForwardController.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 BackForwardController_h
-#define BackForwardController_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/Forward.h&gt;
</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 // BackForwardController_h
</del></span></pre></div>
<a id="trunkSourceWebCorehistoryCachedFrameh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/history/CachedFrame.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/history/CachedFrame.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/history/CachedFrame.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CachedFrame_h
-#define CachedFrame_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DOMWindow.h&quot;
</span><span class="cx"> #include &quot;URL.h&quot;
</span><span class="lines">@@ -91,5 +90,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CachedFrame_h
</del></span></pre></div>
<a id="trunkSourceWebCorehistoryCachedFramePlatformDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/history/CachedFramePlatformData.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/history/CachedFramePlatformData.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/history/CachedFramePlatformData.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx">  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><del>-#ifndef CachedFramePlatformData_h
-#define CachedFramePlatformData_h
</del><span class="cx"> 
</span><ins>+#pragma once
+
</ins><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> // The purpose of this class is to give each platform a vessel to store platform data when a page
</span><span class="lines">@@ -41,5 +41,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CachedFramePlatformData_h
</del></span></pre></div>
<a id="trunkSourceWebCorehistoryCachedPageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/history/CachedPage.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/history/CachedPage.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/history/CachedPage.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CachedPage_h
-#define CachedPage_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedFrame.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -69,6 +68,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CachedPage_h
-
</del></span></pre></div>
<a id="trunkSourceWebCorehistoryHistoryItemh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/history/HistoryItem.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/history/HistoryItem.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/history/HistoryItem.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 HistoryItem_h
-#define HistoryItem_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="cx"> #include &quot;FrameLoaderTypes.h&quot;
</span><span class="lines">@@ -264,13 +263,11 @@
</span><span class="cx">     RetainPtr&lt;id&gt; m_viewState;
</span><span class="cx">     std::unique_ptr&lt;HashMap&lt;String, RetainPtr&lt;id&gt;&gt;&gt; m_transientProperties;
</span><span class="cx"> #endif
</span><del>-}; //class HistoryItem
</del><ins>+};
</ins><span class="cx"> 
</span><del>-} //namespace WebCore
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><span class="cx"> #ifndef NDEBUG
</span><span class="cx"> // Outside the WebCore namespace for ease of invocation from gdb.
</span><span class="cx"> extern &quot;C&quot; int showTree(const WebCore::HistoryItem*);
</span><span class="cx"> #endif
</span><del>-
-#endif // HISTORYITEM_H
</del></span></pre></div>
<a id="trunkSourceWebCorehistoryPageCacheh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/history/PageCache.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/history/PageCache.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/history/PageCache.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 PageCache_h
-#define PageCache_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HistoryItem.h&quot;
</span><span class="cx"> #include &quot;Timer.h&quot;
</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 // PageCache_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderCookieJarh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/CookieJar.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/CookieJar.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/CookieJar.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CookieJar_h
-#define CookieJar_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">@@ -48,6 +47,4 @@
</span><span class="cx"> WEBCORE_EXPORT void deleteCookie(const Document&amp;, const URL&amp;, const String&amp; cookieName);
</span><span class="cx"> WEBCORE_EXPORT void addCookie(const Document&amp;, const URL&amp;, const Cookie&amp;);
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloaderCrossOriginAccessControlh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/CrossOriginAccessControl.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/CrossOriginAccessControl.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/CrossOriginAccessControl.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CrossOriginAccessControl_h
-#define CrossOriginAccessControl_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ResourceHandleTypes.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -53,5 +52,3 @@
</span><span class="cx"> bool passesAccessControlCheck(const ResourceResponse&amp;, StoredCredentials, SecurityOrigin&amp;, String&amp; errorDescription);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CrossOriginAccessControl_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderCrossOriginPreflightResultCacheh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/CrossOriginPreflightResultCache.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/CrossOriginPreflightResultCache.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/CrossOriginPreflightResultCache.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CrossOriginPreflightResultCache_h
-#define CrossOriginPreflightResultCache_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;URLHash.h&quot;
</span><span class="cx"> #include &quot;ResourceHandleTypes.h&quot;
</span><span class="lines">@@ -81,5 +80,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderDocumentWriterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/DocumentWriter.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/DocumentWriter.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/DocumentWriter.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DocumentWriter_h
-#define DocumentWriter_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/WTFString.h&gt;
</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 // DocumentWriter_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderFTPDirectoryParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/FTPDirectoryParser.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/FTPDirectoryParser.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/FTPDirectoryParser.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -68,8 +68,7 @@
</span><span class="cx"> // This was originally Mozilla code, titled ParseFTPList.h
</span><span class="cx"> // Original version of this file can currently be found at: http://mxr.mozilla.org/mozilla1.8/source/netwerk/streamconv/converters/ParseFTPList.h
</span><span class="cx"> 
</span><del>-#ifndef FTPDirectoryParser_h
-#define FTPDirectoryParser_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">@@ -153,5 +152,3 @@
</span><span class="cx"> FTPEntryType parseOneFTPLine(const char* inputLine, ListState&amp;, ListResult&amp;);
</span><span class="cx">                  
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // FTPDirectoryParser_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderFormStateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/FormState.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/FormState.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/FormState.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 FormState_h
-#define FormState_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">@@ -62,6 +61,4 @@
</span><span class="cx">         FormSubmissionTrigger m_formSubmissionTrigger;
</span><span class="cx">     };
</span><span class="cx"> 
</span><del>-}
-
-#endif // FormState_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloaderFormSubmissionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/FormSubmission.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/FormSubmission.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/FormSubmission.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 FormSubmission_h
-#define FormSubmission_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FormState.h&quot;
</span><span class="cx"> #include &quot;FrameLoaderTypes.h&quot;
</span><span class="lines">@@ -128,6 +127,4 @@
</span><span class="cx">     String m_origin;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // FormSubmission_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloaderFrameLoadRequesth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/FrameLoadRequest.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/FrameLoadRequest.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/FrameLoadRequest.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 FrameLoadRequest_h
-#define FrameLoadRequest_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FrameLoaderTypes.h&quot;
</span><span class="cx"> #include &quot;ResourceRequest.h&quot;
</span><span class="lines">@@ -155,6 +154,4 @@
</span><span class="cx">     AtomicString m_downloadAttribute;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // FrameLoadRequest_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloaderFrameLoaderStateMachineh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/FrameLoaderStateMachine.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/FrameLoaderStateMachine.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/FrameLoaderStateMachine.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 FrameLoaderStateMachine_h
-#define FrameLoaderStateMachine_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/Noncopyable.h&gt;
</span><span class="lines">@@ -64,5 +63,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // FrameLoaderStateMachine_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderHistoryControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/HistoryController.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/HistoryController.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/HistoryController.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 HistoryController_h
-#define HistoryController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FrameLoaderTypes.h&quot;
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</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 // HistoryController_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderLinkLoaderClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/LinkLoaderClient.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/LinkLoaderClient.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/LinkLoaderClient.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -28,9 +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 LinkLoaderClient_h
-#define LinkLoaderClient_h
</del><span class="cx"> 
</span><ins>+#pragma once
+
</ins><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class LinkLoaderClient {
</span><span class="lines">@@ -44,6 +44,4 @@
</span><span class="cx">     // There is no notification for cancellation.
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloaderLoaderStrategyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/LoaderStrategy.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/LoaderStrategy.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/LoaderStrategy.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 LoaderStrategy_h
-#define LoaderStrategy_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ResourceHandleTypes.h&quot;
</span><span class="cx"> #include &quot;ResourceLoadPriority.h&quot;
</span><span class="lines">@@ -33,7 +32,6 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class BlobRegistry;
</del><span class="cx"> class CachedResource;
</span><span class="cx"> class Frame;
</span><span class="cx"> class NetscapePlugInStreamLoader;
</span><span class="lines">@@ -66,5 +64,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // LoaderStrategy_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderMediaResourceLoaderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/MediaResourceLoader.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/MediaResourceLoader.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/MediaResourceLoader.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -23,10 +23,10 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef MediaResourceLoader_h
-#define MediaResourceLoader_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(VIDEO)
</span><ins>+
</ins><span class="cx"> #include &quot;CachedRawResourceClient.h&quot;
</span><span class="cx"> #include &quot;CachedResourceHandle.h&quot;
</span><span class="cx"> #include &quot;ContextDestructionObserver.h&quot;
</span><span class="lines">@@ -88,8 +88,6 @@
</span><span class="cx">     CachedResourceHandle&lt;CachedRawResource&gt; m_resource;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-
</del><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif
-#endif
</del><ins>+#endif // ENABLE(VIDEO)
</ins></span></pre></div>
<a id="trunkSourceWebCoreloaderMixedContentCheckerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/MixedContentChecker.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/MixedContentChecker.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/MixedContentChecker.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MixedContentChecker_h
-#define MixedContentChecker_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">@@ -66,6 +65,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // MixedContentChecker_h
-
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderNavigationActionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/NavigationAction.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/NavigationAction.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/NavigationAction.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 NavigationAction_h
-#define NavigationAction_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="cx"> #include &quot;FrameLoaderTypes.h&quot;
</span><span class="lines">@@ -80,6 +79,4 @@
</span><span class="cx">     AtomicString m_downloadAttribute;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloaderPingLoaderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/PingLoader.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/PingLoader.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/PingLoader.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -29,8 +29,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef PingLoader_h
-#define PingLoader_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">@@ -57,6 +56,4 @@
</span><span class="cx">     static void startPingLoad(Frame&amp;, ResourceRequest&amp;, ShouldFollowRedirects);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloaderPolicyCallbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/PolicyCallback.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/PolicyCallback.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/PolicyCallback.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 PolicyCallback_h
-#define PolicyCallback_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FrameLoaderTypes.h&quot;
</span><span class="cx"> #include &quot;NavigationAction.h&quot;
</span><span class="lines">@@ -74,5 +73,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // PolicyCallback_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderPolicyCheckerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/PolicyChecker.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/PolicyChecker.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/PolicyChecker.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 PolicyChecker_h
-#define PolicyChecker_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FrameLoaderTypes.h&quot;
</span><span class="cx"> #include &quot;PolicyCallback.h&quot;
</span><span class="lines">@@ -110,5 +109,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // PolicyChecker_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderProgressTrackerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/ProgressTracker.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/ProgressTracker.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/ProgressTracker.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ProgressTracker_h
-#define ProgressTracker_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Timer.h&quot;
</span><span class="cx"> #include &lt;chrono&gt;
</span><span class="lines">@@ -89,6 +88,4 @@
</span><span class="cx">     bool m_isMainLoad;
</span><span class="cx"> };
</span><span class="cx">     
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloaderProgressTrackerClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/ProgressTrackerClient.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/ProgressTrackerClient.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/ProgressTrackerClient.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ProgressTrackerClient_h
-#define ProgressTrackerClient_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 // ProgressTrackerClient_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderResourceLoadInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/ResourceLoadInfo.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/ResourceLoadInfo.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/ResourceLoadInfo.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ResourceLoadInfo_h
-#define ResourceLoadInfo_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedResource.h&quot;
</span><span class="cx"> #include &quot;URL.h&quot;
</span><span class="lines">@@ -76,7 +75,4 @@
</span><span class="cx">     ResourceFlags getResourceFlags() const;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-
</del><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ResourceLoadInfo_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderResourceLoadNotifierh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/ResourceLoadNotifier.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/ResourceLoadNotifier.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/ResourceLoadNotifier.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ResourceLoadNotifier_h
-#define ResourceLoadNotifier_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">@@ -71,5 +70,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ResourceLoadNotifier_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderResourceLoadObserverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/ResourceLoadObserver.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/ResourceLoadObserver.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/ResourceLoadObserver.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ResourceLoadObserver_h
-#define ResourceLoadObserver_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ResourceLoadStatisticsStore.h&quot;
</span><span class="cx"> #include &lt;wtf/HashMap.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 /* ResourceLoadObserver_h */
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderResourceLoadStatisticsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/ResourceLoadStatistics.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/ResourceLoadStatistics.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/ResourceLoadStatistics.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ResourceLoadStatistics_h
-#define ResourceLoadStatistics_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/HashCountedSet.h&gt;
</span><span class="cx"> #include &lt;wtf/text/StringHash.h&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 // ResourceLoadStatistics_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderResourceLoadStatisticsStorecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/ResourceLoadStatisticsStore.cpp (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/ResourceLoadStatisticsStore.cpp        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/ResourceLoadStatisticsStore.cpp        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -36,8 +36,6 @@
</span><span class="cx"> #include &quot;URL.h&quot;
</span><span class="cx"> #include &lt;wtf/NeverDestroyed.h&gt;
</span><span class="cx"> 
</span><del>-#define LOG_STATISTICS_TO_FILE 0
-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> static const unsigned minimumOriginsLoadedForProcessing = 100;
</span></span></pre></div>
<a id="trunkSourceWebCoreloaderResourceLoadStatisticsStoreh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/ResourceLoadStatisticsStore.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/ResourceLoadStatisticsStore.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/ResourceLoadStatisticsStore.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ResourceLoadStatisticsStore_h
-#define ResourceLoadStatisticsStore_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ResourceLoadStatistics.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -73,5 +72,3 @@
</span><span class="cx"> };
</span><span class="cx">     
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif /* ResourceLoadStatisticsStore_h */
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderResourceLoaderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/ResourceLoader.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/ResourceLoader.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/ResourceLoader.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ResourceLoader_h
-#define ResourceLoader_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;LoadTiming.h&quot;
</span><span class="cx"> #include &quot;ResourceHandleClient.h&quot;
</span><span class="lines">@@ -241,6 +240,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="trunkSourceWebCoreloaderResourceLoaderTypesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/ResourceLoaderTypes.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/ResourceLoaderTypes.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/ResourceLoaderTypes.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ResourceLoaderTypes_h
-#define ResourceLoaderTypes_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 // ResourceLoaderTypes_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderSinkDocumenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/SinkDocument.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/SinkDocument.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/SinkDocument.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SinkDocument_h
-#define SinkDocument_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">@@ -43,7 +42,4 @@
</span><span class="cx">     virtual Ref&lt;DocumentParser&gt; createParser();
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-
</del><span class="cx"> }; // namespace WebCore
</span><del>-
-#endif // SinkDocument_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderSubframeLoaderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/SubframeLoader.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/SubframeLoader.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/SubframeLoader.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -28,8 +28,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 SubframeLoader_h
-#define SubframeLoader_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FrameLoaderTypes.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</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 // SubframeLoader_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderSubstituteDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/SubstituteData.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/SubstituteData.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/SubstituteData.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SubstituteData_h
-#define SubstituteData_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ResourceResponse.h&quot;
</span><span class="cx"> #include &quot;SharedBuffer.h&quot;
</span><span class="lines">@@ -68,7 +67,4 @@
</span><span class="cx">         SessionHistoryVisibility m_shouldRevealToSessionHistory { SessionHistoryVisibility::Hidden };
</span><span class="cx">     };
</span><span class="cx"> 
</span><del>-}
-
-#endif // SubstituteData_h
-
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloaderSubstituteResourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/SubstituteResource.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/SubstituteResource.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/SubstituteResource.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SubstituteResource_h
-#define SubstituteResource_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ResourceLoader.h&quot;
</span><span class="cx"> #include &quot;ResourceResponse.h&quot;
</span><span class="lines">@@ -56,6 +55,4 @@
</span><span class="cx">     Ref&lt;SharedBuffer&gt; m_data;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // SubstituteResource_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloaderTextResourceDecoderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/TextResourceDecoder.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/TextResourceDecoder.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/TextResourceDecoder.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx"> 
</span><span class="cx"> */
</span><span class="cx"> 
</span><del>-#ifndef TextResourceDecoder_h
-#define TextResourceDecoder_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;TextEncoding.h&quot;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="lines">@@ -100,6 +99,4 @@
</span><span class="cx">     std::unique_ptr&lt;HTMLMetaCharsetParser&gt; m_charsetParser;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloaderTextTrackLoaderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/TextTrackLoader.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/TextTrackLoader.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/TextTrackLoader.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 TextTrackLoader_h
-#define TextTrackLoader_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,5 +89,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="trunkSourceWebCoreloaderThreadableLoaderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/ThreadableLoader.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/ThreadableLoader.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/ThreadableLoader.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ThreadableLoader_h
-#define ThreadableLoader_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ResourceLoaderOptions.h&quot;
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</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 // ThreadableLoader_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderThreadableLoaderClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/ThreadableLoaderClient.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/ThreadableLoaderClient.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/ThreadableLoaderClient.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -28,10 +28,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 ThreadableLoaderClient_h
-#define ThreadableLoaderClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><del>-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx">     class ResourceError;
</span><span class="lines">@@ -53,5 +51,3 @@
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ThreadableLoaderClient_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderThreadableLoaderClientWrapperh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/ThreadableLoaderClientWrapper.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/ThreadableLoaderClientWrapper.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/ThreadableLoaderClientWrapper.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ThreadableLoaderClientWrapper_h
-#define ThreadableLoaderClientWrapper_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ThreadableLoaderClient.h&quot;
</span><span class="cx"> #include &lt;wtf/Noncopyable.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 // ThreadableLoaderClientWrapper_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderWorkerThreadableLoaderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/WorkerThreadableLoader.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/WorkerThreadableLoader.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/WorkerThreadableLoader.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -28,13 +28,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 WorkerThreadableLoader_h
-#define WorkerThreadableLoader_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ThreadableLoader.h&quot;
</span><span class="cx"> #include &quot;ThreadableLoaderClient.h&quot;
</span><span class="cx"> #include &quot;ThreadableLoaderClientWrapper.h&quot;
</span><del>-
</del><span class="cx"> #include &lt;wtf/Threading.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -128,5 +126,3 @@
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // WorkerThreadableLoader_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderappcacheApplicationCacheh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/appcache/ApplicationCache.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/appcache/ApplicationCache.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/appcache/ApplicationCache.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ApplicationCache_h
-#define ApplicationCache_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 // ApplicationCache_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderappcacheApplicationCacheGrouph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/appcache/ApplicationCacheGroup.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/appcache/ApplicationCacheGroup.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/appcache/ApplicationCacheGroup.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ApplicationCacheGroup_h
-#define ApplicationCacheGroup_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;DOMApplicationCache.h&quot;
</span><span class="cx"> #include &quot;URL.h&quot;
</span><span class="lines">@@ -200,5 +199,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ApplicationCacheGroup_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderappcacheApplicationCacheHosth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/appcache/ApplicationCacheHost.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/appcache/ApplicationCacheHost.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/appcache/ApplicationCacheHost.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ApplicationCacheHost_h
-#define ApplicationCacheHost_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;PlatformExportMacros.h&quot;
</span><span class="cx"> #include &quot;URL.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  // ApplicationCacheHost_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderappcacheApplicationCacheResourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/appcache/ApplicationCacheResource.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/appcache/ApplicationCacheResource.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/appcache/ApplicationCacheResource.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ApplicationCacheResource_h
-#define ApplicationCacheResource_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SubstituteResource.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 // ApplicationCacheResource_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderappcacheApplicationCacheStorageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/appcache/ApplicationCacheStorage.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/appcache/ApplicationCacheStorage.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/appcache/ApplicationCacheStorage.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ApplicationCacheStorage_h
-#define ApplicationCacheStorage_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SecurityOriginHash.h&quot;
</span><span class="cx"> #include &quot;SQLiteDatabase.h&quot;
</span><span class="lines">@@ -160,5 +159,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ApplicationCacheStorage_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloaderappcacheManifestParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/appcache/ManifestParser.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/appcache/ManifestParser.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/appcache/ManifestParser.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ManifestParser_h
-#define ManifestParser_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ApplicationCache.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -41,6 +40,4 @@
</span><span class="cx"> 
</span><span class="cx">     bool parseManifest(const URL&amp; manifestURL, const char* data, int length, Manifest&amp;);
</span><span class="cx"> 
</span><del>-}
-
-#endif // ManifestParser_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloaderarchiveArchiveh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/archive/Archive.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/archive/Archive.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/archive/Archive.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 Archive_h
-#define Archive_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ArchiveResource.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -67,6 +66,4 @@
</span><span class="cx">     Vector&lt;RefPtr&lt;Archive&gt;&gt; m_subframeArchives;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // Archive
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloaderarchiveArchiveFactoryh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/archive/ArchiveFactory.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/archive/ArchiveFactory.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/archive/ArchiveFactory.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ArchiveFactory_h
-#define ArchiveFactory_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Archive.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,6 +43,4 @@
</span><span class="cx">     static void registerKnownArchiveMIMETypes();
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // ArchiveFactory_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloaderarchiveArchiveResourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/archive/ArchiveResource.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/archive/ArchiveResource.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/archive/ArchiveResource.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ArchiveResource_h
-#define ArchiveResource_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SubstituteResource.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -57,6 +56,4 @@
</span><span class="cx">     bool m_shouldIgnoreWhenUnarchiving;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // ArchiveResource_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloaderarchiveArchiveResourceCollectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/archive/ArchiveResourceCollection.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/archive/ArchiveResourceCollection.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/archive/ArchiveResourceCollection.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ArchiveResourceCollection_h
-#define ArchiveResourceCollection_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Archive.h&quot;
</span><span class="cx"> #include &quot;ArchiveResource.h&quot;
</span><span class="lines">@@ -53,6 +52,4 @@
</span><span class="cx">     HashMap&lt;String, RefPtr&lt;Archive&gt;&gt; m_subframes;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloaderarchivecfLegacyWebArchiveh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/archive/cf/LegacyWebArchive.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/archive/cf/LegacyWebArchive.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/archive/cf/LegacyWebArchive.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 LegacyWebArchive_h
-#define LegacyWebArchive_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Archive.h&quot;
</span><span class="cx"> #include &lt;functional&gt;
</span><span class="lines">@@ -69,6 +68,4 @@
</span><span class="cx">     bool extract(CFDictionaryRef);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // Archive
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloaderarchivemhtmlMHTMLArchiveh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/archive/mhtml/MHTMLArchive.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/archive/mhtml/MHTMLArchive.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/archive/mhtml/MHTMLArchive.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MHTMLArchive_h
-#define MHTMLArchive_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MHTML)
</span><span class="cx"> 
</span><span class="lines">@@ -59,7 +58,6 @@
</span><span class="cx">     MHTMLArchive();
</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(MHTML)
</ins></span></pre></div>
<a id="trunkSourceWebCoreloaderarchivemhtmlMHTMLParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/archive/mhtml/MHTMLParser.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/archive/mhtml/MHTMLParser.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/archive/mhtml/MHTMLParser.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MHTMLParser_h
-#define MHTMLParser_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MHTML)
</span><ins>+
</ins><span class="cx"> #include &quot;SharedBufferChunkReader.h&quot;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -67,8 +67,6 @@
</span><span class="cx">     Vector&lt;RefPtr&lt;MHTMLArchive&gt;&gt; m_frames;
</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(MHTML)
</ins></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachePolicyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachePolicy.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachePolicy.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cache/CachePolicy.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CachePolicy_h
-#define CachePolicy_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-    enum CachePolicy {
-        CachePolicyVerify,
-        CachePolicyRevalidate,
-        CachePolicyReload,
-        CachePolicyHistoryBuffer
-    };
</del><ins>+enum CachePolicy {
+    CachePolicyVerify,
+    CachePolicyRevalidate,
+    CachePolicyReload,
+    CachePolicyHistoryBuffer
+};
</ins><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachedCSSStyleSheeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachedCSSStyleSheet.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachedCSSStyleSheet.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cache/CachedCSSStyleSheet.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">     pages from the web. It has a memory cache for these objects.
</span><span class="cx"> */
</span><span class="cx"> 
</span><del>-#ifndef CachedCSSStyleSheet_h
-#define CachedCSSStyleSheet_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedResource.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_CACHED_RESOURCE(CachedCSSStyleSheet, CachedResource::CSSStyleSheet)
</span><del>-
-#endif // CachedCSSStyleSheet_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachedFonth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachedFont.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachedFont.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cache/CachedFont.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CachedFont_h
-#define CachedFont_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedResource.h&quot;
</span><span class="cx"> #include &quot;CachedResourceClient.h&quot;
</span><span class="lines">@@ -84,5 +83,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CACHED_RESOURCE(CachedFont, CachedResource::FontResource)
</span><del>-
-#endif // CachedFont_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachedFontClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachedFontClient.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachedFontClient.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cache/CachedFontClient.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CachedFontClient_h
-#define CachedFontClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedResourceClient.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 // CachedFontClient_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachedImageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachedImage.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachedImage.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cache/CachedImage.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CachedImage_h
-#define CachedImage_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedResource.h&quot;
</span><span class="cx"> #include &quot;Image.h&quot;
</span><span class="lines">@@ -153,5 +152,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CACHED_RESOURCE(CachedImage, CachedResource::ImageResource)
</span><del>-
-#endif // CachedImage_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachedImageClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachedImageClient.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachedImageClient.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cache/CachedImageClient.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CachedImageClient_h
-#define CachedImageClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedResourceClient.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,6 +43,4 @@
</span><span class="cx">     virtual void newImageAnimationFrameAvailable(CachedImage&amp; image) { imageChanged(&amp;image); }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachedRawResourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachedRawResource.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachedRawResource.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cache/CachedRawResource.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CachedRawResource_h
-#define CachedRawResource_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedResource.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -97,5 +96,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::CachedRawResource)
</span><span class="cx">     static bool isType(const WebCore::CachedResource&amp; resource) { return resource.isMainOrMediaOrRawResource(); }
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><del>-
-#endif // CachedRawResource_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachedResourceClientWalkerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachedResourceClientWalker.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachedResourceClientWalker.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cache/CachedResourceClientWalker.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">     pages from the web. It has a memory cache for these objects.
</span><span class="cx"> */
</span><span class="cx"> 
</span><del>-#ifndef CachedResourceClientWalker_h
-#define CachedResourceClientWalker_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedResourceClient.h&quot;
</span><span class="cx"> #include &lt;wtf/HashCountedSet.h&gt;
</span><span class="lines">@@ -64,6 +63,4 @@
</span><span class="cx">     size_t m_index;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachedResourceHandleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachedResourceHandle.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachedResourceHandle.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cache/CachedResourceHandle.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CachedResourceHandle_h
-#define CachedResourceHandle_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/Forward.h&gt;
</span><span class="lines">@@ -97,5 +96,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CachedResourceHandle
</del></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachedResourceLoaderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachedResourceLoader.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachedResourceLoader.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cache/CachedResourceLoader.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">     pages from the web. It has a memory cache for these objects.
</span><span class="cx"> */
</span><span class="cx"> 
</span><del>-#ifndef CachedResourceLoader_h
-#define CachedResourceLoader_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachePolicy.h&quot;
</span><span class="cx"> #include &quot;CachedResource.h&quot;
</span><span class="lines">@@ -220,5 +219,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachedResourceRequesth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachedResourceRequest.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachedResourceRequest.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cache/CachedResourceRequest.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CachedResourceRequest_h
-#define CachedResourceRequest_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedResource.h&quot;
</span><span class="cx"> #include &quot;DocumentLoader.h&quot;
</span><span class="lines">@@ -103,5 +102,3 @@
</span><span class="cx"> void upgradeInsecureResourceRequestIfNeeded(ResourceRequest&amp;, Document&amp;);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachedResourceRequestInitiatorsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachedResourceRequestInitiators.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachedResourceRequestInitiators.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cache/CachedResourceRequestInitiators.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CachedResourceRequestInitiators_h
-#define CachedResourceRequestInitiators_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ThreadGlobalData.h&quot;
</span><span class="cx"> #include &lt;wtf/text/AtomicString.h&gt;
</span><span class="lines">@@ -49,5 +48,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachedSVGDocumenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachedSVGDocument.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachedSVGDocument.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cache/CachedSVGDocument.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CachedSVGDocument_h
-#define CachedSVGDocument_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedResource.h&quot;
</span><span class="cx"> #include &quot;CachedResourceHandle.h&quot;
</span><span class="lines">@@ -51,5 +50,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CACHED_RESOURCE(CachedSVGDocument, CachedResource::SVGDocumentResource)
</span><del>-
-#endif // CachedSVGDocument_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachedSVGDocumentClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachedSVGDocumentClient.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachedSVGDocumentClient.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cache/CachedSVGDocumentClient.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CachedSVGDocumentClient_h
-#define CachedSVGDocumentClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedResourceClient.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -35,5 +34,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CachedSVGDocumentClient_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachedSVGDocumentReferenceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachedSVGDocumentReference.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachedSVGDocumentReference.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cache/CachedSVGDocumentReference.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CachedSVGDocumentReference_h
-#define CachedSVGDocumentReference_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedResourceHandle.h&quot;
</span><span class="cx"> #include &quot;CachedSVGDocumentClient.h&quot;
</span><span class="lines">@@ -53,6 +52,4 @@
</span><span class="cx">     bool m_loadRequested;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-};
-
-#endif // CachedSVGDocumentReference_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachedSVGFonth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachedSVGFont.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachedSVGFont.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cache/CachedSVGFont.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CachedSVGFont_h
-#define CachedSVGFont_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(SVG_FONTS)
</span><span class="cx"> 
</span><span class="lines">@@ -55,10 +54,8 @@
</span><span class="cx">     SVGFontElement* m_externalSVGFontElement;
</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_CACHED_RESOURCE(CachedSVGFont, CachedResource::SVGFontResource)
</span><span class="cx"> 
</span><del>-#endif
-
-#endif
</del><ins>+#endif // ENABLE(SVG_FONTS)
</ins></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachedScripth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachedScript.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachedScript.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cache/CachedScript.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">     pages from the web. It has a memory cache for these objects.
</span><span class="cx"> */
</span><span class="cx"> 
</span><del>-#ifndef CachedScript_h
-#define CachedScript_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedResource.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_CACHED_RESOURCE(CachedScript, CachedResource::Script)
</span><del>-
-#endif // CachedScript_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachedStyleSheetClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachedStyleSheetClient.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachedStyleSheetClient.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cache/CachedStyleSheetClient.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -23,8 +23,7 @@
</span><span class="cx">  pages from the web. It has a memory cache for these objects.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef CachedStyleSheetClient_h
-#define CachedStyleSheetClient_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CachedResourceClient.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</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 // CachedStyleSheetClient_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachedTextTrackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachedTextTrack.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachedTextTrack.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cache/CachedTextTrack.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CachedTextTrack_h
-#define CachedTextTrack_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">@@ -50,5 +49,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_CACHED_RESOURCE(CachedTextTrack, CachedResource::TextTrackResource)
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(VIDEO_TRACK)
</span><del>-
-#endif // CachedTextTrack_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloadercacheMemoryCacheh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/MemoryCache.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/MemoryCache.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cache/MemoryCache.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">     pages from the web. It has a memory cache for these objects.
</span><span class="cx"> */
</span><span class="cx"> 
</span><del>-#ifndef Cache_h
-#define Cache_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;NativeImage.h&quot;
</span><span class="cx"> #include &quot;SecurityOriginHash.h&quot;
</span><span class="lines">@@ -221,6 +220,4 @@
</span><span class="cx">     Timer m_pruneTimer;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoreloadercocoaDiskCacheMonitorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cocoa/DiskCacheMonitor.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cocoa/DiskCacheMonitor.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cocoa/DiskCacheMonitor.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DiskCacheMonitor_h
-#define DiskCacheMonitor_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ResourceRequest.h&quot;
</span><span class="cx"> #include &quot;SessionID.h&quot;
</span><span class="lines">@@ -56,11 +55,8 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> #if (PLATFORM(IOS) &amp;&amp; __IPHONE_OS_VERSION_MIN_REQUIRED &lt; 80000) || (PLATFORM(MAC) &amp;&amp; __MAC_OS_X_VERSION_MIN_REQUIRED &lt; 1090)
</span><del>-
</del><span class="cx"> void DiskCacheMonitor::monitorFileBackingStoreCreation(const ResourceRequest&amp;, SessionID, CFCachedURLResponseRef) { }
</span><span class="cx"> PassRefPtr&lt;SharedBuffer&gt; DiskCacheMonitor::tryGetFileBackedSharedBufferFromCFURLCachedResponse(CFCachedURLResponseRef) { return nullptr; }
</span><ins>+#endif
</ins><span class="cx"> 
</span><del>-#endif
</del><span class="cx"> } // namespace WebKit
</span><del>-
-#endif // DiskCacheMonitor_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloadercocoaDiskCacheMonitorCocoah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cocoa/DiskCacheMonitorCocoa.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cocoa/DiskCacheMonitorCocoa.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/cocoa/DiskCacheMonitorCocoa.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 DiskCacheMonitorCocoa_h
-#define DiskCacheMonitorCocoa_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ResourceRequest.h&quot;
</span><span class="cx"> #include &quot;SessionID.h&quot;
</span><span class="lines">@@ -56,5 +55,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebKit
</span><del>-
-#endif // DiskCacheMonitorCocoa_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloadericonIconControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/icon/IconController.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/icon/IconController.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/icon/IconController.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -28,8 +28,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 IconController_h
-#define IconController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;IconDatabaseBase.h&quot;
</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
</del></span></pre></div>
<a id="trunkSourceWebCoreloadericonIconDatabaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/icon/IconDatabase.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/icon/IconDatabase.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/icon/IconDatabase.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IconDatabase_h
-#define IconDatabase_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;IconDatabaseBase.h&quot;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -251,5 +250,3 @@
</span><span class="cx"> #endif // !ENABLE(ICONDATABASE)
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // IconDatabase_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloadericonIconDatabaseBaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/icon/IconDatabaseBase.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/icon/IconDatabaseBase.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/icon/IconDatabaseBase.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IconDatabaseBase_h
-#define IconDatabaseBase_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;NativeImage.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -218,5 +217,3 @@
</span><span class="cx"> bool documentCanHaveIcon(const String&amp;);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // IconDatabaseBase_h
</del></span></pre></div>
<a id="trunkSourceWebCoreloadericonIconDatabaseClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/icon/IconDatabaseClient.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/icon/IconDatabaseClient.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/icon/IconDatabaseClient.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IconDatabaseClient_h
-#define IconDatabaseClient_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">@@ -46,5 +45,3 @@
</span><span class="cx"> };
</span><span class="cx">  
</span><span class="cx"> } // namespace WebCore 
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoreloadericonIconRecordh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/icon/IconRecord.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/icon/IconRecord.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/icon/IconRecord.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 IconRecord_h
-#define IconRecord_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;PageURLRecord.h&quot;
</span><span class="cx"> #include &quot;SharedBuffer.h&quot;
</span><span class="lines">@@ -118,7 +117,4 @@
</span><span class="cx">     // SizeImageMap m_images;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-
</del><span class="cx"> } //namespace WebCore
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoreloadericonPageURLRecordh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/icon/PageURLRecord.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/icon/PageURLRecord.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/loader/icon/PageURLRecord.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 PageURLRecord_h
-#define PageURLRecord_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">@@ -84,6 +83,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     inline int retainCount() const { return m_retainCount; }
</span><ins>+
</ins><span class="cx"> private:
</span><span class="cx">     String m_pageURL;
</span><span class="cx">     RefPtr&lt;IconRecord&gt; m_iconRecord;
</span><span class="lines">@@ -90,6 +90,4 @@
</span><span class="cx">     int m_retainCount;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // PageURLRecord_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLUnknownElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLUnknownElement.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLUnknownElement.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/mathml/MathMLUnknownElement.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MathMLUnknownElement_h
-#define MathMLUnknownElement_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;MathMLElement.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 // MathMLUnknownElement_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageWheelEventTestTriggerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/WheelEventTestTrigger.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/WheelEventTestTrigger.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/page/WheelEventTestTrigger.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 WheelEventTestTrigger_h
-#define WheelEventTestTrigger_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;set&gt;
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="lines">@@ -63,6 +62,4 @@
</span><span class="cx">     WTF::HashMap&lt;ScrollableAreaIdentifier, std::set&lt;DeferTestTriggerReason&gt;&gt; m_deferTestTriggerReasons;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorepageWindowFeaturesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/WindowFeatures.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/WindowFeatures.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/page/WindowFeatures.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 WindowFeatures_h
-#define WindowFeatures_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;functional&gt;
</span><span class="cx"> #include &lt;wtf/Optional.h&gt;
</span><span class="lines">@@ -63,5 +62,3 @@
</span><span class="cx"> void processFeaturesString(StringView features, std::function&lt;void(StringView type, StringView value)&gt; callback);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // WindowFeatures_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageWindowFocusAllowedIndicatorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/WindowFocusAllowedIndicator.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/WindowFocusAllowedIndicator.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/page/WindowFocusAllowedIndicator.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 WindowFocusAllowedIndicator_h
-#define WindowFocusAllowedIndicator_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">@@ -43,5 +42,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // WindowFocusAllowedIndicator_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageanimationAnimationBaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/animation/AnimationBase.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/animation/AnimationBase.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/page/animation/AnimationBase.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 AnimationBase_h
-#define AnimationBase_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Animation.h&quot;
</span><span class="cx"> #include &quot;CSSPropertyNames.h&quot;
</span><span class="lines">@@ -262,5 +261,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // AnimationBase_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageanimationAnimationControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/animation/AnimationController.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/animation/AnimationController.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/page/animation/AnimationController.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 AnimationController_h
-#define AnimationController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AnimationBase.h&quot;
</span><span class="cx"> #include &quot;CSSPropertyNames.h&quot;
</span><span class="lines">@@ -115,5 +114,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // AnimationController_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageanimationAnimationControllerPrivateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/animation/AnimationControllerPrivate.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/animation/AnimationControllerPrivate.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/page/animation/AnimationControllerPrivate.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 AnimationControllerPrivate_h
-#define AnimationControllerPrivate_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AnimationBase.h&quot;
</span><span class="cx"> #include &quot;CSSPropertyNames.h&quot;
</span><span class="lines">@@ -172,5 +171,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // AnimationControllerPrivate_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageanimationCSSPropertyAnimationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/animation/CSSPropertyAnimation.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/animation/CSSPropertyAnimation.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/page/animation/CSSPropertyAnimation.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CSSPropertyAnimation_h
-#define CSSPropertyAnimation_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;CSSPropertyNames.h&quot;
</span><span class="cx"> #include &quot;RenderStyleConstants.h&quot;
</span><span class="lines">@@ -52,5 +51,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CSSPropertyAnimation_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageanimationCompositeAnimationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/animation/CompositeAnimation.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/animation/CompositeAnimation.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/page/animation/CompositeAnimation.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CompositeAnimation_h
-#define CompositeAnimation_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ImplicitAnimation.h&quot;
</span><span class="cx"> #include &quot;KeyframeAnimation.h&quot;
</span><span class="lines">@@ -105,5 +104,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // CompositeAnimation_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageanimationImplicitAnimationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/animation/ImplicitAnimation.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/animation/ImplicitAnimation.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/page/animation/ImplicitAnimation.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ImplicitAnimation_h
-#define ImplicitAnimation_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AnimationBase.h&quot;
</span><span class="cx"> #include &quot;CSSPropertyNames.h&quot;
</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 // ImplicitAnimation_h
</del></span></pre></div>
<a id="trunkSourceWebCorepageanimationKeyframeAnimationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/animation/KeyframeAnimation.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/animation/KeyframeAnimation.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/page/animation/KeyframeAnimation.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 KeyframeAnimation_h
-#define KeyframeAnimation_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;AnimationBase.h&quot;
</span><span class="cx"> #include &quot;Document.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 // KeyframeAnimation_h
</del></span></pre></div>
<a id="trunkSourceWebCorepagecspContentSecurityPolicyDirectiveh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ContentSecurityPolicyDirective_h
-#define ContentSecurityPolicyDirective_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">@@ -56,5 +55,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif /* ContentSecurityPolicyDirective_h */
</del></span></pre></div>
<a id="trunkSourceWebCorepagecspContentSecurityPolicyHashh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/csp/ContentSecurityPolicyHash.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/csp/ContentSecurityPolicyHash.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/page/csp/ContentSecurityPolicyHash.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ContentSecurityPolicyHash_h
-#define ContentSecurityPolicyHash_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/HashTraits.h&gt;
</span><span class="cx"> #include &lt;wtf/Hasher.h&gt;
</span><span class="lines">@@ -44,7 +43,7 @@
</span><span class="cx"> typedef Vector&lt;uint8_t&gt; ContentSecurityPolicyDigest;
</span><span class="cx"> typedef std::pair&lt;ContentSecurityPolicyHashAlgorithm, ContentSecurityPolicyDigest&gt; ContentSecurityPolicyHash;
</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">@@ -64,6 +63,4 @@
</span><span class="cx">     };
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // ContentSecurityPolicyHash_h
</del><ins>+} // namespace WTF
</ins></span></pre></div>
<a id="trunkSourceWebCorepagecspContentSecurityPolicyMediaListDirectiveh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/csp/ContentSecurityPolicyMediaListDirective.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/csp/ContentSecurityPolicyMediaListDirective.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/page/csp/ContentSecurityPolicyMediaListDirective.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ContentSecurityPolicyMediaListDirective_h
-#define ContentSecurityPolicyMediaListDirective_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ContentSecurityPolicyDirective.h&quot;
</span><span class="cx"> #include &lt;wtf/HashSet.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 /* ContentSecurityPolicyMediaListDirective_h */
</del></span></pre></div>
<a id="trunkSourceWebCorepagecspContentSecurityPolicyResponseHeadersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/csp/ContentSecurityPolicyResponseHeaders.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/csp/ContentSecurityPolicyResponseHeaders.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/page/csp/ContentSecurityPolicyResponseHeaders.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ContentSecurityPolicyResponseHeaders_h
-#define ContentSecurityPolicyResponseHeaders_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">@@ -56,5 +55,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif /* ContentSecurityPolicyResponseHeaders_h */
</del></span></pre></div>
<a id="trunkSourceWebCorepagecspContentSecurityPolicySourceListDirectiveh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/csp/ContentSecurityPolicySourceListDirective.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/csp/ContentSecurityPolicySourceListDirective.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/page/csp/ContentSecurityPolicySourceListDirective.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ContentSecurityPolicySourceListDirective_h
-#define ContentSecurityPolicySourceListDirective_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ContentSecurityPolicyDirective.h&quot;
</span><span class="cx"> #include &quot;ContentSecurityPolicySourceList.h&quot;
</span><span class="lines">@@ -52,5 +51,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif /* ContentSecurityPolicySourceListDirective_h */
</del></span></pre></div>
<a id="trunkSourceWebCorepagemake_settingspl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/make_settings.pl (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/make_settings.pl        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/page/make_settings.pl        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -389,8 +389,7 @@
</span><span class="cx">     print $file $InCompiler-&gt;license();
</span><span class="cx"> 
</span><span class="cx">     print $file &lt;&lt;EOF;
</span><del>-#ifndef InternalSettingsGenerated_h
-#define InternalSettingsGenerated_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/RefCounted.h&gt;
</span><span class="lines">@@ -440,7 +439,6 @@
</span><span class="cx"> 
</span><span class="cx">     print $file &quot;};\n\n&quot;;
</span><span class="cx">     print $file &quot;} // namespace WebCore\n&quot;;
</span><del>-    print $file &quot;#endif // InternalSettingsGenerated_h\n&quot;;
</del><span class="cx"> 
</span><span class="cx">     close $file;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLBlockh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -34,8 +34,6 @@
</span><span class="cx"> #include &quot;RenderTable.h&quot;
</span><span class="cx"> #include &quot;StyleInheritedData.h&quot;
</span><span class="cx"> 
</span><del>-#define ENABLE_DEBUG_MATH_LAYOUT 0
-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class RenderMathMLOperator;
</span></span></pre></div>
<a id="trunkSourceWebCorereplayAllReplayInputsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/replay/AllReplayInputs.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/replay/AllReplayInputs.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/replay/AllReplayInputs.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -29,8 +29,7 @@
</span><span class="cx"> // Note that there is not an exact correspondence between the two, since
</span><span class="cx"> // Some input types reside in the same file.
</span><span class="cx"> 
</span><del>-#ifndef AllReplayInputs_h
-#define AllReplayInputs_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_REPLAY)
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +43,3 @@
</span><span class="cx"> JS_REPLAY_INPUT_NAMES_FOR_EACH(IMPORT_FROM_JSC_NAMESPACE)
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_REPLAY)
</span><del>-
-#endif // AllReplayInputs_h
</del></span></pre></div>
<a id="trunkSourceWebCorereplayCapturingInputCursorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/replay/CapturingInputCursor.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/replay/CapturingInputCursor.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/replay/CapturingInputCursor.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CapturingInputCursor_h
-#define CapturingInputCursor_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_REPLAY)
</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"> #endif // ENABLE(WEB_REPLAY)
</span><del>-
-#endif // CapturingInputCursor_h
</del></span></pre></div>
<a id="trunkSourceWebCorereplayEventLoopInputh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/replay/EventLoopInput.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/replay/EventLoopInput.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/replay/EventLoopInput.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 EventLoopInput_h
-#define EventLoopInput_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_REPLAY)
</span><span class="cx"> 
</span><span class="lines">@@ -74,5 +73,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_REPLAY)
</span><del>-
-#endif // EventLoopInput_h
</del></span></pre></div>
<a id="trunkSourceWebCorereplayEventLoopInputDispatcherh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/replay/EventLoopInputDispatcher.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/replay/EventLoopInputDispatcher.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/replay/EventLoopInputDispatcher.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 EventLoopInputDispatcher_h
-#define EventLoopInputDispatcher_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_REPLAY)
</span><span class="cx"> 
</span><span class="lines">@@ -95,5 +94,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_REPLAY)
</span><del>-
-#endif // EventLoopInputDispatcher_h
</del></span></pre></div>
<a id="trunkSourceWebCorereplayFunctorInputCursorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/replay/FunctorInputCursor.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/replay/FunctorInputCursor.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/replay/FunctorInputCursor.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 FunctorInputCursor_h
-#define FunctorInputCursor_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_REPLAY)
</span><span class="cx"> 
</span><span class="lines">@@ -98,5 +97,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_REPLAY)
</span><del>-
-#endif // FunctorInputCursor_h
</del></span></pre></div>
<a id="trunkSourceWebCorereplayMemoizedDOMResulth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/replay/MemoizedDOMResult.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/replay/MemoizedDOMResult.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/replay/MemoizedDOMResult.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MemoizedDOMResult_h
-#define MemoizedDOMResult_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_REPLAY)
</span><span class="cx"> 
</span><span class="lines">@@ -160,5 +159,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_REPLAY)
</span><del>-
-#endif // MemoizedDOMResult_h
</del></span></pre></div>
<a id="trunkSourceWebCorereplayReplayControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/replay/ReplayController.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/replay/ReplayController.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/replay/ReplayController.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ReplayController_h
-#define ReplayController_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_REPLAY)
</span><span class="cx"> 
</span><span class="lines">@@ -196,5 +195,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_REPLAY)
</span><del>-
-#endif // ReplayController_h
</del></span></pre></div>
<a id="trunkSourceWebCorereplayReplaySessionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/replay/ReplaySession.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/replay/ReplaySession.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/replay/ReplaySession.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ReplaySession_h
-#define ReplaySession_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_REPLAY)
</span><span class="cx"> 
</span><span class="lines">@@ -70,5 +69,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_REPLAY)
</span><del>-
-#endif // ReplaySession_h
</del></span></pre></div>
<a id="trunkSourceWebCorereplayReplaySessionSegmenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/replay/ReplaySessionSegment.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/replay/ReplaySessionSegment.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/replay/ReplaySessionSegment.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ReplaySessionSegment_h
-#define ReplaySessionSegment_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_REPLAY)
</span><span class="cx"> 
</span><span class="lines">@@ -71,5 +70,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_REPLAY)
</span><del>-
-#endif // ReplaySessionSegment_h
</del></span></pre></div>
<a id="trunkSourceWebCorereplayReplayingInputCursorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/replay/ReplayingInputCursor.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/replay/ReplayingInputCursor.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/replay/ReplayingInputCursor.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 ReplayingInputCursor_h
-#define ReplayingInputCursor_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_REPLAY)
</span><span class="cx"> 
</span><span class="lines">@@ -74,5 +73,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_REPLAY)
</span><del>-
-#endif // ReplayingInputCursor_h
</del></span></pre></div>
<a id="trunkSourceWebCorereplaySegmentedInputStorageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/replay/SegmentedInputStorage.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/replay/SegmentedInputStorage.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/replay/SegmentedInputStorage.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SegmentedInputStorage_h
-#define SegmentedInputStorage_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_REPLAY)
</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"> #endif // ENABLE(WEB_REPLAY)
</span><del>-
-#endif // SegmentedInputStorage_h
</del></span></pre></div>
<a id="trunkSourceWebCorereplaySerializationMethodsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/replay/SerializationMethods.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/replay/SerializationMethods.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/replay/SerializationMethods.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 SerializationMethods_h
-#define SerializationMethods_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(WEB_REPLAY)
</span><span class="cx"> 
</span><span class="lines">@@ -120,5 +119,3 @@
</span><span class="cx"> } // namespace JSC
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(WEB_REPLAY)
</span><del>-
-#endif // SerializationMethods_h
</del></span></pre></div>
<a id="trunkSourceWebCorereplayUserInputBridgeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/replay/UserInputBridge.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/replay/UserInputBridge.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/replay/UserInputBridge.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 UserInputBridge_h
-#define UserInputBridge_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ScrollTypes.h&quot;
</span><span class="cx"> #include &lt;wtf/Noncopyable.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 // UserInputBridge_h
</del></span></pre></div>
<a id="trunkSourceWebCorestorageStorageAreah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/storage/StorageArea.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/storage/StorageArea.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/storage/StorageArea.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 StorageArea_h
-#define StorageArea_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">@@ -63,5 +62,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StorageArea_h
</del></span></pre></div>
<a id="trunkSourceWebCorestorageStorageEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/storage/StorageEvent.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/storage/StorageEvent.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/storage/StorageEvent.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 StorageEvent_h
-#define StorageEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</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 // StorageEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCorestorageStorageEventDispatcherh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/storage/StorageEventDispatcher.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/storage/StorageEventDispatcher.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/storage/StorageEventDispatcher.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 StorageEventDispatcher_h
-#define StorageEventDispatcher_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">@@ -53,5 +52,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StorageEventDispatcher_h
</del></span></pre></div>
<a id="trunkSourceWebCorestorageStorageMaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/storage/StorageMap.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/storage/StorageMap.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/storage/StorageMap.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 StorageMap_h
-#define StorageMap_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/RefCounted.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 // StorageMap_h
</del></span></pre></div>
<a id="trunkSourceWebCorestorageStorageNamespaceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/storage/StorageNamespace.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/storage/StorageNamespace.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/storage/StorageNamespace.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 StorageNamespace_h
-#define StorageNamespace_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">@@ -32,7 +31,6 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class Page;
</span><del>-class PageGroup;
</del><span class="cx"> class SecurityOrigin;
</span><span class="cx"> class StorageArea;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +42,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // StorageNamespace_h
</del></span></pre></div>
<a id="trunkSourceWebCorestorageStorageNamespaceProviderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/storage/StorageNamespaceProvider.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/storage/StorageNamespaceProvider.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/storage/StorageNamespaceProvider.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 StorageNamespaceProvider_h
-#define StorageNamespaceProvider_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;SecurityOriginHash.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="lines">@@ -67,6 +66,4 @@
</span><span class="cx">     HashMap&lt;RefPtr&lt;SecurityOrigin&gt;, RefPtr&lt;StorageNamespace&gt;&gt; m_transientLocalStorageMap;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // StorageNamespaceProvider_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorexmlNativeXPathNSResolverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/NativeXPathNSResolver.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/NativeXPathNSResolver.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/NativeXPathNSResolver.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 NativeXPathNSResolver_h
-#define NativeXPathNSResolver_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;XPathNSResolver.h&quot;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</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 // NativeXPathNSResolver_h
</del></span></pre></div>
<a id="trunkSourceWebCorexmlXMLErrorsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XMLErrors.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XMLErrors.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XMLErrors.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -26,14 +26,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 XMLErrors_h
-#define XMLErrors_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><ins>+#include &lt;libxml/parser.h&gt;
</ins><span class="cx"> #include &lt;wtf/text/StringBuilder.h&gt;
</span><span class="cx"> #include &lt;wtf/text/TextPosition.h&gt;
</span><span class="cx"> 
</span><del>-#include &lt;libxml/parser.h&gt;
-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class Document;
</span><span class="lines">@@ -60,5 +58,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // XMLErrors_h
</del></span></pre></div>
<a id="trunkSourceWebCorexmlXMLHttpRequestEventTargeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XMLHttpRequestEventTarget.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XMLHttpRequestEventTarget.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XMLHttpRequestEventTarget.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 XMLHttpRequestEventTarget_h
-#define XMLHttpRequestEventTarget_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;EventTarget.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -33,6 +32,4 @@
</span><span class="cx"> class XMLHttpRequestEventTarget : public EventTargetWithInlineData {
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-}
-
-#endif // XMLHttpRequestEventTarget_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorexmlXMLHttpRequestProgressEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XMLHttpRequestProgressEvent.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XMLHttpRequestProgressEvent.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XMLHttpRequestProgressEvent.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 XMLHttpRequestProgressEvent_h
-#define XMLHttpRequestProgressEvent_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;ProgressEvent.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 // XMLHttpRequestProgressEvent_h
</del></span></pre></div>
<a id="trunkSourceWebCorexmlXMLHttpRequestProgressEventThrottleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XMLHttpRequestProgressEventThrottle.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XMLHttpRequestProgressEventThrottle.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XMLHttpRequestProgressEventThrottle.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -24,12 +24,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 XMLHttpRequestProgressEventThrottle_h
-#define XMLHttpRequestProgressEventThrottle_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;Timer.h&quot;
</span><del>-#include &quot;wtf/Vector.h&quot;
</del><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><ins>+#include &lt;wtf/Vector.h&gt;
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</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 // XMLHttpRequestProgressEventThrottle_h
</del></span></pre></div>
<a id="trunkSourceWebCorexmlXMLHttpRequestUploadh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XMLHttpRequestUpload.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XMLHttpRequestUpload.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XMLHttpRequestUpload.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 XMLHttpRequestUpload_h
-#define XMLHttpRequestUpload_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;XMLHttpRequest.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</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 // XMLHttpRequestUpload_h
</del></span></pre></div>
<a id="trunkSourceWebCorexmlXMLSerializerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XMLSerializer.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XMLSerializer.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XMLSerializer.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 XMLSerializer_h
-#define XMLSerializer_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/Ref.h&gt;
</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 // XMLSerializer_h
</del></span></pre></div>
<a id="trunkSourceWebCorexmlXMLTreeViewerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XMLTreeViewer.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XMLTreeViewer.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XMLTreeViewer.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 XMLTreeViewer_h
-#define XMLTreeViewer_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(XSLT)
</span><span class="cx"> 
</span><span class="lines">@@ -49,4 +48,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(XSLT)
</span><del>-#endif // XMLTreeViewer_h
</del></span></pre></div>
<a id="trunkSourceWebCorexmlXPathExceptionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathException.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathException.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XPathException.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 XPathException_h
-#define XPathException_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">@@ -58,5 +57,3 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // XPathException_h
</del></span></pre></div>
<a id="trunkSourceWebCorexmlXPathExpressionNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathExpressionNode.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathExpressionNode.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XPathExpressionNode.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef XPathExpressionNode_h
-#define XPathExpressionNode_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;XPathValue.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -86,5 +85,3 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace XPath
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // XPathExpressionNode_h
</del></span></pre></div>
<a id="trunkSourceWebCorexmlXPathFunctionsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathFunctions.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathFunctions.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XPathFunctions.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef XPathFunctions_h
-#define XPathFunctions_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;XPathExpressionNode.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -48,5 +47,3 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace XPath
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // XPathFunctions_h
</del></span></pre></div>
<a id="trunkSourceWebCorexmlXPathNodeSeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathNodeSet.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathNodeSet.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XPathNodeSet.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -24,13 +24,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 XPathNodeSet_h
-#define XPathNodeSet_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="cx"> namespace WebCore {
</span><del>-
</del><span class="cx">     namespace XPath {
</span><span class="cx"> 
</span><span class="cx">         class NodeSet {
</span><span class="lines">@@ -77,7 +75,5 @@
</span><span class="cx">             mutable Vector&lt;RefPtr&lt;Node&gt;&gt; m_nodes;
</span><span class="cx">         };
</span><span class="cx"> 
</span><del>-    }
-}
-
-#endif // XPathNodeSet_h
</del><ins>+    } // namespace XPath
+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorexmlXPathPathh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathPath.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathPath.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XPathPath.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -24,13 +24,11 @@
</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 XPathPath_h
-#define XPathPath_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;XPathExpressionNode.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-
</del><span class="cx">     namespace XPath {
</span><span class="cx"> 
</span><span class="cx">         class Step;
</span><span class="lines">@@ -78,7 +76,5 @@
</span><span class="cx">             std::unique_ptr&lt;LocationPath&gt; m_path;
</span><span class="cx">         };
</span><span class="cx"> 
</span><del>-    }
-}
-
-#endif // XPath_Path_H
</del><ins>+    } // namespace XPath
+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorexmlXPathPredicateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathPredicate.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathPredicate.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XPathPredicate.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -24,13 +24,11 @@
</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 XPathPredicate_h
-#define XPathPredicate_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;XPathExpressionNode.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-
</del><span class="cx">     namespace XPath {
</span><span class="cx">         
</span><span class="cx">         class Number final : public Expression {
</span><span class="lines">@@ -114,8 +112,5 @@
</span><span class="cx">         bool evaluatePredicate(const Expression&amp;);
</span><span class="cx">         bool predicateIsContextPositionSensitive(const Expression&amp;);
</span><span class="cx"> 
</span><del>-    }
-
-}
-
-#endif // XPathPredicate_h
</del><ins>+    } // namespace XPath
+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorexmlXPathSteph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathStep.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathStep.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XPathStep.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef XPathStep_h
-#define XPathStep_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/AtomicString.h&gt;
</span><span class="lines">@@ -118,7 +117,4 @@
</span><span class="cx"> void optimizeStepPair(Step&amp;, Step&amp;, bool&amp; dropSecondStep);
</span><span class="cx"> 
</span><span class="cx"> } // namespace XPath
</span><del>-
</del><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // XPathStep_h
</del></span></pre></div>
<a id="trunkSourceWebCorexmlXPathUtilh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathUtil.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathUtil.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XPathUtil.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef XPathUtil_h
-#define XPathUtil_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">@@ -44,8 +43,6 @@
</span><span class="cx">         /* @return whether the given node is a valid context node */
</span><span class="cx">         bool isValidContextNode(Node*);
</span><span class="cx"> 
</span><del>-    }
</del><ins>+    } // namespace XPath
</ins><span class="cx"> 
</span><del>-}
-
-#endif // XPath_Util_H
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorexmlXPathValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathValue.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathValue.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XPathValue.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -24,13 +24,11 @@
</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 XPathValue_h
-#define XPathValue_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;XPathNodeSet.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-
</del><span class="cx">     namespace XPath {
</span><span class="cx">     
</span><span class="cx">         class Value {
</span><span class="lines">@@ -101,7 +99,5 @@
</span><span class="cx">             RefPtr&lt;Data&gt; m_data;
</span><span class="cx">         };
</span><span class="cx"> 
</span><del>-    }
-}
-
-#endif // XPath_Value_H
</del><ins>+    } // namespace XPath
+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorexmlXPathVariableReferenceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathVariableReference.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathVariableReference.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XPathVariableReference.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -23,13 +23,11 @@
</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 XPathVariableReference_h
-#define XPathVariableReference_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;XPathExpressionNode.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-
</del><span class="cx">     namespace XPath {
</span><span class="cx"> 
</span><span class="cx">         // Variable references are not used with XPathEvaluator.
</span><span class="lines">@@ -42,7 +40,5 @@
</span><span class="cx">             String m_name;
</span><span class="cx">         };
</span><span class="cx"> 
</span><del>-    }
-}
-
-#endif // XPath_VariableReference_H
</del><ins>+    } // namespace XPath
+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorexmlXSLImportRuleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XSLImportRule.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XSLImportRule.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XSLImportRule.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -20,8 +20,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef XSLImportRule_h
-#define XSLImportRule_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(XSLT)
</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(XSLT)
</span><del>-
-#endif // XSLImportRule_h
</del></span></pre></div>
<a id="trunkSourceWebCorexmlXSLStyleSheeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XSLStyleSheet.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XSLStyleSheet.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XSLStyleSheet.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -20,17 +20,14 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef XSLStyleSheet_h
-#define XSLStyleSheet_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(XSLT)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;ProcessingInstruction.h&quot;
</span><span class="cx"> #include &quot;StyleSheet.h&quot;
</span><del>-
</del><span class="cx"> #include &lt;libxml/parser.h&gt;
</span><span class="cx"> #include &lt;libxslt/transform.h&gt;
</span><del>-
</del><span class="cx"> #include &lt;wtf/Ref.h&gt;
</span><span class="cx"> #include &lt;wtf/TypeCasts.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -128,5 +125,3 @@
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_END()
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(XSLT)
</span><del>-
-#endif // XSLStyleSheet_h
</del></span></pre></div>
<a id="trunkSourceWebCorexmlXSLTExtensionsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XSLTExtensions.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XSLTExtensions.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XSLTExtensions.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 XSLTExtensions_h
-#define XSLTExtensions_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(XSLT)
</span><span class="cx"> 
</span><span class="lines">@@ -34,7 +33,6 @@
</span><span class="cx"> 
</span><span class="cx"> void registerXSLTExtensions(xsltTransformContextPtr ctxt);
</span><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><del>-#endif
-#endif
</del><ins>+#endif // ENABLE(XSLT)
</ins></span></pre></div>
<a id="trunkSourceWebCorexmlXSLTProcessorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XSLTProcessor.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XSLTProcessor.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XSLTProcessor.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -20,19 +20,17 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef XSLTProcessor_h
-#define XSLTProcessor_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(XSLT)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Node.h&quot;
</span><span class="cx"> #include &quot;XSLStyleSheet.h&quot;
</span><ins>+#include &lt;libxml/parserInternals.h&gt;
+#include &lt;libxslt/documents.h&gt;
</ins><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="cx"> #include &lt;wtf/text/StringHash.h&gt;
</span><span class="cx"> 
</span><del>-#include &lt;libxml/parserInternals.h&gt;
-#include &lt;libxslt/documents.h&gt;
-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class Frame;
</span><span class="lines">@@ -80,7 +78,6 @@
</span><span class="cx">     ParameterMap m_parameters;
</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(XSLT)
</ins></span></pre></div>
<a id="trunkSourceWebCorexmlXSLTUnicodeSorth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XSLTUnicodeSort.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XSLTUnicodeSort.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/XSLTUnicodeSort.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx">  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
</span><span class="cx">  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><del>-#ifndef XSLTUnicodeSort_h
-#define XSLTUnicodeSort_h
</del><span class="cx"> 
</span><ins>+#pragma once
+
</ins><span class="cx"> #if ENABLE(XSLT)
</span><span class="cx"> 
</span><span class="cx"> #include &lt;libxslt/xsltInternals.h&gt;
</span><span class="lines">@@ -34,9 +34,8 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-    void xsltUnicodeSortFunction(xsltTransformContextPtr ctxt, xmlNodePtr* sorts, int nbsorts);
</del><ins>+void xsltUnicodeSortFunction(xsltTransformContextPtr ctxt, xmlNodePtr* sorts, int nbsorts);
</ins><span class="cx"> 
</span><del>-}
</del><ins>+} // namespace WebCore
</ins><span class="cx"> 
</span><del>-#endif
-#endif
</del><ins>+#endif // ENABLE(XSLT)
</ins></span></pre></div>
<a id="trunkSourceWebCorexmlparserCharacterReferenceParserInlinesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/parser/CharacterReferenceParserInlines.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/parser/CharacterReferenceParserInlines.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/parser/CharacterReferenceParserInlines.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 CharacterReferenceParserInlines_h
-#define CharacterReferenceParserInlines_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/text/StringBuilder.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -153,6 +152,4 @@
</span><span class="cx">     return false;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}
-
-#endif // CharacterReferenceParserInlines_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorexmlparserMarkupTokenizerInlinesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/parser/MarkupTokenizerInlines.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/parser/MarkupTokenizerInlines.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/parser/MarkupTokenizerInlines.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 MarkupTokenizerInlines_h
-#define MarkupTokenizerInlines_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">@@ -87,6 +86,4 @@
</span><span class="cx">         goto newState;                                          \
</span><span class="cx">     } while (false)
</span><span class="cx"> 
</span><del>-}
-
-#endif // MarkupTokenizerInlines_h
</del><ins>+} // namespace WebCore
</ins></span></pre></div>
<a id="trunkSourceWebCorexmlparserXMLDocumentParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/parser/XMLDocumentParser.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/parser/XMLDocumentParser.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/parser/XMLDocumentParser.h        2016-11-12 08:57:21 UTC (rev 208646)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#ifndef XMLDocumentParser_h
-#define XMLDocumentParser_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">@@ -198,5 +197,3 @@
</span><span class="cx"> HashMap&lt;String, String&gt; parseAttributes(const String&amp;, bool&amp; attrsOK);
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // XMLDocumentParser_h
</del></span></pre></div>
<a id="trunkSourceWebCorexmlparserXMLDocumentParserScopeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/parser/XMLDocumentParserScope.h (208645 => 208646)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/parser/XMLDocumentParserScope.h        2016-11-12 08:43:59 UTC (rev 208645)
+++ trunk/Source/WebCore/xml/parser/XMLDocumentParserScope.h        2016-11-12 08:57:21 UTC (rev 208646)
</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 XMLDocumentParserScope_h
-#define XMLDocumentParserScope_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">@@ -59,5 +58,3 @@
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // XMLDocumentParserScope_h
</del></span></pre>
</div>
</div>

</body>
</html>