Changeset 251690 in webkit


Ignore:
Timestamp:
Oct 28, 2019 6:06:26 PM (4 years ago)
Author:
Adrian Perez de Castro
Message:

[GTK][WPE] Fix various non-unified build issues introduced since r251436
https://bugs.webkit.org/show_bug.cgi?id=203492

Reviewed by Alex Christensen and Mark Lam.

Source/JavaScriptCore:

  • bytecode/BytecodeIndex.cpp: Add missing inclusion of wtf/PrintStream.h
  • bytecode/ICStatusUtils.h: Add missing inclusion if BytecodeIndex.h
  • bytecode/InstructionStream.h: Ditto.
  • debugger/DebuggerLocation.cpp: Add missing inclusion of JSCellInlines.h
  • dfg/DFGLazyJSValue.h: Add missing inclusion of GPRInfo.h
  • ftl/FTLOSREntry.h: Add missing inclusion of BytecodeIndex.h
  • heap/CompleteSubspaceInlines.h: Add missing inclusions of CompleteSubspace.h and VM.h
  • inspector/JavaScriptCallFrame.h:

(Inspector::JavaScriptCallFrame::thisValue const): Prepend namespace to the JSC::VM type.

  • jit/JITDisassembler.h: Add missing inclusion of BytecodeIndex.h
  • jit/JITWorklist.h: Ditto.
  • runtime/JSImmutableButterfly.cpp: Add missing inclusion of ButterflyInlines.h
  • runtime/ObjectInitializationScope.h: Add missing inclusion of VM.h
  • runtime/StringRecursionChecker.h: Add missing inclusion of GetVM.h
  • runtime/VMTraps.cpp: Add missing inclusion of CallFrameInlines.h
  • tools/Integrity.cpp: Add missing inclusion of Integrity.h, HeapCellInlines.h, and

JSCellInlines.h

  • wasm/WasmOperations.cpp: Add missing inclusion of JSCJSValueInlines.h and

JSGlobalObjectInlines.h

  • wasm/WasmOperations.h: Add missing inclusion of IndexingType.h, JSCJSValue.h, and

WasmExceptionType.h; add forward declarations for JSArrray and Wasm::Signature.

  • wasm/js/JSWebAssembly.cpp: Add missing inclusion of WasmOperations.h
  • wasm/js/JSWebAssemblyHelpers.h: Add missing inclusion of Error.h and JSArrayBufferView.h

Source/WebCore:

No new tests needed.

  • Modules/entriesapi/FileSystemEntry.cpp: Add missing inclusion of Document.h
  • Modules/entriesapi/FileSystemFileEntry.cpp: Add missing inclusion of File.h
  • Modules/fetch/FetchBodyOwner.cpp: Add missing inclusion of Document.h
  • bindings/js/ExceptionDetails.h: Add missing inclusion of wtf/text/WTFString.h; remove

unneeded inclusion of wtf/Forward.h.

  • css/ElementRuleCollector.cpp: Add missing inclusion of DocumentRuleSets.h and

styleResolver.h

  • inspector/agents/page/PageDebuggerAgent.h: Add forward declaration for Frame.
  • style/StyleInvalidator.cpp: Add missing inclusion of RuleSet.h
  • style/StyleSharingResolver.cpp: Add missing inclusion of StyleResolver.h

Source/WebKit:

  • UIProcess/InspectorTargetProxy.h: Add forward declaration of ProvisionalPageProxy.
  • UIProcess/Plugins/PluginProcessProxy.cpp: Add missin inclusion of

WebProcessProxyMessages.h

  • UIProcess/ProcessThrottler.cpp: Add missing inclusion of wtf/CompletionHandler.h
  • UIProcess/ProvisionalPageProxy.h: Add missing inclusion of WebCore/FrameIdentifier.h
  • UIProcess/WebPageInspectorController.h: Add missing inclusion of WebCore/PageIdentifier.h
  • WebProcess/WebPage/WebPageInspectorTargetController.cpp: Add missing inclusion of

WebPageInspectorTargetFrontendChannel.h

Location:
trunk/Source
Files:
36 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.