<!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>[210697] trunk/Source</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/210697">210697</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2017-01-12 22:01:38 -0800 (Thu, 12 Jan 2017)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove unnecessary includes of Page.h
https://bugs.webkit.org/show_bug.cgi?id=166996

Patch by Joseph Pecoraro &lt;pecoraro@apple.com&gt; on 2017-01-12
Reviewed by Yusuke Suzuki.

Source/WebCore:

* Modules/plugins/QuickTimePluginReplacement.mm:
* Modules/plugins/YouTubePluginReplacement.cpp:
* Modules/webdatabase/Database.cpp:
* Modules/webdatabase/DatabaseTracker.cpp:
* Modules/webdriver/NavigatorWebDriver.cpp:
* accessibility/AccessibilityNodeObject.cpp:
* dom/Range.cpp:
* dom/ScriptElement.cpp:
* dom/ViewportArguments.cpp:
* html/HTMLBodyElement.cpp:
* html/HTMLCanvasElement.cpp:
* html/HTMLDocument.cpp:
* html/HTMLFormControlElementWithState.cpp:
* html/HTMLImageElement.cpp:
* html/HTMLLinkElement.cpp:
* html/PluginDocument.cpp:
* inspector/InspectorApplicationCacheAgent.cpp:
* loader/LoadTiming.cpp:
* loader/cache/CachedImage.cpp:
* loader/cache/CachedResource.cpp:
* page/DeviceController.cpp:
* page/TextIndicator.cpp:
* page/efl/DragControllerEfl.cpp:
* platform/audio/ios/AudioDestinationIOS.cpp:
* platform/ios/PasteboardIOS.mm:
* platform/ios/ScrollAnimatorIOS.mm:
* platform/ios/WidgetIOS.mm:
* platform/mac/PasteboardMac.mm:
* platform/network/mac/ResourceHandleMac.mm:
* platform/win/MainThreadSharedTimerWin.cpp:
* platform/win/PasteboardWin.cpp:
* platform/win/PlatformScreenWin.cpp:
* platform/win/WidgetWin.cpp:
* rendering/InlineBox.cpp:
* rendering/RenderAttachment.cpp:
* rendering/RenderBoxModelObject.cpp:
* rendering/RenderIFrame.cpp:
* rendering/RenderInline.cpp:
* rendering/RenderReplaced.cpp:
* rendering/RenderTextControlSingleLine.cpp:
* rendering/RootInlineBox.cpp:
* rendering/svg/RenderSVGResourceFilter.cpp:
* rendering/svg/SVGRenderingContext.cpp:
* style/StyleScope.cpp:
* svg/SVGDocumentExtensions.cpp:
* svg/graphics/SVGImageCache.cpp:
* xml/XSLTProcessor.cpp:
* xml/parser/XMLDocumentParserLibxml2.cpp:

Source/WebKit/mac:

* DOM/DOMHTML.mm:
* History/WebBackForwardList.mm:
* Plugins/WebPluginController.mm:
* WebCoreSupport/WebNotificationClient.mm:
* WebCoreSupport/WebPlatformStrategies.mm:
* WebCoreSupport/WebUserMediaClient.mm:
* WebView/WebFullScreenController.mm:

Source/WebKit/win:

* AccessibleTextImpl.cpp:
* BackForwardList.cpp:

Source/WebKit2:

