Title: [249223] trunk/Source
- Revision
- 249223
- Author
- [email protected]
- Date
- 2019-08-28 15:52:29 -0700 (Wed, 28 Aug 2019)
Log Message
Unreviewed. Restabilize non-unified build.
Source/_javascript_Core:
* runtime/PropertySlot.h:
Source/WebCore:
* inspector/agents/WebConsoleAgent.h:
* loader/ResourceLoadObserver.h:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (249222 => 249223)
--- trunk/Source/_javascript_Core/ChangeLog 2019-08-28 22:32:01 UTC (rev 249222)
+++ trunk/Source/_javascript_Core/ChangeLog 2019-08-28 22:52:29 UTC (rev 249223)
@@ -1,3 +1,9 @@
+2019-08-28 Ross Kirsling <[email protected]>
+
+ Unreviewed. Restabilize non-unified build.
+
+ * runtime/PropertySlot.h:
+
2019-08-28 Mark Lam <[email protected]>
Wasm's AirIRGenerator::addLocal() and B3IRGenerator::addLocal() are doing unnecessary overflow checks.
Modified: trunk/Source/_javascript_Core/runtime/PropertySlot.h (249222 => 249223)
--- trunk/Source/_javascript_Core/runtime/PropertySlot.h 2019-08-28 22:32:01 UTC (rev 249222)
+++ trunk/Source/_javascript_Core/runtime/PropertySlot.h 2019-08-28 22:52:29 UTC (rev 249223)
@@ -20,6 +20,7 @@
#pragma once
+#include "CallFrame.h"
#include "DOMAnnotation.h"
#include "JSCJSValue.h"
#include "PropertyName.h"
@@ -29,7 +30,6 @@
#include <wtf/ForbidHeapAllocation.h>
namespace JSC {
-class ExecState;
class GetterSetter;
class JSObject;
class JSModuleEnvironment;
Modified: trunk/Source/WebCore/ChangeLog (249222 => 249223)
--- trunk/Source/WebCore/ChangeLog 2019-08-28 22:32:01 UTC (rev 249222)
+++ trunk/Source/WebCore/ChangeLog 2019-08-28 22:52:29 UTC (rev 249223)
@@ -1,3 +1,10 @@
+2019-08-28 Ross Kirsling <[email protected]>
+
+ Unreviewed. Restabilize non-unified build.
+
+ * inspector/agents/WebConsoleAgent.h:
+ * loader/ResourceLoadObserver.h:
+
2019-08-28 Simon Fraser <[email protected]>
Devirtualize RenderBox::visualOverflowRect()
Modified: trunk/Source/WebCore/inspector/agents/WebConsoleAgent.h (249222 => 249223)
--- trunk/Source/WebCore/inspector/agents/WebConsoleAgent.h 2019-08-28 22:32:01 UTC (rev 249222)
+++ trunk/Source/WebCore/inspector/agents/WebConsoleAgent.h 2019-08-28 22:52:29 UTC (rev 249223)
@@ -25,6 +25,7 @@
#pragma once
+#include "InspectorWebAgentBase.h"
#include <_javascript_Core/InspectorConsoleAgent.h>
namespace WebCore {
Modified: trunk/Source/WebCore/loader/ResourceLoadObserver.h (249222 => 249223)
--- trunk/Source/WebCore/loader/ResourceLoadObserver.h 2019-08-28 22:32:01 UTC (rev 249222)
+++ trunk/Source/WebCore/loader/ResourceLoadObserver.h 2019-08-28 22:52:29 UTC (rev 249223)
@@ -29,6 +29,7 @@
#include "PageIdentifier.h"
#include "ResourceLoadStatistics.h"
#include "Timer.h"
+#include <pal/SessionID.h>
#include <wtf/HashMap.h>
#include <wtf/HashSet.h>
#include <wtf/NeverDestroyed.h>
@@ -40,10 +41,6 @@
class WallTime;
}
-namespace PAL {
-class SessionID;
-}
-
namespace WebCore {
class Document;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes