Title: [278993] trunk
Revision
278993
Author
[email protected]
Date
2021-06-17 10:05:13 -0700 (Thu, 17 Jun 2021)

Log Message

Remove empty header WebTypesInternal.h
https://bugs.webkit.org/show_bug.cgi?id=227094

Reviewed by Fujii Hironori.

Source/WebKitLegacy:

* WebKitLegacy.xcodeproj/project.pbxproj:

Source/WebKitLegacy/mac:

* DefaultDelegates/WebDefaultUIDelegate.mm:
* History/WebBackForwardList.mm:
* History/WebHistory.mm:
* History/WebHistoryItem.mm:
* Misc/WebDownload.mm:
* Misc/WebElementDictionary.mm:
* Misc/WebNSDataExtras.h:
* Misc/WebTypesInternal.h: Removed.
* Plugins/WebBasePluginPackage.mm:
* Plugins/WebNetscapePluginPackage.mm:
* WebView/WebArchive.mm:
* WebView/WebDelegateImplementationCaching.h:
* WebView/WebHTMLRepresentation.mm:
* WebView/WebHTMLView.mm:
* WebView/WebPDFDocumentExtras.mm:
* WebView/WebPDFRepresentation.mm:
* WebView/WebTextCompletionController.mm:
* WebView/WebTextIterator.mm:
* WebView/WebViewData.h:
* WebView/WebViewInternal.h:

Tools:

* DumpRenderTree/mac/AccessibilityUIElementMac.mm:
* DumpRenderTree/mac/DumpRenderTreePasteboard.h:
* DumpRenderTree/mac/DumpRenderTreePasteboard.mm:
* DumpRenderTree/mac/TextInputControllerMac.m:

Modified Paths

Removed Paths

Diff

Modified: trunk/Source/WebKitLegacy/ChangeLog (278992 => 278993)


--- trunk/Source/WebKitLegacy/ChangeLog	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/ChangeLog	2021-06-17 17:05:13 UTC (rev 278993)
@@ -1,3 +1,12 @@
+2021-06-17  Alex Christensen  <[email protected]>
+
+        Remove empty header WebTypesInternal.h
+        https://bugs.webkit.org/show_bug.cgi?id=227094
+
+        Reviewed by Fujii Hironori.
+
+        * WebKitLegacy.xcodeproj/project.pbxproj:
+
 2021-06-14  Alex Christensen  <[email protected]>
 
         Pass PAL::SessionID by value instead of reference

Modified: trunk/Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj (278992 => 278993)


--- trunk/Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj	2021-06-17 17:05:13 UTC (rev 278993)
@@ -683,7 +683,6 @@
 		CDA62AE2125F87C2007FD118 /* WebFullScreenController.h in Headers */ = {isa = PBXBuildFile; fileRef = CDA62AE0125F87C2007FD118 /* WebFullScreenController.h */; };
 		CEDA12DB152CBE6800D9E08D /* WebAlternativeTextClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEDA12D9152CBE6800D9E08D /* WebAlternativeTextClient.mm */; };
 		CEDA12DC152CBE6800D9E08D /* WebAlternativeTextClient.h in Headers */ = {isa = PBXBuildFile; fileRef = CEDA12DA152CBE6800D9E08D /* WebAlternativeTextClient.h */; };
