Changeset 249223 in webkit
- Timestamp:
- Aug 28, 2019, 3:52:29 PM (7 years ago)
- Location:
- trunk/Source
- Files:
-
- 5 edited
-
JavaScriptCore/ChangeLog (modified) (1 diff)
-
JavaScriptCore/runtime/PropertySlot.h (modified) (2 diffs)
-
WebCore/ChangeLog (modified) (1 diff)
-
WebCore/inspector/agents/WebConsoleAgent.h (modified) (1 diff)
-
WebCore/loader/ResourceLoadObserver.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r249221 r249223 1 2019-08-28 Ross Kirsling <ross.kirsling@sony.com> 2 3 Unreviewed. Restabilize non-unified build. 4 5 * runtime/PropertySlot.h: 6 1 7 2019-08-28 Mark Lam <mark.lam@apple.com> 2 8 -
trunk/Source/JavaScriptCore/runtime/PropertySlot.h
r249175 r249223 21 21 #pragma once 22 22 23 #include "CallFrame.h" 23 24 #include "DOMAnnotation.h" 24 25 #include "JSCJSValue.h" … … 30 31 31 32 namespace JSC { 32 class ExecState;33 33 class GetterSetter; 34 34 class JSObject; -
trunk/Source/WebCore/ChangeLog
r249222 r249223 1 2019-08-28 Ross Kirsling <ross.kirsling@sony.com> 2 3 Unreviewed. Restabilize non-unified build. 4 5 * inspector/agents/WebConsoleAgent.h: 6 * loader/ResourceLoadObserver.h: 7 1 8 2019-08-28 Simon Fraser <simon.fraser@apple.com> 2 9 -
trunk/Source/WebCore/inspector/agents/WebConsoleAgent.h
r249132 r249223 26 26 #pragma once 27 27 28 #include "InspectorWebAgentBase.h" 28 29 #include <JavaScriptCore/InspectorConsoleAgent.h> 29 30 -
trunk/Source/WebCore/loader/ResourceLoadObserver.h
r249126 r249223 30 30 #include "ResourceLoadStatistics.h" 31 31 #include "Timer.h" 32 #include <pal/SessionID.h> 32 33 #include <wtf/HashMap.h> 33 34 #include <wtf/HashSet.h> … … 39 40 class WorkQueue; 40 41 class WallTime; 41 }42 43 namespace PAL {44 class SessionID;45 42 } 46 43
Note:
See TracChangeset
for help on using the changeset viewer.