Skip to content
  • commit-queue@webkit.org's avatar
    Remove workaround for compilers not supporting explicit override control · 2dfe6cb5
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=127111
    
    Patch by Peter Molnar <pmolnar.u-szeged@partner.samsung.com> on 2014-01-16
    Reviewed by Anders Carlsson.
    
    Now all compilers support explicit override control, this workaround can be removed.
    
    Source/JavaScriptCore:
    
    * API/JSAPIWrapperObject.mm:
    * API/JSCallbackObject.h:
    * API/JSManagedValue.mm:
    * API/JSScriptRef.cpp:
    * bytecode/CodeBlock.h:
    * bytecode/CodeBlockJettisoningWatchpoint.h:
    * bytecode/ProfiledCodeBlockJettisoningWatchpoint.h:
    * bytecode/StructureStubClearingWatchpoint.h:
    * dfg/DFGArrayifySlowPathGenerator.h:
    * dfg/DFGCallArrayAllocatorSlowPathGenerator.h:
    * dfg/DFGFailedFinalizer.h:
    * dfg/DFGJITCode.h:
    * dfg/DFGJITFinalizer.h:
    * dfg/DFGSaneStringGetByValSlowPathGenerator.h:
    * dfg/DFGSlowPathGenerator.h:
    * dfg/DFGSpeculativeJIT64.cpp:
    * heap/Heap.h:
    * heap/IncrementalSweeper.h:
    * heap/SuperRegion.h:
    * inspector/InspectorValues.h:
    * inspector/JSGlobalObjectInspectorController.h:
    * inspector/agents/InspectorAgent.h:
    * inspector/remote/RemoteInspector.h:
    * inspector/remote/RemoteInspectorDebuggableConnection.h:
    * inspector/scripts/CodeGeneratorInspector.py:
    (Generator.go):
    * jit/ClosureCallStubRoutine.h:
    * jit/ExecutableAllocatorFixedVMPool.cpp:
    * jit/GCAwareJITStubRoutine.h:
    * jit/JITCode.h:
    * jit/JITToDFGDeferredCompilationCallback.h:
    * parser/Nodes.h:
    * parser/SourceProvider.h:
    * runtime/DataView.h:
    * runtime/GCActivityCallback.h:
    * runtime/GenericTypedArrayView.h:
    * runtime/JSGlobalObjectDebuggable.h:
    * runtime/JSPromiseReaction.cpp:
    * runtime/RegExpCache.h:
    * runtime/SimpleTypedArrayController.h:
    * runtime/SymbolTable.h:
    * runtime/WeakMapData.h:
    
    Source/WebCore:
    
    * Modules/airplay/WebKitPlaybackTargetAvailabilityEvent.h:
    * Modules/encryptedmedia/CDMPrivateAVFoundation.h:
    * Modules/encryptedmedia/CDMPrivateAVFoundation.mm:
    * Modules/encryptedmedia/MediaKeyMessageEvent.h:
    * Modules/encryptedmedia/MediaKeyNeededEvent.h:
    * Modules/encryptedmedia/MediaKeySession.h:
    * Modules/encryptedmedia/MediaKeys.h:
    * Modules/geolocation/Geolocation.h:
    * Modules/indexeddb/DOMWindowIndexedDatabase.h:
    * Modules/indexeddb/IDBCursorBackendOperations.h:
    * Modules/indexeddb/IDBCursorWithValue.h:
    * Modules/indexeddb/IDBDatabase.h:
    * Modules/indexeddb/IDBDatabaseCallbacksImpl.h:
    * Modules/indexeddb/IDBOpenDBRequest.h:
    * Modules/indexeddb/IDBRequest.h:
    * Modules/indexeddb/IDBTransaction.h:
    * Modules/indexeddb/IDBTransactionBackendOperations.h:
    * Modules/indexeddb/leveldb/IDBBackingStoreLevelDB.cpp:
    * Modules/indexeddb/leveldb/IDBFactoryBackendLevelDB.h:
    * Modules/indexeddb/leveldb/IDBServerConnectionLevelDB.h:
    * Modules/indieui/UIRequestEvent.h:
    * Modules/mediasource/MediaSource.h:
    * Modules/mediasource/MediaSourceRegistry.h:
    * Modules/mediasource/SourceBuffer.h:
    * Modules/mediasource/SourceBufferList.h:
    * Modules/mediastream/AudioStreamTrack.h:
    * Modules/mediastream/MediaConstraintsImpl.h:
    * Modules/mediastream/MediaStream.h:
    * Modules/mediastream/MediaStreamRegistry.h:
    * Modules/mediastream/MediaStreamTrack.h:
    * Modules/mediastream/MediaStreamTrackEvent.h:
    * Modules/mediastream/MediaStreamTrackSourcesRequest.h:
    * Modules/mediastream/RTCDTMFSender.h:
    * Modules/mediastream/RTCDataChannel.h:
    * Modules/mediastream/RTCPeerConnection.h:
    * Modules/mediastream/RTCSessionDescriptionRequestImpl.h:
    * Modules/mediastream/RTCStatsRequestImpl.h:
    * Modules/mediastream/RTCStatsResponse.h:
    * Modules/mediastream/RTCVoidRequestImpl.h:
    * Modules/mediastream/UserMediaRequest.h:
    * Modules/mediastream/VideoStreamTrack.h:
    * Modules/networkinfo/NetworkInfoConnection.h:
    * Modules/notifications/DOMWindowNotifications.h:
    * Modules/notifications/Notification.h:
    * Modules/notifications/NotificationCenter.h:
    * Modules/plugins/QuickTimePluginReplacement.h:
    * Modules/speech/SpeechRecognition.h:
    * Modules/speech/SpeechRecognitionError.h:
    * Modules/speech/SpeechRecognitionEvent.h:
    * Modules/speech/SpeechSynthesis.h:
    * Modules/speech/SpeechSynthesisUtterance.h:
    * Modules/webaudio/AnalyserNode.h:
    * Modules/webaudio/AudioBasicInspectorNode.h:
    * Modules/webaudio/AudioBasicProcessorNode.h:
    * Modules/webaudio/AudioBufferSourceNode.h:
    * Modules/webaudio/AudioContext.h:
    * Modules/webaudio/AudioDestinationNode.h:
    * Modules/webaudio/AudioNode.h:
    * Modules/webaudio/AudioNodeInput.h:
    * Modules/webaudio/AudioParam.h:
    * Modules/webaudio/AudioProcessingEvent.h:
    * Modules/webaudio/BiquadDSPKernel.h:
    * Modules/webaudio/BiquadProcessor.h:
    * Modules/webaudio/ChannelMergerNode.h:
    * Modules/webaudio/ChannelSplitterNode.h:
    * Modules/webaudio/ConvolverNode.h:
    * Modules/webaudio/DefaultAudioDestinationNode.h:
    * Modules/webaudio/DelayDSPKernel.h:
    * Modules/webaudio/DelayProcessor.h:
    * Modules/webaudio/DynamicsCompressorNode.h:
    * Modules/webaudio/GainNode.h:
    * Modules/webaudio/MediaElementAudioSourceNode.h:
    * Modules/webaudio/MediaStreamAudioDestinationNode.h:
    * Modules/webaudio/MediaStreamAudioSourceNode.h:
    * Modules/webaudio/OfflineAudioCompletionEvent.h:
    * Modules/webaudio/OfflineAudioDestinationNode.h:
    * Modules/webaudio/OscillatorNode.h:
    * Modules/webaudio/PannerNode.h:
    * Modules/webaudio/ScriptProcessorNode.h:
    * Modules/webaudio/WaveShaperDSPKernel.h:
    * Modules/webaudio/WaveShaperProcessor.h:
    * Modules/webdatabase/DatabaseTask.h:
    * Modules/webdatabase/SQLTransaction.h:
    * Modules/webdatabase/SQLTransactionBackend.h:
    * Modules/websockets/CloseEvent.h:
    * Modules/websockets/WebSocket.h:
    * Modules/websockets/WebSocketChannel.h:
    * Modules/websockets/WebSocketDeflateFramer.cpp:
    * Modules/websockets/WorkerThreadableWebSocketChannel.cpp:
    * Modules/websockets/WorkerThreadableWebSocketChannel.h:
    * accessibility/AccessibilityARIAGrid.h:
    * accessibility/AccessibilityARIAGridCell.h:
    * accessibility/AccessibilityARIAGridRow.h:
    * accessibility/AccessibilityImageMapLink.h:
    * accessibility/AccessibilityList.h:
    * accessibility/AccessibilityListBox.h:
    * accessibility/AccessibilityListBoxOption.h:
    * accessibility/AccessibilityMediaControls.h:
    * accessibility/AccessibilityMenuList.h:
    * accessibility/AccessibilityMenuListOption.h:
    * accessibility/AccessibilityMenuListPopup.h:
    * accessibility/AccessibilityMockObject.h:
    * accessibility/AccessibilityNodeObject.h:
    * accessibility/AccessibilityProgressIndicator.h:
    * accessibility/AccessibilityRenderObject.h:
    * accessibility/AccessibilitySVGRoot.h:
    * accessibility/AccessibilityScrollView.h:
    * accessibility/AccessibilityScrollbar.h:
    * accessibility/AccessibilitySearchFieldButtons.h:
    * accessibility/AccessibilitySlider.h:
    * accessibility/AccessibilitySpinButton.h:
    * accessibility/AccessibilityTable.h:
    * accessibility/AccessibilityTableCell.h:
    * accessibility/AccessibilityTableColumn.h:
    * accessibility/AccessibilityTableHeaderContainer.h:
    * accessibility/AccessibilityTableRow.h:
    * bindings/js/JSCryptoAlgorithmBuilder.h:
    * bindings/js/JSCryptoKeySerializationJWK.h:
    * bindings/js/JSDOMGlobalObjectTask.h:
    * bindings/js/JSEventListener.h:
    * bindings/js/JSLazyEventListener.h:
    * bindings/js/JSMutationCallback.h:
    * bindings/js/PageScriptDebugServer.h:
    * bindings/js/ScriptDebugServer.h:
    * bindings/js/WebCoreTypedArrayController.h:
    * bindings/js/WorkerScriptDebugServer.h:
    * bridge/c/c_class.h:
    * bridge/c/c_instance.h:
    * bridge/c/c_runtime.h:
    * bridge/runtime_root.h:
    * crypto/algorithms/CryptoAlgorithmAES_CBC.h:
    * crypto/algorithms/CryptoAlgorithmAES_KW.h:
    * crypto/algorithms/CryptoAlgorithmHMAC.h:
    * crypto/algorithms/CryptoAlgorithmRSAES_PKCS1_v1_5.h:
    * crypto/algorithms/CryptoAlgorithmRSASSA_PKCS1_v1_5.h:
    * crypto/algorithms/CryptoAlgorithmRSA_OAEP.h:
    * crypto/algorithms/CryptoAlgorithmSHA1.h:
    * crypto/algorithms/CryptoAlgorithmSHA224.h:
    * crypto/algorithms/CryptoAlgorithmSHA256.h:
    * crypto/algorithms/CryptoAlgorithmSHA384.h:
    * crypto/algorithms/CryptoAlgorithmSHA512.h:
    * crypto/keys/CryptoKeyAES.h:
    * crypto/keys/CryptoKeyHMAC.h:
    * crypto/keys/CryptoKeyRSA.h:
    * crypto/keys/CryptoKeySerializationRaw.h:
    * crypto/parameters/CryptoAlgorithmAesCbcParams.h:
    * crypto/parameters/CryptoAlgorithmAesKeyGenParams.h:
    * crypto/parameters/CryptoAlgorithmHmacKeyParams.h:
    * crypto/parameters/CryptoAlgorithmHmacParams.h:
    * crypto/parameters/CryptoAlgorithmRsaKeyGenParams.h:
    * crypto/parameters/CryptoAlgorithmRsaKeyParamsWithHash.h:
    * crypto/parameters/CryptoAlgorithmRsaOaepParams.h:
    * crypto/parameters/CryptoAlgorithmRsaSsaParams.h:
    * css/CSSBasicShapes.h:
    * css/CSSCanvasValue.h:
    * css/CSSCharsetRule.h:
    * css/CSSComputedStyleDeclaration.h:
    * css/CSSCrossfadeValue.h:
    * css/CSSFilterImageValue.h:
    * css/CSSFontFaceRule.h:
    * css/CSSFontSelector.h:
    * css/CSSGroupingRule.h:
    * css/CSSHostRule.h:
    * css/CSSImportRule.h:
    * css/CSSMediaRule.h:
    * css/CSSPageRule.h:
    * css/CSSStyleRule.h:
    * css/CSSStyleSheet.h:
    * css/CSSSupportsRule.h:
    * css/CSSUnknownRule.h:
    * css/FontLoader.cpp:
    * css/FontLoader.h:
    * css/PropertySetCSSStyleDeclaration.h:
    * css/WebKitCSSFilterRule.h:
    * css/WebKitCSSKeyframeRule.h:
    * css/WebKitCSSKeyframesRule.h:
    * css/WebKitCSSRegionRule.h:
    * css/WebKitCSSViewportRule.h:
    * dom/Attr.h:
    * dom/BeforeTextInsertedEvent.h:
    * dom/BeforeUnloadEvent.h:
    * dom/CDATASection.h:
    * dom/CharacterData.h:
    * dom/ChildNodeList.h:
    * dom/Clipboard.cpp:
    * dom/ClipboardEvent.h:
    * dom/ContainerNode.h:
    * dom/DOMImplementation.cpp:
    * dom/DatasetDOMStringMap.h:
    * dom/DeviceMotionController.h:
    * dom/DeviceOrientationController.h:
    * dom/Document.h:
    * dom/DocumentEventQueue.cpp:
    * dom/DocumentEventQueue.h:
    * dom/DocumentFragment.h:
    * dom/Element.h:
    * dom/ErrorEvent.h:
    * dom/EventContext.h:
    * dom/EventTarget.h:
    * dom/FocusEvent.h:
    * dom/KeyboardEvent.h:
    * dom/LiveNodeList.h:
    * dom/MessagePort.h:
    * dom/MouseEvent.h:
    * dom/MutationRecord.cpp:
    * dom/Node.h:
    * dom/PageTransitionEvent.h:
    * dom/ProcessingInstruction.h:
    * dom/ProgressEvent.h:
    * dom/PseudoElement.h:
    * dom/ScriptExecutionContext.h:
    * dom/ShadowRoot.h:
    * dom/StaticNodeList.h:
    * dom/StyledElement.h:
    * dom/TagNodeList.h:
    * dom/TemplateContentDocumentFragment.h:
    * dom/Text.h:
    * dom/TextEvent.h:
    * dom/TouchEvent.h:
    * dom/TransitionEvent.h:
    * dom/UIEvent.h:
    * dom/WebKitAnimationEvent.h:
    * dom/WebKitNamedFlow.h:
    * dom/WebKitTransitionEvent.h:
    * editing/AppendNodeCommand.h:
    * editing/ApplyBlockElementCommand.h:
    * editing/ApplyStyleCommand.h:
    * editing/BreakBlockquoteCommand.h:
    * editing/CompositeEditCommand.h:
    * editing/DeleteButton.h:
    * editing/DeleteFromTextNodeCommand.h:
    * editing/EditCommand.h:
    * editing/InsertIntoTextNodeCommand.h:
    * editing/InsertNodeBeforeCommand.h:
    * editing/InsertTextCommand.h:
    * editing/MergeIdenticalElementsCommand.h:
    * editing/RemoveCSSPropertyCommand.h:
    * editing/RemoveNodeCommand.h:
    * editing/ReplaceNodeWithSpanCommand.h:
    * editing/SetNodeAttributeCommand.h:
    * editing/SetSelectionCommand.h:
    * editing/SpellChecker.h:
    * editing/SpellingCorrectionCommand.cpp:
    * editing/SpellingCorrectionCommand.h:
    * editing/SplitElementCommand.h:
    * editing/SplitTextNodeCommand.h:
    * editing/WrapContentsInDummySpanCommand.h:
    * editing/ios/EditorIOS.mm:
    * editing/markup.cpp:
    * fileapi/Blob.cpp:
    * fileapi/Blob.h:
    * fileapi/File.h:
    * fileapi/FileReader.h:
    * fileapi/FileThreadTask.h:
    * history/BackForwardList.h:
    * html/BaseButtonInputType.h:
    * html/BaseCheckableInputType.h:
    * html/BaseChooserOnlyDateAndTimeInputType.h:
    * html/BaseClickableWithKeyInputType.h:
    * html/BaseDateAndTimeInputType.h:
    * html/BaseTextInputType.h:
    * html/ButtonInputType.h:
    * html/CheckboxInputType.h:
    * html/ClassList.h:
    * html/ColorInputType.h:
    * html/DOMSettableTokenList.h:
    * html/DateInputType.h:
    * html/DateTimeInputType.h:
    * html/DateTimeLocalInputType.h:
    * html/EmailInputType.h:
    * html/FTPDirectoryDocument.cpp:
    * html/FileInputType.h:
    * html/FormAssociatedElement.cpp:
    * html/FormAssociatedElement.h:
    * html/HTMLAnchorElement.h:
    * html/HTMLAppletElement.h:
    * html/HTMLAreaElement.h:
    * html/HTMLBRElement.h:
    * html/HTMLBaseElement.h:
    * html/HTMLBodyElement.h:
    * html/HTMLButtonElement.h:
    * html/HTMLCanvasElement.h:
    * html/HTMLDetailsElement.cpp:
    * html/HTMLDetailsElement.h:
    * html/HTMLDivElement.h:
    * html/HTMLDocument.h:
    * html/HTMLElement.h:
    * html/HTMLEmbedElement.h:
    * html/HTMLFieldSetElement.h:
    * html/HTMLFontElement.h:
    * html/HTMLFormControlElement.h:
    * html/HTMLFormControlElementWithState.h:
    * html/HTMLFormControlsCollection.h:
    * html/HTMLFormElement.h:
    * html/HTMLFrameElement.h:
    * html/HTMLFrameElementBase.h:
    * html/HTMLFrameOwnerElement.h:
    * html/HTMLFrameSetElement.h:
    * html/HTMLHRElement.h:
    * html/HTMLHtmlElement.h:
    * html/HTMLIFrameElement.h:
    * html/HTMLImageElement.h:
    * html/HTMLImageLoader.h:
    * html/HTMLInputElement.cpp:
    * html/HTMLInputElement.h:
    * html/HTMLKeygenElement.h:
    * html/HTMLLIElement.h:
    * html/HTMLLabelElement.h:
    * html/HTMLLegendElement.h:
    * html/HTMLLinkElement.h:
    * html/HTMLMapElement.h:
    * html/HTMLMarqueeElement.h:
    * html/HTMLMediaElement.h:
    * html/HTMLMediaSession.h:
    * html/HTMLMediaSource.h:
    * html/HTMLMetaElement.h:
    * html/HTMLMeterElement.h:
    * html/HTMLModElement.h:
    * html/HTMLOListElement.h:
    * html/HTMLObjectElement.h:
    * html/HTMLOptGroupElement.h:
    * html/HTMLOptionElement.h:
    * html/HTMLOutputElement.h:
    * html/HTMLParagraphElement.h:
    * html/HTMLParamElement.h:
    * html/HTMLPlugInElement.h:
    * html/HTMLPlugInImageElement.h:
    * html/HTMLPreElement.h:
    * html/HTMLProgressElement.h:
    * html/HTMLQuoteElement.h:
    * html/HTMLScriptElement.h:
    * html/HTMLSelectElement.h:
    * html/HTMLSourceElement.h:
    * html/HTMLStyleElement.h:
    * html/HTMLSummaryElement.h:
    * html/HTMLTableCaptionElement.h:
    * html/HTMLTableCellElement.h:
    * html/HTMLTableColElement.h:
    * html/HTMLTableElement.h:
    * html/HTMLTablePartElement.h:
    * html/HTMLTableRowsCollection.h:
    * html/HTMLTableSectionElement.h:
    * html/HTMLTemplateElement.h:
    * html/HTMLTextAreaElement.h:
    * html/HTMLTextFormControlElement.h:
    * html/HTMLTitleElement.h:
    * html/HTMLTrackElement.h:
    * html/HTMLUListElement.h:
    * html/HTMLUnknownElement.h:
    * html/HTMLVideoElement.h:
    * html/HiddenInputType.h:
    * html/ImageDocument.cpp:
    * html/ImageInputType.h:
    * html/LabelableElement.h:
    * html/LabelsNodeList.h:
    * html/MediaController.h:
    * html/MonthInputType.h:
    * html/NumberInputType.h:
    * html/PasswordInputType.h:
    * html/PluginDocument.h:
    * html/RadioInputType.h:
    * html/RangeInputType.h:
    * html/ResetInputType.h:
    * html/SearchInputType.h:
    * html/SubmitInputType.h:
    * html/TelephoneInputType.h:
    * html/TextFieldInputType.h:
    * html/TextInputType.h:
    * html/TimeInputType.h:
    * html/URLInputType.h:
    * html/WeekInputType.h:
    * html/canvas/CanvasRenderingContext2D.cpp:
    * html/canvas/CanvasRenderingContext2D.h:
    * html/canvas/WebGLRenderingContext.h:
    * html/parser/HTMLDocumentParser.h:
    * html/parser/TextDocumentParser.h:
    * html/shadow/DetailsMarkerControl.h:
    * html/shadow/InsertionPoint.h:
    * html/shadow/MediaControlElementTypes.h:
    * html/shadow/MediaControlElements.h:
    * html/shadow/MediaControls.h:
    * html/shadow/MediaControlsApple.h:
    * html/shadow/MediaControlsGtk.h:
    * html/shadow/MeterShadowElement.h:
    * html/shadow/ProgressShadowElement.h:
    * html/shadow/SliderThumbElement.cpp:
    * html/shadow/SliderThumbElement.h:
    * html/shadow/SpinButtonElement.h:
    * html/shadow/TextControlInnerElements.h:
    * html/shadow/YouTubeEmbedShadowElement.h:
    * html/track/AudioTrack.h:
    * html/track/AudioTrackList.h:
    * html/track/InbandGenericTextTrack.h:
    * html/track/InbandTextTrack.h:
    * html/track/InbandWebVTTTextTrack.h:
    * html/track/LoadableTextTrack.h:
    * html/track/TextTrack.h:
    * html/track/TextTrackCue.h:
    * html/track/TextTrackCueGeneric.cpp:
    * html/track/TextTrackCueGeneric.h:
    * html/track/TextTrackList.h:
    * html/track/TrackListBase.h:
    * html/track/VideoTrack.h:
    * html/track/VideoTrackList.h:
    * html/track/WebVTTElement.h:
    * inspector/CommandLineAPIModule.h:
    * inspector/InjectedScriptCanvasModule.h:
    * inspector/InspectorApplicationCacheAgent.h:
    * inspector/InspectorCSSAgent.h:
    * inspector/InspectorCanvasAgent.h:
    * inspector/InspectorConsoleAgent.cpp:
    * inspector/InspectorConsoleAgent.h:
    * inspector/InspectorController.h:
    * inspector/InspectorDOMAgent.h:
    * inspector/InspectorDOMDebuggerAgent.h:
    * inspector/InspectorDOMStorageAgent.h:
    * inspector/InspectorDatabaseAgent.h:
    * inspector/InspectorDebuggerAgent.h:
    * inspector/InspectorHeapProfilerAgent.h:
    * inspector/InspectorIndexedDBAgent.cpp:
    * inspector/InspectorIndexedDBAgent.h:
    * inspector/InspectorInputAgent.h:
    * inspector/InspectorLayerTreeAgent.h:
    * inspector/InspectorMemoryAgent.h:
    * inspector/InspectorPageAgent.h:
    * inspector/InspectorProfilerAgent.h:
    * inspector/InspectorResourceAgent.h:
    * inspector/InspectorTimelineAgent.h:
    * inspector/InspectorWorkerAgent.h:
    * inspector/PageConsoleAgent.cpp:
    * inspector/PageConsoleAgent.h:
    * inspector/PageInjectedScriptHost.h:
    * inspector/PageInjectedScriptManager.h:
    * inspector/PageRuntimeAgent.h:
    * inspector/WorkerConsoleAgent.h:
    * inspector/WorkerDebuggerAgent.h:
    * inspector/WorkerInspectorController.h:
    * inspector/WorkerRuntimeAgent.h:
    * loader/DocumentLoader.h:
    * loader/EmptyClients.h:
    * loader/FrameNetworkingContext.h:
    * loader/ImageLoader.h:
    * loader/NavigationScheduler.cpp:
    * loader/NetscapePlugInStreamLoader.h:
    * loader/PingLoader.h:
    * loader/ResourceLoader.h:
    * loader/SubresourceLoader.h:
    * loader/WorkerThreadableLoader.h:
    * loader/appcache/ApplicationCacheGroup.cpp:
    * loader/appcache/ApplicationCacheGroup.h:
    * loader/appcache/DOMApplicationCache.h:
    * loader/archive/cf/LegacyWebArchive.h:
    * loader/cache/CachedCSSStyleSheet.h:
    * loader/cache/CachedFont.h:
    * loader/cache/CachedFontClient.h:
    * loader/cache/CachedImage.h:
    * loader/cache/CachedImageClient.h:
    * loader/cache/CachedRawResource.h:
    * loader/cache/CachedRawResourceClient.h:
    * loader/cache/CachedSVGDocument.h:
    * loader/cache/CachedSVGDocumentClient.h:
    * loader/cache/CachedScript.h:
    * loader/cache/CachedShader.h:
    * loader/cache/CachedStyleSheetClient.h:
    * loader/cache/CachedTextTrack.h:
    * loader/cache/CachedXSLStyleSheet.h:
    * loader/icon/IconLoader.h:
    * mathml/MathMLElement.h:
    * mathml/MathMLInlineContainerElement.h:
    * mathml/MathMLMathElement.h:
    * mathml/MathMLSelectElement.h:
    * mathml/MathMLTextElement.h:
    * page/CaptionUserPreferencesMediaAF.h:
    * page/Chrome.h:
    * page/DOMTimer.h:
    * page/DOMWindow.h:
    * page/DOMWindowExtension.h:
    * page/EventSource.h:
    * page/Frame.h:
    * page/FrameView.h:
    * page/PageDebuggable.h:
    * page/PageSerializer.cpp:
    * page/Performance.h:
    * page/SuspendableTimer.h:
    * page/animation/ImplicitAnimation.h:
    * page/animation/KeyframeAnimation.h:
    * page/scrolling/AsyncScrollingCoordinator.h:
    * page/scrolling/ScrollingConstraints.h:
    * page/scrolling/ScrollingStateFixedNode.h:
    * page/scrolling/ScrollingStateScrollingNode.h:
    * page/scrolling/ScrollingStateStickyNode.h:
    * page/scrolling/ScrollingTreeScrollingNode.h:
    * page/scrolling/ThreadedScrollingTree.h:
    * page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.h:
    * page/scrolling/ios/ScrollingCoordinatorIOS.h:
    * page/scrolling/ios/ScrollingTreeIOS.h:
    * page/scrolling/ios/ScrollingTreeScrollingNodeIOS.h:
    * page/scrolling/mac/ScrollingCoordinatorMac.h:
    * page/scrolling/mac/ScrollingTreeFixedNode.h:
    * page/scrolling/mac/ScrollingTreeScrollingNodeMac.h:
    * page/scrolling/mac/ScrollingTreeStickyNode.h:
    * pdf/ios/PDFDocument.cpp:
    * pdf/ios/PDFDocument.h:
    * platform/CalculationValue.h:
    * platform/ClockGeneric.h:
    * platform/MainThreadTask.h:
    * platform/PODIntervalTree.h:
    * platform/PODRedBlackTree.h:
    * platform/RefCountedSupplement.h:
    * platform/ScrollView.h:
    * platform/Scrollbar.h:
    * platform/Timer.h:
    * platform/animation/TimingFunction.h:
    * platform/audio/AudioDSPKernelProcessor.h:
    * platform/audio/EqualPowerPanner.h:
    * platform/audio/HRTFPanner.h:
    * platform/audio/ios/AudioDestinationIOS.h:
    * platform/audio/mac/AudioDestinationMac.h:
    * platform/audio/nix/AudioDestinationNix.h:
    * platform/efl/RenderThemeEfl.h:
    * platform/efl/ScrollbarEfl.h:
    * platform/efl/ScrollbarThemeEfl.h:
    * platform/graphics/AudioTrackPrivate.h:
    * platform/graphics/BitmapImage.h:
    * platform/graphics/CrossfadeGeneratedImage.h:
    * platform/graphics/FloatPolygon.h:
    * platform/graphics/GeneratedImage.h:
    * platform/graphics/GradientImage.h:
    * platform/graphics/GraphicsLayer.h:
    * platform/graphics/InbandTextTrackPrivate.h:
    * platform/graphics/MediaPlayer.cpp:
    * platform/graphics/SimpleFontData.h:
    * platform/graphics/VideoTrackPrivate.h:
    * platform/graphics/avfoundation/InbandTextTrackPrivateAVF.h:
    * platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.h:
    * platform/graphics/avfoundation/VideoTrackPrivateAVF.h:
    * platform/graphics/avfoundation/cf/InbandTextTrackPrivateAVCF.h:
    * platform/graphics/avfoundation/cf/InbandTextTrackPrivateLegacyAVCF.h:
    * platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.h:
    * platform/graphics/avfoundation/objc/AudioTrackPrivateMediaSourceAVFObjC.h:
    * platform/graphics/avfoundation/objc/InbandTextTrackPrivateAVFObjC.h:
    * platform/graphics/avfoundation/objc/InbandTextTrackPrivateLegacyAVFObjC.h:
    * platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.h:
    * platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.h:
    * platform/graphics/avfoundation/objc/MediaSourcePrivateAVFObjC.h:
    * platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.h:
    * platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm:
    * platform/graphics/avfoundation/objc/VideoTrackPrivateAVFObjC.h:
    * platform/graphics/avfoundation/objc/VideoTrackPrivateMediaSourceAVFObjC.h:
    * platform/graphics/avfoundation/objc/WebCoreAVFResourceLoader.h:
    * platform/graphics/ca/GraphicsLayerCA.h:
    * platform/graphics/ca/mac/PlatformCALayerMac.h:
    * platform/graphics/ca/mac/TileController.h:
    * platform/graphics/ca/win/LegacyCACFLayerTreeHost.h:
    * platform/graphics/ca/win/PlatformCALayerWin.h:
    * platform/graphics/ca/win/WKCACFViewLayerTreeHost.h:
    * platform/graphics/cg/PDFDocumentImage.h:
    * platform/graphics/efl/GraphicsContext3DPrivate.h:
    * platform/graphics/egl/GLContextFromCurrentEGL.h:
    * platform/graphics/filters/DistantLightSource.h:
    * platform/graphics/filters/FEComposite.h:
    * platform/graphics/filters/FEDisplacementMap.h:
    * platform/graphics/filters/FEFlood.h:
    * platform/graphics/filters/FilterOperation.h:
    * platform/graphics/filters/PointLightSource.h:
    * platform/graphics/filters/SpotLightSource.h:
    * platform/graphics/gstreamer/AudioTrackPrivateGStreamer.h:
    * platform/graphics/gstreamer/InbandMetadataTextTrackPrivateGStreamer.h:
    * platform/graphics/gstreamer/InbandTextTrackPrivateGStreamer.h:
    * platform/graphics/gstreamer/VideoTrackPrivateGStreamer.h:
    * platform/graphics/ios/InbandTextTrackPrivateAVFIOS.h:
    * platform/graphics/ios/MediaPlayerPrivateIOS.h:
    * platform/graphics/ios/TextTrackRepresentationIOS.h:
    * platform/graphics/surfaces/GLTransportSurface.h:
    * platform/graphics/surfaces/egl/EGLContext.h:
    * platform/graphics/surfaces/egl/EGLSurface.h:
    * platform/graphics/surfaces/egl/EGLXSurface.h:
    * platform/graphics/surfaces/glx/GLXContext.h:
    * platform/graphics/surfaces/glx/GLXSurface.h:
    * platform/graphics/texmap/GraphicsLayerTextureMapper.h:
    * platform/graphics/texmap/TextureMapperGL.h:
    * platform/graphics/texmap/TextureMapperImageBuffer.h:
    * platform/graphics/texmap/TextureMapperLayer.h:
    * platform/graphics/texmap/TextureMapperTiledBackingStore.h:
    * platform/graphics/texmap/coordinated/CompositingCoordinator.h:
    * platform/graphics/texmap/coordinated/CoordinatedBackingStore.h:
    * platform/graphics/texmap/coordinated/CoordinatedCustomFilterProgram.h:
    * platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:
    * platform/graphics/texmap/coordinated/CoordinatedImageBacking.cpp:
    * platform/graphics/texmap/coordinated/CoordinatedTile.h:
    * platform/graphics/texmap/coordinated/UpdateAtlas.cpp:
    * platform/gtk/RenderThemeGtk.h:
    * platform/ios/DeviceMotionClientIOS.h:
    * platform/ios/DeviceOrientationClientIOS.h:
    * platform/ios/ScrollAnimatorIOS.h:
    * platform/ios/ScrollbarThemeIOS.h:
    * platform/ios/WebSafeGCActivityCallbackIOS.h:
    * platform/ios/WebSafeIncrementalSweeperIOS.h:
    * platform/mac/PlatformClockCA.h:
    * platform/mac/PlatformClockCM.h:
    * platform/mac/ScrollAnimatorMac.h:
    * platform/mac/ScrollbarThemeMac.h:
    * platform/mediastream/MediaStreamTrackPrivate.h:
    * platform/mediastream/gstreamer/MediaStreamCenterGStreamer.h:
    * platform/mediastream/mac/AVAudioCaptureSource.h:
    * platform/mediastream/mac/AVMediaCaptureSource.h:
    * platform/mediastream/mac/AVVideoCaptureSource.h:
    * platform/mediastream/mac/MediaStreamCenterMac.h:
    * platform/mock/DeviceMotionClientMock.h:
    * platform/mock/DeviceOrientationClientMock.h:
    * platform/mock/MockMediaStreamCenter.h:
    * platform/mock/RTCDataChannelHandlerMock.h:
    * platform/mock/RTCNotifiersMock.h:
    * platform/mock/RTCPeerConnectionHandlerMock.h:
    * platform/mock/mediasource/MockMediaPlayerMediaSource.h:
    * platform/mock/mediasource/MockMediaSourcePrivate.h:
    * platform/mock/mediasource/MockSourceBufferPrivate.cpp:
    * platform/mock/mediasource/MockSourceBufferPrivate.h:
    * platform/network/BlobRegistryImpl.h:
    * platform/network/BlobResourceHandle.cpp:
    * platform/network/BlobResourceHandle.h:
    * platform/network/ResourceHandle.h:
    * platform/network/SynchronousLoaderClient.h:
    * platform/network/cf/ResourceHandleCFURLConnectionDelegateWithOperationQueue.h:
    * platform/network/cf/SynchronousResourceHandleCFURLConnectionDelegate.h:
    * platform/nix/RenderThemeNix.h:
    * platform/nix/ScrollbarThemeNix.h:
    * platform/text/LocaleICU.h:
    * platform/text/LocaleNone.cpp:
    * platform/text/PlatformLocale.cpp:
    * platform/text/mac/LocaleMac.h:
    * platform/text/win/LocaleWin.h:
    * platform/win/PopupMenuWin.h:
    * plugins/PluginView.h:
    * rendering/AutoTableLayout.h:
    * rendering/ClipPathOperation.h:
    * rendering/EllipsisBox.h:
    * rendering/FilterEffectRenderer.h:
    * rendering/FixedTableLayout.h:
    * rendering/InlineElementBox.h:
    * rendering/InlineFlowBox.h:
    * rendering/InlineTextBox.h:
    * rendering/RenderBlock.h:
    * rendering/RenderBlockFlow.h:
    * rendering/RenderBox.h:
    * rendering/RenderBoxModelObject.h:
    * rendering/RenderButton.h:
    * rendering/RenderCombineText.h:
    * rendering/RenderCounter.h:
    * rendering/RenderDeprecatedFlexibleBox.h:
    * rendering/RenderDetailsMarker.h:
    * rendering/RenderElement.h:
    * rendering/RenderEmbeddedObject.h:
    * rendering/RenderFieldset.h:
    * rendering/RenderFileUploadControl.h:
    * rendering/RenderFlexibleBox.h:
    * rendering/RenderFlowThread.h:
    * rendering/RenderFrame.h:
    * rendering/RenderFrameSet.h:
    * rendering/RenderFullScreen.h:
    * rendering/RenderGrid.h:
    * rendering/RenderHTMLCanvas.h:
    * rendering/RenderIFrame.h:
    * rendering/RenderImage.h:
    * rendering/RenderImageResourceStyleImage.h:
    * rendering/RenderInline.h:
    * rendering/RenderLayer.h:
    * rendering/RenderLayerBacking.h:
    * rendering/RenderLayerCompositor.h:
    * rendering/RenderLayerFilterInfo.h:
    * rendering/RenderLayerModelObject.h:
    * rendering/RenderLineBreak.h:
    * rendering/RenderListBox.h:
    * rendering/RenderListItem.h:
    * rendering/RenderListMarker.h:
    * rendering/RenderMedia.h:
    * rendering/RenderMenuList.h:
    * rendering/RenderMeter.h:
    * rendering/RenderMultiColumnBlock.h:
    * rendering/RenderMultiColumnFlowThread.h:
    * rendering/RenderMultiColumnSet.h:
    * rendering/RenderNamedFlowFragment.h:
    * rendering/RenderNamedFlowThread.h:
    * rendering/RenderObject.h:
    * rendering/RenderProgress.h:
    * rendering/RenderQuote.h:
    * rendering/RenderRegion.h:
    * rendering/RenderRegionSet.h:
    * rendering/RenderReplaced.h:
    * rendering/RenderReplica.h:
    * rendering/RenderRuby.h:
    * rendering/RenderRubyRun.h:
    * rendering/RenderRubyText.h:
    * rendering/RenderScrollbar.h:
    * rendering/RenderScrollbarPart.h:
    * rendering/RenderScrollbarTheme.h:
    * rendering/RenderSearchField.h:
    * rendering/RenderSlider.h:
    * rendering/RenderSnapshottedPlugIn.h:
    * rendering/RenderTable.h:
    * rendering/RenderTableCaption.h:
    * rendering/RenderTableCell.h:
    * rendering/RenderTableCol.h:
    * rendering/RenderTableRow.h:
    * rendering/RenderTableSection.h:
    * rendering/RenderText.h:
    * rendering/RenderTextControl.h:
    * rendering/RenderTextControlMultiLine.h:
    * rendering/RenderTextControlSingleLine.h:
    * rendering/RenderTextFragment.h:
    * rendering/RenderTextTrackCue.h:
    * rendering/RenderThemeIOS.h:
    * rendering/RenderThemeMac.h:
    * rendering/RenderThemeSafari.h:
    * rendering/RenderThemeWin.h:
    * rendering/RenderVideo.h:
    * rendering/RenderView.h:
    * rendering/RenderWidget.h:
    * rendering/RootInlineBox.h:
    * rendering/mathml/RenderMathMLBlock.h:
    * rendering/mathml/RenderMathMLFenced.h:
    * rendering/mathml/RenderMathMLFraction.h:
    * rendering/mathml/RenderMathMLMath.h:
    * rendering/mathml/RenderMathMLOperator.h:
    * rendering/mathml/RenderMathMLRoot.h:
    * rendering/mathml/RenderMathMLRow.h:
    * rendering/mathml/RenderMathMLScripts.h:
    * rendering/mathml/RenderMathMLSpace.h:
    * rendering/mathml/RenderMathMLSquareRoot.h:
    * rendering/mathml/RenderMathMLUnderOver.h:
    * rendering/shapes/BoxShape.h:
    * rendering/shapes/PolygonShape.h:
    * rendering/shapes/RasterShape.h:
    * rendering/shapes/RectangleShape.h:
    * rendering/shapes/ShapeInsideInfo.h:
    * rendering/shapes/ShapeOutsideInfo.h:
    * rendering/style/BasicShapes.h:
    * rendering/style/ContentData.h:
    * rendering/style/StyleCachedImage.h:
    * rendering/style/StyleCachedImageSet.h:
    * rendering/style/StyleGeneratedImage.h:
    * rendering/style/StylePendingImage.h:
    * rendering/svg/RenderSVGBlock.h:
    * rendering/svg/RenderSVGContainer.h:
    * rendering/svg/RenderSVGForeignObject.h:
    * rendering/svg/RenderSVGGradientStop.h:
    * rendering/svg/RenderSVGHiddenContainer.h:
    * rendering/svg/RenderSVGImage.h:
    * rendering/svg/RenderSVGInline.h:
    * rendering/svg/RenderSVGInlineText.h:
    * rendering/svg/RenderSVGModelObject.h:
    * rendering/svg/RenderSVGPath.h:
    * rendering/svg/RenderSVGResourceClipper.h:
    * rendering/svg/RenderSVGResourceContainer.h:
    * rendering/svg/RenderSVGResourceFilter.h:
    * rendering/svg/RenderSVGResourceGradient.h:
    * rendering/svg/RenderSVGResourceLinearGradient.h:
    * rendering/svg/RenderSVGResourceMarker.h:
    * rendering/svg/RenderSVGResourceMasker.h:
    * rendering/svg/RenderSVGResourcePattern.h:
    * rendering/svg/RenderSVGResourceRadialGradient.h:
    * rendering/svg/RenderSVGResourceSolidColor.h:
    * rendering/svg/RenderSVGRoot.h:
    * rendering/svg/RenderSVGShape.cpp:
    * rendering/svg/RenderSVGShape.h:
    * rendering/svg/RenderSVGText.h:
    * rendering/svg/RenderSVGTextPath.h:
    * rendering/svg/RenderSVGViewportContainer.h:
    * rendering/svg/SVGInlineFlowBox.h:
    * rendering/svg/SVGInlineTextBox.h:
    * rendering/svg/SVGRootInlineBox.h:
    * rendering/svg/SVGTextRunRenderingContext.h:
    * storage/StorageAreaImpl.h:
    * storage/StorageNamespaceImpl.h:
    * svg/SVGAElement.h:
    * svg/SVGAltGlyphDefElement.h:
    * svg/SVGAltGlyphElement.h:
    * svg/SVGAltGlyphItemElement.h:
    * svg/SVGAnimateElement.h:
    * svg/SVGAnimateMotionElement.h:
    * svg/SVGAnimateTransformElement.h:
    * svg/SVGAnimatedAngle.h:
    * svg/SVGAnimatedBoolean.h:
    * svg/SVGAnimatedColor.h:
    * svg/SVGAnimatedEnumeration.h:
    * svg/SVGAnimatedInteger.h:
    * svg/SVGAnimatedIntegerOptionalInteger.h:
    * svg/SVGAnimatedLength.h:
    * svg/SVGAnimatedLengthList.h:
    * svg/SVGAnimatedNumber.h:
    * svg/SVGAnimatedNumberList.h:
    * svg/SVGAnimatedNumberOptionalNumber.h:
    * svg/SVGAnimatedPath.h:
    * svg/SVGAnimatedPointList.h:
    * svg/SVGAnimatedPreserveAspectRatio.h:
    * svg/SVGAnimatedRect.h:
    * svg/SVGAnimatedString.h:
    * svg/SVGAnimatedTransformList.h:
    * svg/SVGAnimationElement.h:
    * svg/SVGCircleElement.h:
    * svg/SVGClipPathElement.h:
    * svg/SVGComponentTransferFunctionElement.h:
    * svg/SVGCursorElement.h:
    * svg/SVGDefsElement.h:
    * svg/SVGDocument.h:
    * svg/SVGElement.h:
    * svg/SVGElementInstance.h:
    * svg/SVGEllipseElement.h:
    * svg/SVGFEBlendElement.h:
    * svg/SVGFEColorMatrixElement.h:
    * svg/SVGFEComponentTransferElement.h:
    * svg/SVGFECompositeElement.h:
    * svg/SVGFEConvolveMatrixElement.h:
    * svg/SVGFEDiffuseLightingElement.h:
    * svg/SVGFEDisplacementMapElement.h:
    * svg/SVGFEDropShadowElement.h:
    * svg/SVGFEGaussianBlurElement.h:
    * svg/SVGFEImageElement.h:
    * svg/SVGFELightElement.h:
    * svg/SVGFEMergeNodeElement.h:
    * svg/SVGFEMorphologyElement.h:
    * svg/SVGFEOffsetElement.h:
    * svg/SVGFESpecularLightingElement.h:
    * svg/SVGFETileElement.h:
    * svg/SVGFETurbulenceElement.h:
    * svg/SVGFilterElement.h:
    * svg/SVGFilterPrimitiveStandardAttributes.h:
    * svg/SVGFontElement.h:
    * svg/SVGFontFaceElement.h:
    * svg/SVGFontFaceFormatElement.h:
    * svg/SVGFontFaceNameElement.h:
    * svg/SVGFontFaceSrcElement.h:
    * svg/SVGFontFaceUriElement.h:
    * svg/SVGForeignObjectElement.h:
    * svg/SVGGElement.h:
    * svg/SVGGlyphElement.h:
    * svg/SVGGlyphRefElement.h:
    * svg/SVGGradientElement.h:
    * svg/SVGGraphicsElement.h:
    * svg/SVGHKernElement.h:
    * svg/SVGImageElement.h:
    * svg/SVGLineElement.h:
    * svg/SVGLinearGradientElement.h:
    * svg/SVGMPathElement.h:
    * svg/SVGMarkerElement.h:
    * svg/SVGMaskElement.h:
    * svg/SVGMetadataElement.h:
    * svg/SVGPathElement.h:
    * svg/SVGPathStringBuilder.h:
    * svg/SVGPatternElement.h:
    * svg/SVGPolyElement.h:
    * svg/SVGRadialGradientElement.h:
    * svg/SVGRectElement.h:
    * svg/SVGSVGElement.h:
    * svg/SVGScriptElement.h:
    * svg/SVGSetElement.h:
    * svg/SVGStopElement.h:
    * svg/SVGStyleElement.h:
    * svg/SVGSwitchElement.h:
    * svg/SVGSymbolElement.h:
    * svg/SVGTRefElement.cpp:
    * svg/SVGTRefElement.h:
    * svg/SVGTSpanElement.h:
    * svg/SVGTextContentElement.h:
    * svg/SVGTextElement.h:
    * svg/SVGTextPathElement.h:
    * svg/SVGTextPositioningElement.h:
    * svg/SVGTitleElement.h:
    * svg/SVGTransformable.h:
    * svg/SVGUnknownElement.h:
    * svg/SVGUseElement.h:
    * svg/SVGVKernElement.h:
    * svg/SVGViewElement.h:
    * svg/animation/SVGSMILElement.h:
    * svg/graphics/SVGImage.h:
    * svg/graphics/SVGImageForContainer.h:
    * svg/graphics/filters/SVGFilter.h:
    * svg/properties/SVGAnimatedListPropertyTearOff.h:
    * svg/properties/SVGAnimatedTransformListPropertyTearOff.h:
    * svg/properties/SVGListPropertyTearOff.h:
    * svg/properties/SVGPathSegListPropertyTearOff.h:
    * svg/properties/SVGPropertyTearOff.h:
    * testing/InternalSettings.cpp:
    * testing/Internals.cpp:
    * testing/MockCDM.cpp:
    * testing/MockCDM.h:
    * workers/AbstractWorker.h:
    * workers/DedicatedWorkerGlobalScope.h:
    * workers/DedicatedWorkerThread.h:
    * workers/SharedWorker.h:
    * workers/SharedWorkerGlobalScope.h:
    * workers/SharedWorkerThread.h:
    * workers/Worker.h:
    * workers/WorkerEventQueue.cpp:
    * workers/WorkerEventQueue.h:
    * workers/WorkerGlobalScope.h:
    * workers/WorkerMessagingProxy.h:
    * workers/WorkerObjectProxy.h:
    * workers/WorkerScriptLoader.h:
    * workers/WorkerThread.cpp:
    * xml/XMLHttpRequest.h:
    * xml/XMLHttpRequestUpload.h:
    * xml/XPathFunctions.cpp:
    * xml/XPathPath.h:
    * xml/XPathPredicate.h:
    * xml/XSLStyleSheet.h:
    
    Source/WebKit/efl:
    
    * WebCoreSupport/InspectorClientEfl.h:
    * WebCoreSupport/ProgressTrackerClientEfl.h:
    
    Source/WebKit/gtk:
    
    * WebCoreSupport/EditorClientGtk.h:
    * WebCoreSupport/InspectorClientGtk.h:
    * WebCoreSupport/ProgressTrackerClientGtk.h:
    
    Source/WebKit/ios:
    
    * Misc/EmojiFallbackFontSelector.h:
    * Storage/WebSQLiteDatabaseTrackerClient.h:
    * WebCoreSupport/PopupMenuIOS.h:
    * WebCoreSupport/SearchPopupMenuIOS.h:
    * WebCoreSupport/WebChromeClientIOS.h:
    * WebCoreSupport/WebDiskImageCacheClientIOS.h:
    
    Source/WebKit/mac:
    
    * Storage/WebDatabaseManagerClient.h:
    * Storage/WebStorageTrackerClient.h:
    * WebCoreSupport/WebAlternativeTextClient.h:
    * WebCoreSupport/WebChromeClient.h:
    * WebCoreSupport/WebContextMenuClient.h:
    * WebCoreSupport/WebDeviceOrientationClient.h:
    * WebCoreSupport/WebDragClient.h:
    * WebCoreSupport/WebEditorClient.h:
    * WebCoreSupport/WebFrameLoaderClient.h:
    * WebCoreSupport/WebFrameNetworkingContext.h:
    * WebCoreSupport/WebGeolocationClient.h:
    * WebCoreSupport/WebIconDatabaseClient.h:
    * WebCoreSupport/WebInspectorClient.h:
    * WebCoreSupport/WebNotificationClient.h:
    * WebCoreSupport/WebPlatformStrategies.h:
    * WebCoreSupport/WebProgressTrackerClient.h:
    * WebCoreSupport/WebUserMediaClient.h:
    * WebView/WebScriptDebugger.h:
    * WebView/WebViewData.h:
    
    Source/WebKit/win:
    
    * AccessibleDocument.h:
    * FullscreenVideoController.cpp:
    * WebCoreSupport/WebChromeClient.h:
    * WebCoreSupport/WebFrameLoaderClient.h:
    * WebCoreSupport/WebFrameNetworkingContext.h:
    * WebCoreSupport/WebInspectorClient.h:
    * WebHistory.h:
    
    Source/WebKit/wince:
    
    * WebCoreSupport/ChromeClientWinCE.h:
    * WebCoreSupport/ContextMenuClientWinCE.h:
    * WebCoreSupport/DragClientWinCE.h:
    * WebCoreSupport/EditorClientWinCE.h:
    * WebCoreSupport/FrameLoaderClientWinCE.h:
    * WebCoreSupport/FrameNetworkingContextWinCE.h:
    * WebCoreSupport/InspectorClientWinCE.h:
    * WebCoreSupport/PlatformStrategiesWinCE.h:
    
    Source/WebKit2:
    
    * DatabaseProcess/DatabaseProcess.h:
    * DatabaseProcess/DatabaseToWebProcessConnection.h:
    * DatabaseProcess/IndexedDB/DatabaseProcessIDBConnection.h:
    * DatabaseProcess/IndexedDB/sqlite/UniqueIDBDatabaseBackingStoreSQLite.h:
    * NetworkProcess/AsynchronousNetworkLoaderClient.h:
    * NetworkProcess/NetworkProcess.h:
    * NetworkProcess/NetworkProcessPlatformStrategies.h:
    * NetworkProcess/NetworkResourceLoader.h:
    * NetworkProcess/RemoteNetworkingContext.h:
    * NetworkProcess/SynchronousNetworkLoaderClient.h:
    * NetworkProcess/mac/DiskCacheMonitor.h:
    * PluginProcess/EntryPoint/mac/LegacyProcess/PluginProcessMain.mm:
    * PluginProcess/PluginControllerProxy.h:
    * PluginProcess/PluginProcess.h:
    * PluginProcess/WebProcessConnection.h:
    * Shared/API/Cocoa/RemoteObjectRegistry.h:
    * Shared/APIObject.h:
    * Shared/AsyncRequest.h:
    * Shared/AsyncTask.h:
    * Shared/Authentication/AuthenticationManager.h:
    * Shared/ChildProcess.h:
    * Shared/ChildProcessProxy.h:
    * Shared/CoordinatedGraphics/WebCoordinatedSurface.h:
    * Shared/Downloads/Download.h:
    * Shared/Network/CustomProtocols/CustomProtocolManager.h:
    * Shared/WebConnection.h:
    * Shared/WebResourceBuffer.h:
    * Shared/cf/KeyedEncoder.h:
    * Shared/mac/SecItemShim.h:
    * UIProcess/API/Cocoa/WKBrowsingContextController.mm:
    * UIProcess/API/gtk/PageClientImpl.h:
    * UIProcess/API/ios/PageClientImplIOS.h:
    * UIProcess/API/mac/PageClientImpl.h:
    * UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.h:
    * UIProcess/CoordinatedGraphics/WebView.h:
    * UIProcess/Databases/DatabaseProcessProxy.h:
    * UIProcess/Downloads/DownloadProxy.h:
    * UIProcess/DrawingAreaProxy.h:
    * UIProcess/Network/CustomProtocols/CustomProtocolManagerProxy.h:
    * UIProcess/Network/NetworkProcessProxy.h:
    * UIProcess/Notifications/WebNotificationManagerProxy.h:
    * UIProcess/Plugins/PluginProcessProxy.h:
    * UIProcess/Scrolling/RemoteScrollingTree.h:
    * UIProcess/Storage/StorageManager.h:
    * UIProcess/WebApplicationCacheManagerProxy.h:
    * UIProcess/WebBatteryManagerProxy.h:
    * UIProcess/WebConnectionToWebProcess.h:
    * UIProcess/WebContext.h:
    * UIProcess/WebCookieManagerProxy.h:
    * UIProcess/WebDatabaseManagerProxy.h:
    * UIProcess/WebFullScreenManagerProxy.h:
    * UIProcess/WebGeolocationManagerProxy.h:
    * UIProcess/WebIconDatabase.h:
    * UIProcess/WebInspectorProxy.h:
    * UIProcess/WebKeyValueStorageManager.h:
    * UIProcess/WebMediaCacheManagerProxy.h:
    * UIProcess/WebNetworkInfoManagerProxy.h:
    * UIProcess/WebOriginDataManagerProxy.h:
    * UIProcess/WebPageProxy.h:
    * UIProcess/WebProcessProxy.h:
    * UIProcess/WebResourceCacheManagerProxy.h:
    * UIProcess/WebVibrationProxy.h:
    * UIProcess/efl/PageViewportControllerClientEfl.h:
    * UIProcess/efl/WebViewEfl.h:
    * UIProcess/mac/RemoteLayerTreeDrawingAreaProxy.h:
    * UIProcess/mac/SecItemShimProxy.h:
    * UIProcess/mac/TiledCoreAnimationDrawingAreaProxy.h:
    * UIProcess/mac/ViewGestureController.h:
    * UIProcess/mac/WebColorPickerMac.h:
    * UIProcess/soup/WebSoupRequestManagerProxy.h:
    * WebProcess/ApplicationCache/WebApplicationCacheManager.h:
    * WebProcess/Battery/WebBatteryManager.h:
    * WebProcess/Cookies/WebCookieManager.h:
    * WebProcess/Databases/IndexedDB/WebIDBFactoryBackend.h:
    * WebProcess/Databases/IndexedDB/WebIDBServerConnection.h:
    * WebProcess/Databases/WebToDatabaseProcessConnection.h:
    * WebProcess/EntryPoint/mac/LegacyProcess/WebContentProcessMain.mm:
    * WebProcess/FileAPI/BlobRegistryProxy.h:
    * WebProcess/Geolocation/WebGeolocationManager.h:
    * WebProcess/IconDatabase/WebIconDatabaseProxy.h:
    * WebProcess/InjectedBundle/API/c/mac/WKBundlePageBannerMac.mm:
    * WebProcess/MediaCache/WebMediaCacheManager.h:
    * WebProcess/Network/NetworkProcessConnection.h:
    * WebProcess/Network/WebResourceLoadScheduler.h:
    * WebProcess/Network/WebResourceLoader.h:
    * WebProcess/NetworkInfo/WebNetworkInfoManager.h:
    * WebProcess/Notifications/WebNotificationManager.h:
    * WebProcess/OriginData/WebOriginDataManager.h:
    * WebProcess/Plugins/Netscape/NetscapePlugin.h:
    * WebProcess/Plugins/PDF/PDFPlugin.h:
    * WebProcess/Plugins/PDF/PDFPluginAnnotation.h:
    * WebProcess/Plugins/PDF/PDFPluginChoiceAnnotation.h:
    * WebProcess/Plugins/PDF/PDFPluginPasswordField.h:
    * WebProcess/Plugins/PDF/PDFPluginTextAnnotation.h:
    * WebProcess/Plugins/PluginProcessConnection.h:
    * WebProcess/Plugins/PluginProcessConnectionManager.h:
    * WebProcess/Plugins/PluginProxy.h:
    * WebProcess/Plugins/PluginView.h:
    * WebProcess/ResourceCache/WebResourceCacheManager.h:
    * WebProcess/Scrolling/RemoteScrollingCoordinator.h:
    * WebProcess/Storage/StorageAreaImpl.h:
    * WebProcess/Storage/StorageAreaMap.h:
    * WebProcess/Storage/StorageNamespaceImpl.h:
    * WebProcess/WebConnectionToUIProcess.h:
    * WebProcess/WebCoreSupport/WebAlternativeTextClient.h:
    * WebProcess/WebCoreSupport/WebBatteryClient.h:
    * WebProcess/WebCoreSupport/WebChromeClient.h:
    * WebProcess/WebCoreSupport/WebColorChooser.h:
    * WebProcess/WebCoreSupport/WebContextMenuClient.h:
    * WebProcess/WebCoreSupport/WebDatabaseManager.h:
    * WebProcess/WebCoreSupport/WebDeviceProximityClient.h:
    * WebProcess/WebCoreSupport/WebDragClient.h:
    * WebProcess/WebCoreSupport/WebEditorClient.h:
    * WebProcess/WebCoreSupport/WebFrameLoaderClient.h:
    * WebProcess/WebCoreSupport/WebGeolocationClient.h:
    * WebProcess/WebCoreSupport/WebInspectorClient.h:
    * WebProcess/WebCoreSupport/WebInspectorFrontendClient.h:
    * WebProcess/WebCoreSupport/WebNavigatorContentUtilsClient.h:
    * WebProcess/WebCoreSupport/WebNetworkInfoClient.h:
    * WebProcess/WebCoreSupport/WebNotificationClient.h:
    * WebProcess/WebCoreSupport/WebPlatformStrategies.h:
    * WebProcess/WebCoreSupport/WebPopupMenu.h:
    * WebProcess/WebCoreSupport/WebProgressTrackerClient.h:
    * WebProcess/WebCoreSupport/WebSearchPopupMenu.h:
    * WebProcess/WebCoreSupport/WebVibrationClient.h:
    * WebProcess/WebCoreSupport/mac/WebFrameNetworkingContext.h:
    * WebProcess/WebPage/CoordinatedGraphics/CoordinatedDrawingArea.h:
    * WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h:
    * WebProcess/WebPage/DrawingAreaImpl.h:
    * WebProcess/WebPage/EventDispatcher.h:
    * WebProcess/WebPage/ViewGestureGeometryCollector.h:
    * WebProcess/WebPage/WebBackForwardListProxy.h:
    * WebProcess/WebPage/WebPage.h:
    * WebProcess/WebPage/gtk/LayerTreeHostGtk.h:
    * WebProcess/WebPage/mac/GraphicsLayerCARemote.h:
    * WebProcess/WebPage/mac/PlatformCALayerRemote.h:
    * WebProcess/WebPage/mac/PlatformCALayerRemoteCustom.h:
    * WebProcess/WebPage/mac/PlatformCALayerRemoteTiledBacking.h:
    * WebProcess/WebPage/mac/RemoteLayerTreeContext.h:
    * WebProcess/WebPage/mac/RemoteLayerTreeDrawingArea.h:
    * WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.h:
    * WebProcess/WebProcess.h:
    * WebProcess/soup/WebSoupRequestManager.h:
    
    Source/WTF:
    
    * wtf/Compiler.h:
    * wtf/FilePrintStream.h:
    * wtf/RunLoop.h:
    * wtf/StringPrintStream.h:
    
    Tools:
    
    * DumpRenderTree/gtk/fonts/fonts.conf:
    * Scripts/do-webcore-rename:
    Removed this rename operation from the list of contemplated future renames.
    * TestWebKitAPI/Tests/WebKit2/DidAssociateFormControls_Bundle.cpp:
    * TestWebKitAPI/Tests/WebKit2/InjectedBundleFrameHitTest_Bundle.cpp:
    * TestWebKitAPI/Tests/WebKit2/WillLoad_Bundle.cpp:
    * TestWebKitAPI/Tests/WebKit2ObjC/CustomProtocolsInvalidScheme_Bundle.cpp:
    * TestWebKitAPI/Tests/mac/PageVisibilityStateWithWindowChanges.mm:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@162139 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    2dfe6cb5