-		DD7CDEE70A23BA9E00069928 /* WebTypesInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = DD7CDEE60A23BA9E00069928 /* WebTypesInternal.h */; };
 		DD89682009AA87240097E7F0 /* WebElementDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = DD89681E09AA87240097E7F0 /* WebElementDictionary.h */; };
 		DD89682109AA87240097E7F0 /* WebElementDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = DD89681F09AA87240097E7F0 /* WebElementDictionary.mm */; };
 		E13E782C1E5A7365001849D1 /* WebCreateFragmentInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = E13E782B1E5A7365001849D1 /* WebCreateFragmentInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
@@ -1537,7 +1536,6 @@
 		CDA62AE1125F87C2007FD118 /* WebFullScreenController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebFullScreenController.mm; sourceTree = "<group>"; };
 		CEDA12D9152CBE6800D9E08D /* WebAlternativeTextClient.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebAlternativeTextClient.mm; sourceTree = "<group>"; };
 		CEDA12DA152CBE6800D9E08D /* WebAlternativeTextClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebAlternativeTextClient.h; sourceTree = "<group>"; };
-		DD7CDEE60A23BA9E00069928 /* WebTypesInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebTypesInternal.h; sourceTree = "<group>"; };
 		DD89681E09AA87240097E7F0 /* WebElementDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = WebElementDictionary.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
 		DD89681F09AA87240097E7F0 /* WebElementDictionary.mm */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebElementDictionary.mm; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
 		E13E782B1E5A7365001849D1 /* WebCreateFragmentInternal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; path = WebCreateFragmentInternal.h; sourceTree = "<group>"; };
@@ -1831,7 +1829,6 @@
 				2D25396518CE85C200270222 /* WebSharingServicePickerController.mm */,
 				F59668C802AD2923018635CA /* WebStringTruncator.h */,
 				F59668C902AD2923018635CA /* WebStringTruncator.mm */,
-				DD7CDEE60A23BA9E00069928 /* WebTypesInternal.h */,
 				C0C5B3EC1177A4A0002B0AEF /* WebUserContentURLPattern.h */,
 				C0C5B3ED1177A4A0002B0AEF /* WebUserContentURLPattern.mm */,
 			);
@@ -3203,7 +3200,6 @@
 				936A2DEA0FD2D08400D312DB /* WebTextCompletionController.h in Headers */,
 				1A74A28E0F4F75400082E228 /* WebTextInputWindowController.h in Headers */,
 				F834AAD70E64B1C700E2737C /* WebTextIterator.h in Headers */,
-				DD7CDEE70A23BA9E00069928 /* WebTypesInternal.h in Headers */,
 				939810750824BF01008DF038 /* WebUIDelegate.h in Headers */,
 				939810830824BF01008DF038 /* WebUIDelegatePrivate.h in Headers */,
 				A10C1D831820303D0036883A /* WebUIKitDelegate.h in Headers */,

Modified: trunk/Source/WebKitLegacy/mac/ChangeLog (278992 => 278993)


--- trunk/Source/WebKitLegacy/mac/ChangeLog	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/mac/ChangeLog	2021-06-17 17:05:13 UTC (rev 278993)
@@ -1,3 +1,31 @@
+2021-06-17  Alex Christensen  <[email protected]>
+
+        Remove empty header WebTypesInternal.h
+        https://bugs.webkit.org/show_bug.cgi?id=227094
+
+        Reviewed by Fujii Hironori.
+
+        * DefaultDelegates/WebDefaultUIDelegate.mm:
+        * History/WebBackForwardList.mm:
+        * History/WebHistory.mm:
+        * History/WebHistoryItem.mm:
+        * Misc/WebDownload.mm:
+        * Misc/WebElementDictionary.mm:
+        * Misc/WebNSDataExtras.h:
+        * Misc/WebTypesInternal.h: Removed.
+        * Plugins/WebBasePluginPackage.mm:
+        * Plugins/WebNetscapePluginPackage.mm:
+        * WebView/WebArchive.mm:
+        * WebView/WebDelegateImplementationCaching.h:
+        * WebView/WebHTMLRepresentation.mm:
+        * WebView/WebHTMLView.mm:
+        * WebView/WebPDFDocumentExtras.mm:
+        * WebView/WebPDFRepresentation.mm:
+        * WebView/WebTextCompletionController.mm:
+        * WebView/WebTextIterator.mm:
+        * WebView/WebViewData.h:
+        * WebView/WebViewInternal.h:
+
 2021-06-16  Chris Dumez  <[email protected]>
 
         Document's execCommand() / queryCommand*() should throw an exception on non-HTML/XHTML documents

Modified: trunk/Source/WebKitLegacy/mac/DefaultDelegates/WebDefaultUIDelegate.mm (278992 => 278993)


--- trunk/Source/WebKitLegacy/mac/DefaultDelegates/WebDefaultUIDelegate.mm	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/mac/DefaultDelegates/WebDefaultUIDelegate.mm	2021-06-17 17:05:13 UTC (rev 278993)
@@ -28,7 +28,6 @@
 
 #import "WebDefaultUIDelegate.h"
 
-#import "WebTypesInternal.h"
 #import "WebUIDelegatePrivate.h"
 #import "WebView.h"
 #import <wtf/NeverDestroyed.h>

Modified: trunk/Source/WebKitLegacy/mac/History/WebBackForwardList.mm (278992 => 278993)


--- trunk/Source/WebKitLegacy/mac/History/WebBackForwardList.mm	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/mac/History/WebBackForwardList.mm	2021-06-17 17:05:13 UTC (rev 278993)
@@ -37,7 +37,6 @@
 #import "WebKitVersionChecks.h"
 #import "WebNSObjectExtras.h"
 #import "WebPreferencesPrivate.h"
-#import "WebTypesInternal.h"
 #import "WebViewPrivate.h"
 #import <_javascript_Core/InitializeThreading.h>
 #import <WebCore/BackForwardCache.h>

Modified: trunk/Source/WebKitLegacy/mac/History/WebHistory.mm (278992 => 278993)


--- trunk/Source/WebKitLegacy/mac/History/WebHistory.mm	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/mac/History/WebHistory.mm	2021-06-17 17:05:13 UTC (rev 278993)
@@ -32,7 +32,6 @@
 #import "WebHistoryItemInternal.h"
 #import "WebKitLogging.h"
 #import "WebNSURLExtras.h"
-#import "WebTypesInternal.h"
 #import "WebVisitedLinkStore.h"
 #import <WebCore/HistoryItem.h>
 #import <pal/spi/cocoa/NSCalendarDateSPI.h>

Modified: trunk/Source/WebKitLegacy/mac/History/WebHistoryItem.mm (278992 => 278993)


--- trunk/Source/WebKitLegacy/mac/History/WebHistoryItem.mm	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/mac/History/WebHistoryItem.mm	2021-06-17 17:05:13 UTC (rev 278993)
@@ -41,7 +41,6 @@
 #import "WebNSURLRequestExtras.h"
 #import "WebNSViewExtras.h"
 #import "WebPluginController.h"
-#import "WebTypesInternal.h"
 #import <_javascript_Core/InitializeThreading.h>
 #import <WebCore/BackForwardCache.h>
 #import <WebCore/HistoryItem.h>

Modified: trunk/Source/WebKitLegacy/mac/Misc/WebDownload.mm (278992 => 278993)


--- trunk/Source/WebKitLegacy/mac/Misc/WebDownload.mm	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/mac/Misc/WebDownload.mm	2021-06-17 17:05:13 UTC (rev 278993)
@@ -29,7 +29,6 @@
 #import <WebKitLegacy/WebDownload.h>
 
 #import "NetworkStorageSessionMap.h"
-#import "WebTypesInternal.h"
 #import <Foundation/NSURLAuthenticationChallenge.h>
 #import <WebCore/AuthenticationMac.h>
 #import <WebCore/Credential.h>

Modified: trunk/Source/WebKitLegacy/mac/Misc/WebElementDictionary.mm (278992 => 278993)


--- trunk/Source/WebKitLegacy/mac/Misc/WebElementDictionary.mm	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/mac/Misc/WebElementDictionary.mm	2021-06-17 17:05:13 UTC (rev 278993)
@@ -33,7 +33,6 @@
 #import "WebFrame.h"
 #import "WebFrameInternal.h"
 #import "WebKitLogging.h"
-#import "WebTypesInternal.h"
 #import "WebView.h"
 #import "WebViewPrivate.h"
 #import <_javascript_Core/InitializeThreading.h>

Modified: trunk/Source/WebKitLegacy/mac/Misc/WebNSDataExtras.h (278992 => 278993)


--- trunk/Source/WebKitLegacy/mac/Misc/WebNSDataExtras.h	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/mac/Misc/WebNSDataExtras.h	2021-06-17 17:05:13 UTC (rev 278993)
@@ -28,8 +28,6 @@
 
 #import <Foundation/Foundation.h>
 
-#import "WebTypesInternal.h"
-
 #define WEB_GUESS_MIME_TYPE_PEEK_LENGTH 1024U
 
 @interface NSData (WebNSDataExtras)

Deleted: trunk/Source/WebKitLegacy/mac/Misc/WebTypesInternal.h (278992 => 278993)


