Title: [222516] trunk/Source/WebCore
Revision
222516
Author
[email protected]
Date
2017-09-26 13:22:19 -0700 (Tue, 26 Sep 2017)

Log Message

Remove extraneous includes of TextRun.h
https://bugs.webkit.org/show_bug.cgi?id=177499

Patch by Daniel Bates <[email protected]> on 2017-09-26
Reviewed by Myles C. Maxfield.

No functionality changed. So, no new tests.

* platform/graphics/mac/ComplexTextControllerCoreText.mm:
* platform/mac/DragImageMac.mm:
* platform/text/ios/LocalizedDateCache.mm:
* testing/InternalSettings.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (222515 => 222516)


--- trunk/Source/WebCore/ChangeLog	2017-09-26 19:57:30 UTC (rev 222515)
+++ trunk/Source/WebCore/ChangeLog	2017-09-26 20:22:19 UTC (rev 222516)
@@ -1,3 +1,17 @@
+2017-09-26  Daniel Bates  <[email protected]>
+
+        Remove extraneous includes of TextRun.h
+        https://bugs.webkit.org/show_bug.cgi?id=177499
+
+        Reviewed by Myles C. Maxfield.
+
+        No functionality changed. So, no new tests.
+
+        * platform/graphics/mac/ComplexTextControllerCoreText.mm:
+        * platform/mac/DragImageMac.mm:
+        * platform/text/ios/LocalizedDateCache.mm:
+        * testing/InternalSettings.cpp:
+
 2017-09-26  Yoshiaki Jitsukawa  <[email protected]>
 
         [PAL] Move Clock into PAL

Modified: trunk/Source/WebCore/platform/graphics/mac/ComplexTextControllerCoreText.mm (222515 => 222516)


--- trunk/Source/WebCore/platform/graphics/mac/ComplexTextControllerCoreText.mm	2017-09-26 19:57:30 UTC (rev 222515)
+++ trunk/Source/WebCore/platform/graphics/mac/ComplexTextControllerCoreText.mm	2017-09-26 20:22:19 UTC (rev 222516)
@@ -27,7 +27,6 @@
 
 #include "FontCache.h"
 #include "FontCascade.h"
-#include "TextRun.h"
 #include "WebCoreSystemInterface.h"
 #include <pal/spi/cocoa/CoreTextSPI.h>
 #include <wtf/SoftLinking.h>

Modified: trunk/Source/WebCore/platform/mac/DragImageMac.mm (222515 => 222516)


--- trunk/Source/WebCore/platform/mac/DragImageMac.mm	2017-09-26 19:57:30 UTC (rev 222515)
+++ trunk/Source/WebCore/platform/mac/DragImageMac.mm	2017-09-26 20:22:19 UTC (rev 222516)
@@ -38,7 +38,6 @@
 #import "Image.h"
 #import "StringTruncator.h"
 #import "TextIndicator.h"
-#import "TextRun.h"
 #import "URL.h"
 #import <pal/spi/cg/CoreGraphicsSPI.h>
 #import <pal/spi/cocoa/CoreTextSPI.h>

Modified: trunk/Source/WebCore/platform/text/ios/LocalizedDateCache.mm (222515 => 222516)


--- trunk/Source/WebCore/platform/text/ios/LocalizedDateCache.mm	2017-09-26 19:57:30 UTC (rev 222515)
+++ trunk/Source/WebCore/platform/text/ios/LocalizedDateCache.mm	2017-09-26 20:22:19 UTC (rev 222516)
@@ -30,7 +30,6 @@
 #if PLATFORM(IOS)
 
 #import "FontCascade.h"
-#import "TextRun.h"
 #import <CoreFoundation/CFNotificationCenter.h>
 #import <math.h>
 #import <wtf/Assertions.h>

Modified: trunk/Source/WebCore/testing/InternalSettings.cpp (222515 => 222516)


--- trunk/Source/WebCore/testing/InternalSettings.cpp	2017-09-26 19:57:30 UTC (rev 222515)
+++ trunk/Source/WebCore/testing/InternalSettings.cpp	2017-09-26 20:22:19 UTC (rev 222516)
@@ -39,7 +39,6 @@
 #include "RuntimeEnabledFeatures.h"
 #include "Settings.h"
 #include "Supplementable.h"
-#include "TextRun.h"
 #include <wtf/Language.h>
 
 #if ENABLE(INPUT_TYPE_COLOR)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to