Title: [225675] trunk/Source/WebCore
Revision
225675
Author
annu...@yandex.ru
Date
2017-12-08 07:00:27 -0800 (Fri, 08 Dec 2017)

Log Message

Unreviewed, fix wrong letter case in #import HTMLIframeElement.h

* editing/cocoa/WebContentReaderCocoa.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (225674 => 225675)


--- trunk/Source/WebCore/ChangeLog	2017-12-08 14:00:16 UTC (rev 225674)
+++ trunk/Source/WebCore/ChangeLog	2017-12-08 15:00:27 UTC (rev 225675)
@@ -1,3 +1,9 @@
+2017-12-08  Konstantin Tokarev  <annu...@yandex.ru>
+
+        Unreviewed, fix wrong letter case in #import HTMLIframeElement.h
+
+        * editing/cocoa/WebContentReaderCocoa.mm:
+
 2017-12-07  Yusuke Suzuki  <utatane....@gmail.com>
 
         Use WTF::RecursiveLockAdapter instead of using pthread_mutex_t with recursive lock option

Modified: trunk/Source/WebCore/editing/cocoa/WebContentReaderCocoa.mm (225674 => 225675)


--- trunk/Source/WebCore/editing/cocoa/WebContentReaderCocoa.mm	2017-12-08 14:00:16 UTC (rev 225674)
+++ trunk/Source/WebCore/editing/cocoa/WebContentReaderCocoa.mm	2017-12-08 15:00:27 UTC (rev 225675)
@@ -38,7 +38,7 @@
 #import "FrameLoader.h"
 #import "FrameLoaderClient.h"
 #import "HTMLBodyElement.h"
-#import "HTMLIframeElement.h"
+#import "HTMLIFrameElement.h"
 #import "HTMLImageElement.h"
 #import "LegacyWebArchive.h"
 #import "MainFrame.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to