--- trunk/Source/WebKitLegacy/mac/Misc/WebTypesInternal.h	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/mac/Misc/WebTypesInternal.h	2021-06-17 17:05:13 UTC (rev 278993)
@@ -1,29 +0,0 @@
-/*
- * Copyright (C) 2006-2020 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1.  Redistributions of source code must retain the above copyright
- *     notice, this list of conditions and the following disclaimer. 
- * 2.  Redistributions in binary form must reproduce the above copyright
- *     notice, this list of conditions and the following disclaimer in the
- *     documentation and/or other materials provided with the distribution. 
- * 3.  Neither the name of Apple Inc. ("Apple") nor the names of
- *     its contributors may be used to endorse or promote products derived
- *     from this software without specific prior written permission. 
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#pragma once

Modified: trunk/Source/WebKitLegacy/mac/Plugins/WebBasePluginPackage.mm (278992 => 278993)


--- trunk/Source/WebKitLegacy/mac/Plugins/WebBasePluginPackage.mm	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/mac/Plugins/WebBasePluginPackage.mm	2021-06-17 17:05:13 UTC (rev 278993)
@@ -32,7 +32,6 @@
 #import "WebKitNSStringExtras.h"
 #import "WebNetscapePluginPackage.h"
 #import "WebPluginPackage.h"
-#import "WebTypesInternal.h"
 #import <_javascript_Core/InitializeThreading.h>
 #import <WebCore/WebCoreJITOperations.h>
 #import <algorithm>

Modified: trunk/Source/WebKitLegacy/mac/Plugins/WebNetscapePluginPackage.mm (278992 => 278993)


--- trunk/Source/WebKitLegacy/mac/Plugins/WebNetscapePluginPackage.mm	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/mac/Plugins/WebNetscapePluginPackage.mm	2021-06-17 17:05:13 UTC (rev 278993)
@@ -29,7 +29,6 @@
 #if ENABLE(NETSCAPE_PLUGIN_API)
 #import "WebNetscapePluginPackage.h"
 
-#import "WebTypesInternal.h"
 #import "WebKitLogging.h"
 #import "WebKitNSStringExtras.h"
 #import "WebNSFileManagerExtras.h"

Modified: trunk/Source/WebKitLegacy/mac/WebView/WebArchive.mm (278992 => 278993)


--- trunk/Source/WebKitLegacy/mac/WebView/WebArchive.mm	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/mac/WebView/WebArchive.mm	2021-06-17 17:05:13 UTC (rev 278993)
@@ -32,7 +32,6 @@
 #import "WebKitLogging.h"
 #import "WebNSObjectExtras.h"
 #import "WebResourceInternal.h"
-#import "WebTypesInternal.h"
 #import <_javascript_Core/InitializeThreading.h>
 #import <WebCore/ArchiveResource.h>
 #import <WebCore/LegacyWebArchive.h>

Modified: trunk/Source/WebKitLegacy/mac/WebView/WebDelegateImplementationCaching.h (278992 => 278993)


--- trunk/Source/WebKitLegacy/mac/WebView/WebDelegateImplementationCaching.h	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/mac/WebView/WebDelegateImplementationCaching.h	2021-06-17 17:05:13 UTC (rev 278993)
@@ -28,7 +28,6 @@
 
 // This header contains WebView declarations that can be used anywhere in WebKit, but are neither SPI nor API.
 
-#import "WebTypesInternal.h"
 #import <_javascript_Core/JSBase.h>
 
 #if PLATFORM(IOS_FAMILY)

Modified: trunk/Source/WebKitLegacy/mac/WebView/WebHTMLRepresentation.mm (278992 => 278993)


--- trunk/Source/WebKitLegacy/mac/WebView/WebHTMLRepresentation.mm	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/mac/WebView/WebHTMLRepresentation.mm	2021-06-17 17:05:13 UTC (rev 278993)
@@ -39,7 +39,6 @@
 #import "WebKitNSStringExtras.h"
 #import "WebKitStatisticsPrivate.h"
 #import "WebNSObjectExtras.h"
-#import "WebTypesInternal.h"
 #import "WebView.h"
 #import <Foundation/NSURLResponse.h>
 #import <_javascript_Core/RegularExpression.h>

Modified: trunk/Source/WebKitLegacy/mac/WebView/WebHTMLView.mm (278992 => 278993)


--- trunk/Source/WebKitLegacy/mac/WebView/WebHTMLView.mm	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/mac/WebView/WebHTMLView.mm	2021-06-17 17:05:13 UTC (rev 278993)
@@ -69,7 +69,6 @@
 #import "WebResourcePrivate.h"
 #import "WebSharingServicePickerController.h"
 #import "WebTextCompletionController.h"
-#import "WebTypesInternal.h"
 #import "WebUIDelegatePrivate.h"
 #import "WebViewInternal.h"
 #import <_javascript_Core/InitializeThreading.h>

Modified: trunk/Source/WebKitLegacy/mac/WebView/WebPDFDocumentExtras.mm (278992 => 278993)


--- trunk/Source/WebKitLegacy/mac/WebView/WebPDFDocumentExtras.mm	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/mac/WebView/WebPDFDocumentExtras.mm	2021-06-17 17:05:13 UTC (rev 278993)
@@ -25,7 +25,6 @@
 
 #import "WebPDFDocumentExtras.h"
 
-#import "WebTypesInternal.h"
 #import <wtf/Vector.h>
 #import <wtf/RetainPtr.h>
 

Modified: trunk/Source/WebKitLegacy/mac/WebView/WebPDFRepresentation.mm (278992 => 278993)


--- trunk/Source/WebKitLegacy/mac/WebView/WebPDFRepresentation.mm	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/mac/WebView/WebPDFRepresentation.mm	2021-06-17 17:05:13 UTC (rev 278993)
@@ -35,7 +35,6 @@
 #import "WebJSPDFDoc.h"
 #import "WebPDFDocumentExtras.h"
 #import "WebPDFView.h"
-#import "WebTypesInternal.h"
 #import <_javascript_Core/JSContextRef.h>
 #import <_javascript_Core/OpaqueJSString.h>
 #import <wtf/Assertions.h>

Modified: trunk/Source/WebKitLegacy/mac/WebView/WebTextCompletionController.mm (278992 => 278993)


--- trunk/Source/WebKitLegacy/mac/WebView/WebTextCompletionController.mm	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/mac/WebView/WebTextCompletionController.mm	2021-06-17 17:05:13 UTC (rev 278993)
@@ -32,7 +32,6 @@
 #import "DOMRangeInternal.h"
 #import "WebFrameInternal.h"
 #import "WebHTMLViewInternal.h"
-#import "WebTypesInternal.h"
 #import "WebView.h"
 #import <WebCore/Frame.h>
 #import <WebCore/SimpleRange.h>

Modified: trunk/Source/WebKitLegacy/mac/WebView/WebTextIterator.mm (278992 => 278993)


--- trunk/Source/WebKitLegacy/mac/WebView/WebTextIterator.mm	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/mac/WebView/WebTextIterator.mm	2021-06-17 17:05:13 UTC (rev 278993)
@@ -27,7 +27,6 @@
 
 #import "DOMNodeInternal.h"
 #import "DOMRangeInternal.h"
-#import "WebTypesInternal.h"
 #import <_javascript_Core/InitializeThreading.h>
 #import <WebCore/Range.h>
 #import <WebCore/TextIterator.h>

Modified: trunk/Source/WebKitLegacy/mac/WebView/WebViewData.h (278992 => 278993)


--- trunk/Source/WebKitLegacy/mac/WebView/WebViewData.h	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/mac/WebView/WebViewData.h	2021-06-17 17:05:13 UTC (rev 278993)
@@ -27,7 +27,6 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#import "WebTypesInternal.h"
 #import "WebDelegateImplementationCaching.h"
 #import "WebUIDelegate.h"
 #if HAVE(TOUCH_BAR)

Modified: trunk/Source/WebKitLegacy/mac/WebView/WebViewInternal.h (278992 => 278993)


--- trunk/Source/WebKitLegacy/mac/WebView/WebViewInternal.h	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Source/WebKitLegacy/mac/WebView/WebViewInternal.h	2021-06-17 17:05:13 UTC (rev 278993)
@@ -31,7 +31,6 @@
 
 #import "WebPreferences.h"
 #import "WebViewPrivate.h"
-#import "WebTypesInternal.h"
 #import "WebUIDelegate.h"
 
 #ifdef __cplusplus

Modified: trunk/Tools/ChangeLog (278992 => 278993)


--- trunk/Tools/ChangeLog	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Tools/ChangeLog	2021-06-17 17:05:13 UTC (rev 278993)
@@ -1,5 +1,17 @@
 2021-06-17  Alex Christensen  <[email protected]>
 
+        Remove empty header WebTypesInternal.h
+        https://bugs.webkit.org/show_bug.cgi?id=227094
+
+        Reviewed by Fujii Hironori.
+
+        * DumpRenderTree/mac/AccessibilityUIElementMac.mm:
+        * DumpRenderTree/mac/DumpRenderTreePasteboard.h:
+        * DumpRenderTree/mac/DumpRenderTreePasteboard.mm:
+        * DumpRenderTree/mac/TextInputControllerMac.m:
+
+2021-06-17  Alex Christensen  <[email protected]>
+
         WKScriptMessageHandlerWithReply should raise an exception if replyHandler is called twice
         https://bugs.webkit.org/show_bug.cgi?id=226863
 

Modified: trunk/Tools/DumpRenderTree/mac/AccessibilityUIElementMac.mm (278992 => 278993)


--- trunk/Tools/DumpRenderTree/mac/AccessibilityUIElementMac.mm	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Tools/DumpRenderTree/mac/AccessibilityUIElementMac.mm	2021-06-17 17:05:13 UTC (rev 278993)
@@ -34,7 +34,6 @@
 #import <_javascript_Core/JSStringRefCF.h>
 #import <WebKit/WebFrame.h>
 #import <WebKit/WebHTMLView.h>
-#import <WebKit/WebTypesInternal.h>
 #import <wtf/RetainPtr.h>
 #import <wtf/Vector.h>
 #import <wtf/cocoa/VectorCocoa.h>

Modified: trunk/Tools/DumpRenderTree/mac/DumpRenderTreePasteboard.h (278992 => 278993)


--- trunk/Tools/DumpRenderTree/mac/DumpRenderTreePasteboard.h	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Tools/DumpRenderTree/mac/DumpRenderTreePasteboard.h	2021-06-17 17:05:13 UTC (rev 278993)
@@ -31,7 +31,6 @@
 #if !PLATFORM(IOS_FAMILY)
 
 #import <AppKit/AppKit.h>
-#import <WebKit/WebTypesInternal.h>
 
 @interface DumpRenderTreePasteboard : NSPasteboard
 - (NSInteger)declareType:(NSString *)type owner:(id)newOwner;

Modified: trunk/Tools/DumpRenderTree/mac/DumpRenderTreePasteboard.mm (278992 => 278993)


--- trunk/Tools/DumpRenderTree/mac/DumpRenderTreePasteboard.mm	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Tools/DumpRenderTree/mac/DumpRenderTreePasteboard.mm	2021-06-17 17:05:13 UTC (rev 278993)
@@ -35,7 +35,6 @@
 
 #import "DumpRenderTreeMac.h"
 #import "NSPasteboardAdditions.h"
-#import <WebKit/WebTypesInternal.h>
 #import <objc/runtime.h>
 #import <wtf/Assertions.h>
 #import <wtf/HashMap.h>

Modified: trunk/Tools/DumpRenderTree/mac/TextInputControllerMac.m (278992 => 278993)


--- trunk/Tools/DumpRenderTree/mac/TextInputControllerMac.m	2021-06-17 16:52:19 UTC (rev 278992)
+++ trunk/Tools/DumpRenderTree/mac/TextInputControllerMac.m	2021-06-17 17:05:13 UTC (rev 278993)
@@ -40,7 +40,6 @@
 #import <WebKit/WebFrameView.h>
 #import <WebKit/WebHTMLViewPrivate.h>
 #import <WebKit/WebScriptObject.h>
-#import <WebKit/WebTypesInternal.h>
 #import <WebKit/WebView.h>
 #import <WebKit/WebViewPrivate.h>
 #import <pal/spi/mac/NSTextInputContextSPI.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to