Commit 26c36ca
committed
Non-unified build fixes mid April 2020 edition
https://bugs.webkit.org/show_bug.cgi?id=210599
Unreviewed build fix.
Source/WebCore:
No new tests needed.
* bindings/js/JSNavigatorCustom.cpp: Add missing JavaScriptCore/JSCJSValue.h header.
(WebCore::JSNavigator::getUserMedia): Prefix with the JSC:: namespace where needed.
* dom/ShadowRoot.cpp: Add missing WebAnimation.h header.
* dom/SimpleRange.cpp: Add missing NodeTraversal.h header.
* editing/RemoveNodePreservingChildrenCommand.cpp: Add missing Editing.h header.
* page/MemoryRelease.cpp: Add missing JavaScriptCore/VM.h header.
* page/PageConfiguration.cpp: Add missing UserContentURLPattern.h header.
* page/scrolling/ScrollingTree.h: Add missing EventTrackingRegions.h header.
* page/scrolling/ScrollingTreeLatchingController.cpp: Add missing Logging.h header.
* page/scrolling/ScrollingTreeLatchingController.h: Add missing ScrollTypes.h header,
and forward declaration for WebCore::PlatformWheelEvent.
* workers/service/server/SWServerJobQueue.cpp: Add missing Logging.h header.
Source/WebKit:
* UIProcess/DeviceIdHashSaltStorage.cpp: Add missing Logging.h header.
* UIProcess/Inspector/gtk/WebInspectorProxyGtk.cpp:
(WebKit::WebInspectorProxy::platformSetForcedAppearance): Add missing WebCore:: namespace
prefix.
* UIProcess/linux/MemoryPressureMonitor.h: Add missing wtf/text/CString.h header.
Canonical link: https://commits.webkit.org/223478@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@260195 268f45cc-cd09-0410-ab3c-d52691b4dbfc1 parent 900636f commit 26c36caCopy full SHA for 26c36ca
15 files changed
+51-3Lines changed: 51 additions & 3 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- Source
- WebCore
- bindings/js
- dom
- editing
- page
- scrolling
- workers/service/server
- WebKit
- UIProcess
- Inspector/gtk
- linux
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+22Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
1 | 23 | |
2 | 24 | |
3 | 25 | |
|
Collapse file
Source/WebCore/bindings/js/JSNavigatorCustom.cpp
Copy file name to clipboardExpand all lines: Source/WebCore/bindings/js/JSNavigatorCustom.cpp+3-2Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
| 31 | + |
31 | 32 | |
32 | 33 | |
33 | 34 | |
| ||
37 | 38 | |
38 | 39 | |
39 | 40 | |
40 | | - |
| 41 | + |
41 | 42 | |
42 | 43 | |
43 | 44 | |
| ||
50 | 51 | |
51 | 52 | |
52 | 53 | |
53 | | - |
| 54 | + |
54 | 55 | |
55 | 56 | |
56 | 57 | |
|
Collapse file
Source/WebCore/dom/ShadowRoot.cpp
Copy file name to clipboardExpand all lines: Source/WebCore/dom/ShadowRoot.cpp+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
41 | 41 | |
42 | 42 | |
43 | 43 | |
| 44 | + |
44 | 45 | |
45 | 46 | |
46 | 47 | |
|
Collapse file
Source/WebCore/dom/SimpleRange.cpp
Copy file name to clipboardExpand all lines: Source/WebCore/dom/SimpleRange.cpp+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
| 30 | + |
30 | 31 | |
31 | 32 | |
32 | 33 | |
|
Collapse file
Source/WebCore/editing/RemoveNodePreservingChildrenCommand.cpp
Copy file name to clipboardExpand all lines: Source/WebCore/editing/RemoveNodePreservingChildrenCommand.cpp+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
| 29 | + |
29 | 30 | |
30 | 31 | |
31 | 32 | |
|
Collapse file
Source/WebCore/page/MemoryRelease.cpp
Copy file name to clipboardExpand all lines: Source/WebCore/page/MemoryRelease.cpp+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
51 | 51 | |
52 | 52 | |
53 | 53 | |
| 54 | + |
54 | 55 | |
55 | 56 | |
56 | 57 | |
|
Collapse file
Source/WebCore/page/PageConfiguration.cpp
Copy file name to clipboardExpand all lines: Source/WebCore/page/PageConfiguration.cpp+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
46 | 46 | |
47 | 47 | |
48 | 48 | |
| 49 | + |
49 | 50 | |
50 | 51 | |
51 | 52 | |
|
Collapse file
Source/WebCore/page/scrolling/ScrollingTree.h
Copy file name to clipboardExpand all lines: Source/WebCore/page/scrolling/ScrollingTree.h+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
| 30 | + |
30 | 31 | |
31 | 32 | |
32 | 33 | |
|
Collapse file
Source/WebCore/page/scrolling/ScrollingTreeLatchingController.cpp
Copy file name to clipboardExpand all lines: Source/WebCore/page/scrolling/ScrollingTreeLatchingController.cpp+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
| 32 | + |
32 | 33 | |
33 | 34 | |
34 | 35 | |
|
Collapse file
Source/WebCore/page/scrolling/ScrollingTreeLatchingController.h
Copy file name to clipboardExpand all lines: Source/WebCore/page/scrolling/ScrollingTreeLatchingController.h+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
| 30 | + |
30 | 31 | |
31 | 32 | |
32 | 33 | |
33 | 34 | |
34 | 35 | |
35 | 36 | |
36 | 37 | |
| 38 | + |
37 | 39 | |
38 | 40 | |
39 | 41 | |
|
0 commit comments