* WebProcess/Plugins/Netscape/NPRuntimeObjectMap.cpp:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreModulespluginsQuickTimePluginReplacementmm">trunk/Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm</a></li>
<li><a href="#trunkSourceWebCoreModulespluginsYouTubePluginReplacementcpp">trunk/Source/WebCore/Modules/plugins/YouTubePluginReplacement.cpp</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabasecpp">trunk/Source/WebCore/Modules/webdatabase/Database.cpp</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseTrackercpp">trunk/Source/WebCore/Modules/webdatabase/DatabaseTracker.cpp</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdriverNavigatorWebDrivercpp">trunk/Source/WebCore/Modules/webdriver/NavigatorWebDriver.cpp</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityNodeObjectcpp">trunk/Source/WebCore/accessibility/AccessibilityNodeObject.cpp</a></li>
<li><a href="#trunkSourceWebCoredomRangecpp">trunk/Source/WebCore/dom/Range.cpp</a></li>
<li><a href="#trunkSourceWebCoredomScriptElementcpp">trunk/Source/WebCore/dom/ScriptElement.cpp</a></li>
<li><a href="#trunkSourceWebCoredomViewportArgumentscpp">trunk/Source/WebCore/dom/ViewportArguments.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLBodyElementcpp">trunk/Source/WebCore/html/HTMLBodyElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLCanvasElementcpp">trunk/Source/WebCore/html/HTMLCanvasElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLDocumentcpp">trunk/Source/WebCore/html/HTMLDocument.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLFormControlElementWithStatecpp">trunk/Source/WebCore/html/HTMLFormControlElementWithState.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLImageElementcpp">trunk/Source/WebCore/html/HTMLImageElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLLinkElementcpp">trunk/Source/WebCore/html/HTMLLinkElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlPluginDocumentcpp">trunk/Source/WebCore/html/PluginDocument.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorApplicationCacheAgentcpp">trunk/Source/WebCore/inspector/InspectorApplicationCacheAgent.cpp</a></li>
<li><a href="#trunkSourceWebCoreloaderLoadTimingcpp">trunk/Source/WebCore/loader/LoadTiming.cpp</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachedImagecpp">trunk/Source/WebCore/loader/cache/CachedImage.cpp</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachedResourcecpp">trunk/Source/WebCore/loader/cache/CachedResource.cpp</a></li>
<li><a href="#trunkSourceWebCorepageDeviceControllercpp">trunk/Source/WebCore/page/DeviceController.cpp</a></li>
<li><a href="#trunkSourceWebCorepageTextIndicatorcpp">trunk/Source/WebCore/page/TextIndicator.cpp</a></li>
<li><a href="#trunkSourceWebCorepageeflDragControllerEflcpp">trunk/Source/WebCore/page/efl/DragControllerEfl.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformaudioiosAudioDestinationIOScpp">trunk/Source/WebCore/platform/audio/ios/AudioDestinationIOS.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformiosPasteboardIOSmm">trunk/Source/WebCore/platform/ios/PasteboardIOS.mm</a></li>
<li><a href="#trunkSourceWebCoreplatformiosScrollAnimatorIOSmm">trunk/Source/WebCore/platform/ios/ScrollAnimatorIOS.mm</a></li>
<li><a href="#trunkSourceWebCoreplatformiosWidgetIOSmm">trunk/Source/WebCore/platform/ios/WidgetIOS.mm</a></li>
<li><a href="#trunkSourceWebCoreplatformmacPasteboardMacmm">trunk/Source/WebCore/platform/mac/PasteboardMac.mm</a></li>
<li><a href="#trunkSourceWebCoreplatformnetworkmacResourceHandleMacmm">trunk/Source/WebCore/platform/network/mac/ResourceHandleMac.mm</a></li>
<li><a href="#trunkSourceWebCoreplatformwinMainThreadSharedTimerWincpp">trunk/Source/WebCore/platform/win/MainThreadSharedTimerWin.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformwinPasteboardWincpp">trunk/Source/WebCore/platform/win/PasteboardWin.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformwinPlatformScreenWincpp">trunk/Source/WebCore/platform/win/PlatformScreenWin.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformwinWidgetWincpp">trunk/Source/WebCore/platform/win/WidgetWin.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingInlineBoxcpp">trunk/Source/WebCore/rendering/InlineBox.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderAttachmentcpp">trunk/Source/WebCore/rendering/RenderAttachment.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderBoxModelObjectcpp">trunk/Source/WebCore/rendering/RenderBoxModelObject.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderIFramecpp">trunk/Source/WebCore/rendering/RenderIFrame.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderInlinecpp">trunk/Source/WebCore/rendering/RenderInline.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderReplacedcpp">trunk/Source/WebCore/rendering/RenderReplaced.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTextControlSingleLinecpp">trunk/Source/WebCore/rendering/RenderTextControlSingleLine.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRootInlineBoxcpp">trunk/Source/WebCore/rendering/RootInlineBox.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceFiltercpp">trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilter.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGRenderingContextcpp">trunk/Source/WebCore/rendering/svg/SVGRenderingContext.cpp</a></li>
<li><a href="#trunkSourceWebCorestyleStyleScopecpp">trunk/Source/WebCore/style/StyleScope.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGDocumentExtensionscpp">trunk/Source/WebCore/svg/SVGDocumentExtensions.cpp</a></li>
<li><a href="#trunkSourceWebCoresvggraphicsSVGImageCachecpp">trunk/Source/WebCore/svg/graphics/SVGImageCache.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXSLTProcessorcpp">trunk/Source/WebCore/xml/XSLTProcessor.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlparserXMLDocumentParserLibxml2cpp">trunk/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp</a></li>
<li><a href="#trunkSourceWebKitmacChangeLog">trunk/Source/WebKit/mac/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitmacDOMDOMHTMLmm">trunk/Source/WebKit/mac/DOM/DOMHTML.mm</a></li>
<li><a href="#trunkSourceWebKitmacHistoryWebBackForwardListmm">trunk/Source/WebKit/mac/History/WebBackForwardList.mm</a></li>
<li><a href="#trunkSourceWebKitmacPluginsWebPluginControllermm">trunk/Source/WebKit/mac/Plugins/WebPluginController.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebCoreSupportWebNotificationClientmm">trunk/Source/WebKit/mac/WebCoreSupport/WebNotificationClient.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebCoreSupportWebPlatformStrategiesmm">trunk/Source/WebKit/mac/WebCoreSupport/WebPlatformStrategies.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebCoreSupportWebUserMediaClientmm">trunk/Source/WebKit/mac/WebCoreSupport/WebUserMediaClient.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebFullScreenControllermm">trunk/Source/WebKit/mac/WebView/WebFullScreenController.mm</a></li>
<li><a href="#trunkSourceWebKitwinAccessibleTextImplcpp">trunk/Source/WebKit/win/AccessibleTextImpl.cpp</a></li>
<li><a href="#trunkSourceWebKitwinBackForwardListcpp">trunk/Source/WebKit/win/BackForwardList.cpp</a></li>
<li><a href="#trunkSourceWebKitwinChangeLog">trunk/Source/WebKit/win/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2WebProcessPluginsNetscapeNPRuntimeObjectMapcpp">trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NPRuntimeObjectMap.cpp</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/ChangeLog        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -1,3 +1,59 @@
</span><ins>+2017-01-12  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Remove unnecessary includes of Page.h
+        https://bugs.webkit.org/show_bug.cgi?id=166996
+
+        Reviewed by Yusuke Suzuki.
+
+        * Modules/plugins/QuickTimePluginReplacement.mm:
+        * Modules/plugins/YouTubePluginReplacement.cpp:
+        * Modules/webdatabase/Database.cpp:
+        * Modules/webdatabase/DatabaseTracker.cpp:
+        * Modules/webdriver/NavigatorWebDriver.cpp:
+        * accessibility/AccessibilityNodeObject.cpp:
+        * dom/Range.cpp:
+        * dom/ScriptElement.cpp:
+        * dom/ViewportArguments.cpp:
+        * html/HTMLBodyElement.cpp:
+        * html/HTMLCanvasElement.cpp:
+        * html/HTMLDocument.cpp:
+        * html/HTMLFormControlElementWithState.cpp:
+        * html/HTMLImageElement.cpp:
+        * html/HTMLLinkElement.cpp:
+        * html/PluginDocument.cpp:
+        * inspector/InspectorApplicationCacheAgent.cpp:
+        * loader/LoadTiming.cpp:
+        * loader/cache/CachedImage.cpp:
+        * loader/cache/CachedResource.cpp:
+        * page/DeviceController.cpp:
+        * page/TextIndicator.cpp:
+        * page/efl/DragControllerEfl.cpp:
+        * platform/audio/ios/AudioDestinationIOS.cpp:
+        * platform/ios/PasteboardIOS.mm:
+        * platform/ios/ScrollAnimatorIOS.mm:
+        * platform/ios/WidgetIOS.mm:
+        * platform/mac/PasteboardMac.mm:
+        * platform/network/mac/ResourceHandleMac.mm:
+        * platform/win/MainThreadSharedTimerWin.cpp:
+        * platform/win/PasteboardWin.cpp:
+        * platform/win/PlatformScreenWin.cpp:
+        * platform/win/WidgetWin.cpp:
+        * rendering/InlineBox.cpp:
+        * rendering/RenderAttachment.cpp:
+        * rendering/RenderBoxModelObject.cpp:
+        * rendering/RenderIFrame.cpp:
+        * rendering/RenderInline.cpp:
+        * rendering/RenderReplaced.cpp:
+        * rendering/RenderTextControlSingleLine.cpp:
+        * rendering/RootInlineBox.cpp:
+        * rendering/svg/RenderSVGResourceFilter.cpp:
+        * rendering/svg/SVGRenderingContext.cpp:
+        * style/StyleScope.cpp:
+        * svg/SVGDocumentExtensions.cpp:
+        * svg/graphics/SVGImageCache.cpp:
+        * xml/XSLTProcessor.cpp:
+        * xml/parser/XMLDocumentParserLibxml2.cpp:
+
</ins><span class="cx"> 2017-01-12  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Add KEYBOARD_KEY_ATTRIBUTE / KEYBOARD_CODE_ATTRIBUTE to FeatureDefines.xcconfig
</span></span></pre></div>
<a id="trunkSourceWebCoreModulespluginsQuickTimePluginReplacementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -39,7 +39,6 @@
</span><span class="cx"> #import &quot;JSQuickTimePluginReplacement.h&quot;
</span><span class="cx"> #import &quot;Logging.h&quot;
</span><span class="cx"> #import &quot;MainFrame.h&quot;
</span><del>-#import &quot;Page.h&quot;
</del><span class="cx"> #import &quot;RenderElement.h&quot;
</span><span class="cx"> #import &quot;ScriptController.h&quot;
</span><span class="cx"> #import &quot;ScriptSourceCode.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoreModulespluginsYouTubePluginReplacementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/plugins/YouTubePluginReplacement.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/plugins/YouTubePluginReplacement.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/Modules/plugins/YouTubePluginReplacement.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -30,7 +30,6 @@
</span><span class="cx"> #include &quot;HTMLNames.h&quot;
</span><span class="cx"> #include &quot;HTMLParserIdioms.h&quot;
</span><span class="cx"> #include &quot;HTMLPlugInElement.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;RenderElement.h&quot;
</span><span class="cx"> #include &quot;Settings.h&quot;
</span><span class="cx"> #include &quot;ShadowRoot.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabasecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/Database.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/Database.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/Modules/webdatabase/Database.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -42,7 +42,6 @@
</span><span class="cx"> #include &quot;Document.h&quot;
</span><span class="cx"> #include &quot;JSDOMWindow.h&quot;
</span><span class="cx"> #include &quot;Logging.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;SQLError.h&quot;
</span><span class="cx"> #include &quot;SQLTransaction.h&quot;
</span><span class="cx"> #include &quot;SQLTransactionCallback.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseTrackercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/DatabaseTracker.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseTracker.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseTracker.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -40,7 +40,6 @@
</span><span class="cx"> #include &quot;FileSystem.h&quot;
</span><span class="cx"> #include &quot;Logging.h&quot;
</span><span class="cx"> #include &quot;OriginLock.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;SecurityOrigin.h&quot;
</span><span class="cx"> #include &quot;SecurityOriginData.h&quot;
</span><span class="cx"> #include &quot;SecurityOriginHash.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdriverNavigatorWebDrivercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdriver/NavigatorWebDriver.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdriver/NavigatorWebDriver.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/Modules/webdriver/NavigatorWebDriver.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -30,8 +30,6 @@
</span><span class="cx"> #include &quot;JSNavigator.h&quot;
</span><span class="cx"> #include &quot;Navigator.h&quot;
</span><span class="cx"> #include &quot;Page.h&quot;
</span><del>-
-// FIXME: somewhere in JSC, we are not including proper inlines. It causes linker trouble way up here.
</del><span class="cx"> #include &lt;JavaScriptCore/JSCInlines.h&gt;
</span><span class="cx"> 
</span><span class="cx"> using namespace JSC;
</span></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityNodeObjectcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityNodeObject.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityNodeObject.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/accessibility/AccessibilityNodeObject.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -61,7 +61,6 @@
</span><span class="cx"> #include &quot;MathMLNames.h&quot;
</span><span class="cx"> #include &quot;NodeList.h&quot;
</span><span class="cx"> #include &quot;NodeTraversal.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;ProgressTracker.h&quot;
</span><span class="cx"> #include &quot;RenderImage.h&quot;
</span><span class="cx"> #include &quot;RenderView.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoredomRangecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/Range.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/Range.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/dom/Range.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -40,7 +40,6 @@
</span><span class="cx"> #include &quot;HTMLNames.h&quot;
</span><span class="cx"> #include &quot;NodeTraversal.h&quot;
</span><span class="cx"> #include &quot;NodeWithIndex.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;ProcessingInstruction.h&quot;
</span><span class="cx"> #include &quot;RenderBoxModelObject.h&quot;
</span><span class="cx"> #include &quot;RenderText.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoredomScriptElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ScriptElement.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ScriptElement.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/dom/ScriptElement.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -42,7 +42,6 @@
</span><span class="cx"> #include &quot;LoadableClassicScript.h&quot;
</span><span class="cx"> #include &quot;LoadableModuleScript.h&quot;
</span><span class="cx"> #include &quot;MIMETypeRegistry.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;PendingScript.h&quot;
</span><span class="cx"> #include &quot;SVGNames.h&quot;
</span><span class="cx"> #include &quot;SVGScriptElement.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoredomViewportArgumentscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ViewportArguments.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ViewportArguments.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/dom/ViewportArguments.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -31,7 +31,6 @@
</span><span class="cx"> #include &quot;Document.h&quot;
</span><span class="cx"> #include &quot;Frame.h&quot;
</span><span class="cx"> #include &quot;IntSize.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;ScriptableDocumentParser.h&quot;
</span><span class="cx"> #include &quot;TextStream.h&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLBodyElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLBodyElement.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLBodyElement.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/html/HTMLBodyElement.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -35,7 +35,6 @@
</span><span class="cx"> #include &quot;HTMLIFrameElement.h&quot;
</span><span class="cx"> #include &quot;HTMLNames.h&quot;
</span><span class="cx"> #include &quot;HTMLParserIdioms.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;StyleProperties.h&quot;
</span><span class="cx"> #include &lt;wtf/NeverDestroyed.h&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLCanvasElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLCanvasElement.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLCanvasElement.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/html/HTMLCanvasElement.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -43,7 +43,6 @@
</span><span class="cx"> #include &quot;HTMLParserIdioms.h&quot;
</span><span class="cx"> #include &quot;ImageData.h&quot;
</span><span class="cx"> #include &quot;MIMETypeRegistry.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;RenderHTMLCanvas.h&quot;
</span><span class="cx"> #include &quot;ScriptController.h&quot;
</span><span class="cx"> #include &quot;Settings.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLDocumentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLDocument.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLDocument.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/html/HTMLDocument.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -72,7 +72,6 @@
</span><span class="cx"> #include &quot;HTMLHtmlElement.h&quot;
</span><span class="cx"> #include &quot;HTMLNames.h&quot;
</span><span class="cx"> #include &quot;JSDOMBinding.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;ScriptController.h&quot;
</span><span class="cx"> #include &quot;StyleResolver.h&quot;
</span><span class="cx"> #include &lt;wtf/text/CString.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLFormControlElementWithStatecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLFormControlElementWithState.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLFormControlElementWithState.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/html/HTMLFormControlElementWithState.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -30,7 +30,6 @@
</span><span class="cx"> #include &quot;FormController.h&quot;
</span><span class="cx"> #include &quot;Frame.h&quot;
</span><span class="cx"> #include &quot;HTMLFormElement.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLImageElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLImageElement.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLImageElement.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/html/HTMLImageElement.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -38,7 +38,6 @@
</span><span class="cx"> #include &quot;MediaList.h&quot;
</span><span class="cx"> #include &quot;MediaQueryEvaluator.h&quot;
</span><span class="cx"> #include &quot;NodeTraversal.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;RenderImage.h&quot;
</span><span class="cx"> #include &quot;RenderView.h&quot;
</span><span class="cx"> #include &quot;Settings.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLLinkElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLLinkElement.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLLinkElement.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/html/HTMLLinkElement.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -47,7 +47,6 @@
</span><span class="cx"> #include &quot;MediaList.h&quot;
</span><span class="cx"> #include &quot;MediaQueryEvaluator.h&quot;
</span><span class="cx"> #include &quot;MouseEvent.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;RenderStyle.h&quot;
</span><span class="cx"> #include &quot;SecurityOrigin.h&quot;
</span><span class="cx"> #include &quot;Settings.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlPluginDocumentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/PluginDocument.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/PluginDocument.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/html/PluginDocument.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -34,7 +34,6 @@
</span><span class="cx"> #include &quot;HTMLEmbedElement.h&quot;
</span><span class="cx"> #include &quot;HTMLHtmlElement.h&quot;
</span><span class="cx"> #include &quot;HTMLNames.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;RawDataDocumentParser.h&quot;
</span><span class="cx"> #include &quot;RenderEmbeddedObject.h&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorApplicationCacheAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorApplicationCacheAgent.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorApplicationCacheAgent.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/inspector/InspectorApplicationCacheAgent.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -34,7 +34,6 @@
</span><span class="cx"> #include &quot;InstrumentingAgents.h&quot;
</span><span class="cx"> #include &quot;MainFrame.h&quot;
</span><span class="cx"> #include &quot;NetworkStateNotifier.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;wtf/text/StringBuilder.h&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreloaderLoadTimingcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/LoadTiming.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/LoadTiming.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/loader/LoadTiming.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -29,7 +29,6 @@
</span><span class="cx"> #include &quot;Document.h&quot;
</span><span class="cx"> #include &quot;DocumentLoader.h&quot;
</span><span class="cx"> #include &quot;Frame.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;SecurityOrigin.h&quot;
</span><span class="cx"> #include &lt;wtf/CurrentTime.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachedImagecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachedImage.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachedImage.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/loader/cache/CachedImage.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -35,7 +35,6 @@
</span><span class="cx"> #include &quot;FrameLoaderTypes.h&quot;
</span><span class="cx"> #include &quot;FrameView.h&quot;
</span><span class="cx"> #include &quot;MemoryCache.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;RenderElement.h&quot;
</span><span class="cx"> #include &quot;SVGImage.h&quot;
</span><span class="cx"> #include &quot;SecurityOrigin.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachedResourcecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachedResource.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachedResource.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/loader/cache/CachedResource.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -42,7 +42,6 @@
</span><span class="cx"> #include &quot;Logging.h&quot;
</span><span class="cx"> #include &quot;MainFrame.h&quot;
</span><span class="cx"> #include &quot;MemoryCache.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;PlatformStrategies.h&quot;
</span><span class="cx"> #include &quot;ResourceHandle.h&quot;
</span><span class="cx"> #include &quot;SchemeRegistry.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorepageDeviceControllercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/DeviceController.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/DeviceController.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/page/DeviceController.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -29,7 +29,6 @@
</span><span class="cx"> 
</span><span class="cx"> #include &quot;DeviceClient.h&quot;
</span><span class="cx"> #include &quot;Document.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorepageTextIndicatorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/TextIndicator.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/TextIndicator.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/page/TextIndicator.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -38,7 +38,6 @@
</span><span class="cx"> #include &quot;ImageBuffer.h&quot;
</span><span class="cx"> #include &quot;IntRect.h&quot;
</span><span class="cx"> #include &quot;NodeTraversal.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;Range.h&quot;
</span><span class="cx"> #include &quot;RenderObject.h&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorepageeflDragControllerEflcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/efl/DragControllerEfl.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/efl/DragControllerEfl.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/page/efl/DragControllerEfl.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -34,7 +34,6 @@
</span><span class="cx"> #include &quot;DragData.h&quot;
</span><span class="cx"> #include &quot;Frame.h&quot;
</span><span class="cx"> #include &quot;FrameView.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformaudioiosAudioDestinationIOScpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/audio/ios/AudioDestinationIOS.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/audio/ios/AudioDestinationIOS.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/platform/audio/ios/AudioDestinationIOS.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -37,7 +37,6 @@
</span><span class="cx"> #include &quot;AudioSession.h&quot;
</span><span class="cx"> #include &quot;FloatConversion.h&quot;
</span><span class="cx"> #include &quot;Logging.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;RuntimeApplicationChecks.h&quot;
</span><span class="cx"> #include &quot;SoftLinking.h&quot;
</span><span class="cx"> #include &lt;AudioToolbox/AudioServices.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformiosPasteboardIOSmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/ios/PasteboardIOS.mm (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/ios/PasteboardIOS.mm        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/platform/ios/PasteboardIOS.mm        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -39,7 +39,6 @@
</span><span class="cx"> #import &quot;HTMLParserIdioms.h&quot;
</span><span class="cx"> #import &quot;Image.h&quot;
</span><span class="cx"> #import &quot;LegacyWebArchive.h&quot;
</span><del>-#import &quot;Page.h&quot;
</del><span class="cx"> #import &quot;PasteboardStrategy.h&quot;
</span><span class="cx"> #import &quot;PlatformStrategies.h&quot;
</span><span class="cx"> #import &quot;RenderImage.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformiosScrollAnimatorIOSmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/ios/ScrollAnimatorIOS.mm (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/ios/ScrollAnimatorIOS.mm        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/platform/ios/ScrollAnimatorIOS.mm        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -27,7 +27,6 @@
</span><span class="cx"> #include &quot;ScrollAnimatorIOS.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Frame.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;RenderLayer.h&quot;
</span><span class="cx"> #include &quot;ScrollableArea.h&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformiosWidgetIOSmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/ios/WidgetIOS.mm (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/ios/WidgetIOS.mm        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/platform/ios/WidgetIOS.mm        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -31,7 +31,6 @@
</span><span class="cx"> #import &quot;FontCascade.h&quot;
</span><span class="cx"> #import &quot;Frame.h&quot;
</span><span class="cx"> #import &quot;GraphicsContext.h&quot;
</span><del>-#import &quot;Page.h&quot;
</del><span class="cx"> #import &quot;PlatformMouseEvent.h&quot;
</span><span class="cx"> #import &quot;ScrollView.h&quot;
</span><span class="cx"> #import &quot;WAKScrollView.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmacPasteboardMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mac/PasteboardMac.mm (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mac/PasteboardMac.mm        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/platform/mac/PasteboardMac.mm        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -44,7 +44,6 @@
</span><span class="cx"> #import &quot;LegacyWebArchive.h&quot;
</span><span class="cx"> #import &quot;LoaderNSURLExtras.h&quot;
</span><span class="cx"> #import &quot;MIMETypeRegistry.h&quot;
</span><del>-#import &quot;Page.h&quot;
</del><span class="cx"> #import &quot;PasteboardStrategy.h&quot;
</span><span class="cx"> #import &quot;PlatformStrategies.h&quot;
</span><span class="cx"> #import &quot;RenderImage.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformnetworkmacResourceHandleMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/network/mac/ResourceHandleMac.mm (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/network/mac/ResourceHandleMac.mm        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/platform/network/mac/ResourceHandleMac.mm        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -41,7 +41,6 @@
</span><span class="cx"> #import &quot;NSURLConnectionSPI.h&quot;
</span><span class="cx"> #import &quot;NetworkStorageSession.h&quot;
</span><span class="cx"> #import &quot;NetworkingContext.h&quot;
</span><del>-#import &quot;Page.h&quot;
</del><span class="cx"> #import &quot;ResourceError.h&quot;
</span><span class="cx"> #import &quot;ResourceResponse.h&quot;
</span><span class="cx"> #import &quot;SharedBuffer.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformwinMainThreadSharedTimerWincpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/win/MainThreadSharedTimerWin.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/win/MainThreadSharedTimerWin.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/platform/win/MainThreadSharedTimerWin.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -26,7 +26,6 @@
</span><span class="cx"> #include &quot;config.h&quot;
</span><span class="cx"> #include &quot;MainThreadSharedTimer.h&quot;
</span><span class="cx"> 
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;Settings.h&quot;
</span><span class="cx"> #include &quot;WebCoreInstanceHandle.h&quot;
</span><span class="cx"> #include &quot;Widget.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformwinPasteboardWincpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/win/PasteboardWin.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/win/PasteboardWin.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/platform/win/PasteboardWin.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -42,7 +42,6 @@
</span><span class="cx"> #include &quot;Image.h&quot;
</span><span class="cx"> #include &quot;URL.h&quot;
</span><span class="cx"> #include &quot;NotImplemented.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;Range.h&quot;
</span><span class="cx"> #include &quot;RenderImage.h&quot;
</span><span class="cx"> #include &quot;SharedBuffer.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformwinPlatformScreenWincpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/win/PlatformScreenWin.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/win/PlatformScreenWin.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/platform/win/PlatformScreenWin.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -33,7 +33,6 @@
</span><span class="cx"> #include &quot;HostWindow.h&quot;
</span><span class="cx"> #include &quot;IntRect.h&quot;
</span><span class="cx"> #include &quot;NotImplemented.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &lt;windows.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformwinWidgetWincpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/win/WidgetWin.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/win/WidgetWin.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/platform/win/WidgetWin.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -34,7 +34,6 @@
</span><span class="cx"> #include &quot;FrameWin.h&quot;
</span><span class="cx"> #include &quot;GraphicsContext.h&quot;
</span><span class="cx"> #include &quot;IntRect.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> 
</span><span class="cx"> #include &lt;winsock2.h&gt;
</span><span class="cx"> #include &lt;windows.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingInlineBoxcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/InlineBox.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/InlineBox.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/rendering/InlineBox.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -24,7 +24,6 @@
</span><span class="cx"> #include &quot;Frame.h&quot;
</span><span class="cx"> #include &quot;HitTestResult.h&quot;
</span><span class="cx"> #include &quot;InlineFlowBox.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;PaintInfo.h&quot;
</span><span class="cx"> #include &quot;RenderBlockFlow.h&quot;
</span><span class="cx"> #include &quot;RenderLineBreak.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderAttachmentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderAttachment.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderAttachment.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/rendering/RenderAttachment.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -32,7 +32,6 @@
</span><span class="cx"> #include &quot;FloatRoundedRect.h&quot;
</span><span class="cx"> #include &quot;FrameSelection.h&quot;
</span><span class="cx"> #include &quot;HTMLAttachmentElement.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;PaintInfo.h&quot;
</span><span class="cx"> #include &quot;RenderTheme.h&quot;
</span><span class="cx"> #include &quot;URL.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderBoxModelObjectcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderBoxModelObject.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderBoxModelObject.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/rendering/RenderBoxModelObject.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -37,7 +37,6 @@
</span><span class="cx"> #include &quot;HTMLNames.h&quot;
</span><span class="cx"> #include &quot;ImageBuffer.h&quot;
</span><span class="cx"> #include &quot;ImageQualityController.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;Path.h&quot;
</span><span class="cx"> #include &quot;RenderBlock.h&quot;
</span><span class="cx"> #include &quot;RenderInline.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderIFramecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderIFrame.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderIFrame.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/rendering/RenderIFrame.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -30,7 +30,6 @@
</span><span class="cx"> #include &quot;FrameView.h&quot;
</span><span class="cx"> #include &quot;HTMLIFrameElement.h&quot;
</span><span class="cx"> #include &quot;HTMLNames.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;RenderView.h&quot;
</span><span class="cx"> #include &quot;Settings.h&quot;
</span><span class="cx"> #include &lt;wtf/StackStats.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderInlinecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderInline.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderInline.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/rendering/RenderInline.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -30,7 +30,6 @@
</span><span class="cx"> #include &quot;HitTestResult.h&quot;
</span><span class="cx"> #include &quot;InlineElementBox.h&quot;
</span><span class="cx"> #include &quot;InlineTextBox.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;RenderBlock.h&quot;
</span><span class="cx"> #include &quot;RenderChildIterator.h&quot;
</span><span class="cx"> #include &quot;RenderFullScreen.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderReplacedcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderReplaced.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderReplaced.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/rendering/RenderReplaced.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -30,7 +30,6 @@
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> #include &quot;InlineElementBox.h&quot;
</span><span class="cx"> #include &quot;LayoutRepainter.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;RenderBlock.h&quot;
</span><span class="cx"> #include &quot;RenderFlowThread.h&quot;
</span><span class="cx"> #include &quot;RenderImage.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTextControlSingleLinecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTextControlSingleLine.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTextControlSingleLine.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/rendering/RenderTextControlSingleLine.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -34,7 +34,6 @@
</span><span class="cx"> #include &quot;HTMLNames.h&quot;
</span><span class="cx"> #include &quot;HitTestResult.h&quot;
</span><span class="cx"> #include &quot;LocalizedStrings.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;RenderLayer.h&quot;
</span><span class="cx"> #include &quot;RenderScrollbar.h&quot;
</span><span class="cx"> #include &quot;RenderTheme.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRootInlineBoxcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RootInlineBox.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RootInlineBox.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/rendering/RootInlineBox.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -30,7 +30,6 @@
</span><span class="cx"> #include &quot;HitTestResult.h&quot;
</span><span class="cx"> #include &quot;InlineTextBox.h&quot;
</span><span class="cx"> #include &quot;LogicalSelectionOffsetCaches.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;PaintInfo.h&quot;
</span><span class="cx"> #include &quot;RenderFlowThread.h&quot;
</span><span class="cx"> #include &quot;RenderInline.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceFiltercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilter.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilter.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilter.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -32,7 +32,6 @@
</span><span class="cx"> #include &quot;Image.h&quot;
</span><span class="cx"> #include &quot;ImageData.h&quot;
</span><span class="cx"> #include &quot;IntRect.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;RenderSVGResourceFilterPrimitive.h&quot;
</span><span class="cx"> #include &quot;RenderView.h&quot;
</span><span class="cx"> #include &quot;SVGFilterPrimitiveStandardAttributes.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGRenderingContextcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGRenderingContext.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGRenderingContext.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/rendering/svg/SVGRenderingContext.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -28,7 +28,6 @@
</span><span class="cx"> #include &quot;BasicShapes.h&quot;
</span><span class="cx"> #include &quot;Frame.h&quot;
</span><span class="cx"> #include &quot;FrameView.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;RenderLayer.h&quot;
</span><span class="cx"> #include &quot;RenderSVGImage.h&quot;
</span><span class="cx"> #include &quot;RenderSVGResourceClipper.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorestyleStyleScopecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/style/StyleScope.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/style/StyleScope.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/style/StyleScope.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -37,8 +37,6 @@
</span><span class="cx"> #include &quot;HTMLSlotElement.h&quot;
</span><span class="cx"> #include &quot;HTMLStyleElement.h&quot;
</span><span class="cx"> #include &quot;InspectorInstrumentation.h&quot;
</span><del>-#include &quot;Page.h&quot;
-#include &quot;PageGroup.h&quot;
</del><span class="cx"> #include &quot;ProcessingInstruction.h&quot;
</span><span class="cx"> #include &quot;SVGNames.h&quot;
</span><span class="cx"> #include &quot;SVGStyleElement.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGDocumentExtensionscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGDocumentExtensions.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGDocumentExtensions.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/svg/SVGDocumentExtensions.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -27,7 +27,6 @@
</span><span class="cx"> #include &quot;EventListener.h&quot;
</span><span class="cx"> #include &quot;Frame.h&quot;
</span><span class="cx"> #include &quot;FrameLoader.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;SMILTimeContainer.h&quot;
</span><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="cx"> #include &quot;SVGResourcesCache.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoresvggraphicsSVGImageCachecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/graphics/SVGImageCache.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/graphics/SVGImageCache.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/svg/graphics/SVGImageCache.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -25,7 +25,6 @@
</span><span class="cx"> #include &quot;GraphicsContext.h&quot;
</span><span class="cx"> #include &quot;ImageBuffer.h&quot;
</span><span class="cx"> #include &quot;LayoutSize.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;RenderSVGRoot.h&quot;
</span><span class="cx"> #include &quot;SVGImage.h&quot;
</span><span class="cx"> #include &quot;SVGImageForContainer.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXSLTProcessorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XSLTProcessor.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XSLTProcessor.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/xml/XSLTProcessor.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -34,7 +34,6 @@
</span><span class="cx"> #include &quot;FrameLoader.h&quot;
</span><span class="cx"> #include &quot;FrameView.h&quot;
</span><span class="cx"> #include &quot;HTMLDocument.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;SecurityOrigin.h&quot;
</span><span class="cx"> #include &quot;SecurityOriginPolicy.h&quot;
</span><span class="cx"> #include &quot;Text.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorexmlparserXMLDocumentParserLibxml2cpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -39,7 +39,6 @@
</span><span class="cx"> #include &quot;HTMLHtmlElement.h&quot;
</span><span class="cx"> #include &quot;HTMLTemplateElement.h&quot;
</span><span class="cx"> #include &quot;InlineClassicScript.h&quot;
</span><del>-#include &quot;Page.h&quot;
</del><span class="cx"> #include &quot;PendingScript.h&quot;
</span><span class="cx"> #include &quot;ProcessingInstruction.h&quot;
</span><span class="cx"> #include &quot;ResourceError.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebKitmacChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/ChangeLog (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/ChangeLog        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebKit/mac/ChangeLog        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -1,3 +1,18 @@
</span><ins>+2017-01-12  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Remove unnecessary includes of Page.h
+        https://bugs.webkit.org/show_bug.cgi?id=166996
+
+        Reviewed by Yusuke Suzuki.
+
+        * DOM/DOMHTML.mm:
+        * History/WebBackForwardList.mm:
+        * Plugins/WebPluginController.mm:
+        * WebCoreSupport/WebNotificationClient.mm:
+        * WebCoreSupport/WebPlatformStrategies.mm:
+        * WebCoreSupport/WebUserMediaClient.mm:
+        * WebView/WebFullScreenController.mm:
+
</ins><span class="cx"> 2017-01-12  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Add KEYBOARD_KEY_ATTRIBUTE / KEYBOARD_CODE_ATTRIBUTE to FeatureDefines.xcconfig
</span></span></pre></div>
<a id="trunkSourceWebKitmacDOMDOMHTMLmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/DOM/DOMHTML.mm (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/DOM/DOMHTML.mm        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebKit/mac/DOM/DOMHTML.mm        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -42,7 +42,6 @@
</span><span class="cx"> #import &lt;WebCore/HTMLParserIdioms.h&gt;
</span><span class="cx"> #import &lt;WebCore/HTMLSelectElement.h&gt;
</span><span class="cx"> #import &lt;WebCore/HTMLTextAreaElement.h&gt;
</span><del>-#import &lt;WebCore/Page.h&gt;
</del><span class="cx"> #import &lt;WebCore/Range.h&gt;
</span><span class="cx"> #import &lt;WebCore/RenderTextControl.h&gt;
</span><span class="cx"> #import &lt;WebCore/Settings.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebKitmacHistoryWebBackForwardListmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/History/WebBackForwardList.mm (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/History/WebBackForwardList.mm        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebKit/mac/History/WebBackForwardList.mm        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -40,7 +40,6 @@
</span><span class="cx"> #import &quot;WebTypesInternal.h&quot;
</span><span class="cx"> #import &quot;WebViewPrivate.h&quot;
</span><span class="cx"> #import &lt;WebCore/HistoryItem.h&gt;
</span><del>-#import &lt;WebCore/Page.h&gt;
</del><span class="cx"> #import &lt;WebCore/PageCache.h&gt;
</span><span class="cx"> #import &lt;WebCore/Settings.h&gt;
</span><span class="cx"> #import &lt;WebCore/ThreadCheck.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebKitmacPluginsWebPluginControllermm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/Plugins/WebPluginController.mm (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/Plugins/WebPluginController.mm        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebKit/mac/Plugins/WebPluginController.mm        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -68,7 +68,6 @@
</span><span class="cx"> #import &lt;WebCore/AudioSession.h&gt;
</span><span class="cx"> #import &lt;WebCore/FrameView.h&gt;
</span><span class="cx"> #import &lt;WebCore/GraphicsLayer.h&gt;
</span><del>-#import &lt;WebCore/Page.h&gt;
</del><span class="cx"> #import &lt;WebCore/RuntimeApplicationChecks.h&gt;
</span><span class="cx"> #import &lt;WebCore/SoftLinking.h&gt;
</span><span class="cx"> #import &lt;WebCore/WebCoreThreadRun.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebCoreSupportWebNotificationClientmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebCoreSupport/WebNotificationClient.mm (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebCoreSupport/WebNotificationClient.mm        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebKit/mac/WebCoreSupport/WebNotificationClient.mm        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -32,7 +32,6 @@
</span><span class="cx"> #import &quot;WebSecurityOriginInternal.h&quot;
</span><span class="cx"> #import &quot;WebUIDelegatePrivate.h&quot;
</span><span class="cx"> #import &quot;WebViewInternal.h&quot;
</span><del>-#import &lt;WebCore/Page.h&gt;
</del><span class="cx"> #import &lt;WebCore/ScriptExecutionContext.h&gt;
</span><span class="cx"> #import &lt;wtf/BlockObjCExceptions.h&gt;
</span><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebCoreSupportWebPlatformStrategiesmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebCoreSupport/WebPlatformStrategies.mm (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebCoreSupport/WebPlatformStrategies.mm        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebKit/mac/WebCoreSupport/WebPlatformStrategies.mm        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -32,8 +32,6 @@
</span><span class="cx"> #import &lt;WebCore/Color.h&gt;
</span><span class="cx"> #import &lt;WebCore/MainFrame.h&gt;
</span><span class="cx"> #import &lt;WebCore/NetworkStorageSession.h&gt;
</span><del>-#import &lt;WebCore/Page.h&gt;
-#import &lt;WebCore/PageGroup.h&gt;
</del><span class="cx"> #import &lt;WebCore/PlatformCookieJar.h&gt;
</span><span class="cx"> #import &lt;WebCore/PlatformPasteboard.h&gt;
</span><span class="cx"> #import &lt;WebCore/SharedBuffer.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebCoreSupportWebUserMediaClientmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebCoreSupport/WebUserMediaClient.mm (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebCoreSupport/WebUserMediaClient.mm        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebKit/mac/WebCoreSupport/WebUserMediaClient.mm        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -33,7 +33,6 @@
</span><span class="cx"> #import &quot;WebViewInternal.h&quot;
</span><span class="cx"> #import &lt;WebCore/CaptureDevice.h&gt;
</span><span class="cx"> #import &lt;WebCore/MediaDevicesEnumerationRequest.h&gt;
</span><del>-#import &lt;WebCore/Page.h&gt;
</del><span class="cx"> #import &lt;WebCore/RealtimeMediaSourceCenter.h&gt;
</span><span class="cx"> #import &lt;WebCore/ScriptExecutionContext.h&gt;
</span><span class="cx"> #import &lt;WebCore/UserMediaRequest.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebFullScreenControllermm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebFullScreenController.mm (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebFullScreenController.mm        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebKit/mac/WebView/WebFullScreenController.mm        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -37,7 +37,6 @@
</span><span class="cx"> #import &lt;WebCore/FrameView.h&gt;
</span><span class="cx"> #import &lt;WebCore/HTMLElement.h&gt;
</span><span class="cx"> #import &lt;WebCore/IntRect.h&gt;
</span><del>-#import &lt;WebCore/Page.h&gt;
</del><span class="cx"> #import &lt;WebCore/RenderLayer.h&gt;
</span><span class="cx"> #import &lt;WebCore/RenderLayerBacking.h&gt;
</span><span class="cx"> #import &lt;WebCore/RenderObject.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebKitwinAccessibleTextImplcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/AccessibleTextImpl.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/AccessibleTextImpl.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebKit/win/AccessibleTextImpl.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -34,7 +34,6 @@
</span><span class="cx"> #include &lt;WebCore/FrameSelection.h&gt;
</span><span class="cx"> #include &lt;WebCore/HTMLTextFormControlElement.h&gt;
</span><span class="cx"> #include &lt;WebCore/Node.h&gt;
</span><del>-#include &lt;WebCore/Page.h&gt;
</del><span class="cx"> #include &lt;WebCore/Position.h&gt;
</span><span class="cx"> #include &lt;WebCore/RenderTextControl.h&gt;
</span><span class="cx"> #include &lt;WebCore/VisibleSelection.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebKitwinBackForwardListcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/BackForwardList.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/BackForwardList.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebKit/win/BackForwardList.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -32,7 +32,6 @@
</span><span class="cx"> #include &lt;WebCore/FrameLoaderClient.h&gt;
</span><span class="cx"> #include &lt;WebCore/HistoryItem.h&gt;
</span><span class="cx"> #include &lt;WebCore/Logging.h&gt;
</span><del>-#include &lt;WebCore/Page.h&gt;
</del><span class="cx"> #include &lt;WebCore/PageCache.h&gt;
</span><span class="cx"> #include &lt;WebCore/SerializedScriptValue.h&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKitwinChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/ChangeLog (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/ChangeLog        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebKit/win/ChangeLog        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2017-01-12  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Remove unnecessary includes of Page.h
+        https://bugs.webkit.org/show_bug.cgi?id=166996
+
+        Reviewed by Yusuke Suzuki.
+
+        * AccessibleTextImpl.cpp:
+        * BackForwardList.cpp:
+
</ins><span class="cx"> 2017-01-06  Darin Adler  &lt;darin@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Remove PassRefPtr use from &quot;inspector&quot;, &quot;platform/sql&quot;, and &quot;platform/text&quot;
</span></span></pre></div>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebKit2/ChangeLog        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2017-01-12  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Remove unnecessary includes of Page.h
+        https://bugs.webkit.org/show_bug.cgi?id=166996
+
+        Reviewed by Yusuke Suzuki.
+
+        * WebProcess/Plugins/Netscape/NPRuntimeObjectMap.cpp:
+
</ins><span class="cx"> 2017-01-12  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Add KEYBOARD_KEY_ATTRIBUTE / KEYBOARD_CODE_ATTRIBUTE to FeatureDefines.xcconfig
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessPluginsNetscapeNPRuntimeObjectMapcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NPRuntimeObjectMap.cpp (210696 => 210697)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NPRuntimeObjectMap.cpp        2017-01-13 05:44:59 UTC (rev 210696)
+++ trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NPRuntimeObjectMap.cpp        2017-01-13 06:01:38 UTC (rev 210697)
</span><span class="lines">@@ -41,7 +41,6 @@
</span><span class="cx"> #include &lt;JavaScriptCore/StrongInlines.h&gt;
</span><span class="cx"> #include &lt;WebCore/DOMWrapperWorld.h&gt;
</span><span class="cx"> #include &lt;WebCore/Frame.h&gt;
</span><del>-#include &lt;WebCore/Page.h&gt;
</del><span class="cx"> #include &lt;WebCore/ScriptController.h&gt;
</span><span class="cx"> #include &lt;wtf/NeverDestroyed.h&gt;
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>