Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 898902 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-51 / +94 lines)
Line  Link Here
0
 https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/468198
0
++ b/src/3rdparty/chromium/base/debug/profiler.h
1
 https://bugs.gentoo.org/889724
2
 https://bugs.gentoo.org/895196
3
 https://bugs.gentoo.org/898902
4
 https://bugs.gentoo.org/898634 (bundled abseil)
5
 https://src.fedoraproject.org/rpms/qt5-qtwebengine/c/14bbdcc0567223a4c96421ab2dfe2a668831ec98?branch=rawhide
6
 https://src.fedoraproject.org/rpms/qt5-qtwebengine/c/9a37c86a90d1d3c0684aa1428657fc7ed22390ac?branch=rawhide
7
 https://src.fedoraproject.org/rpms/qt5-qtwebengine/c/5dc49e01024ab2adae3705d14a9be76d706b7e52?branch=rawhide
8
 Whole thing: https://src.fedoraproject.org/rpms/qt5-qtwebengine/raw/rawhide/f/qtwebengine-fix-build.patch
9
-- a/src/3rdparty/chromium/base/debug/profiler.h
Lines 5-10 Link Here
5
#ifndef BASE_DEBUG_PROFILER_H_
5
#ifndef BASE_DEBUG_PROFILER_H_
6
#define BASE_DEBUG_PROFILER_H_
6
#define BASE_DEBUG_PROFILER_H_
7
7
8
#include <cstdint>
8
#include <stddef.h>
9
#include <stddef.h>
9
10
10
#include <string>
11
#include <string>
11
-- a/src/3rdparty/chromium/base/debug/stack_trace.h
12
++ b/src/3rdparty/chromium/base/debug/stack_trace.h
Lines 7-12 Link Here
7
7
8
#include <stddef.h>
8
#include <stddef.h>
9
9
10
#include <cstdint>
10
#include <iosfwd>
11
#include <iosfwd>
11
#include <string>
12
#include <string>
12
13
13
-- a/src/3rdparty/chromium/cc/trees/target_property.cc
14
++ b/src/3rdparty/chromium/cc/trees/target_property.cc
Lines 4-9 Link Here
4
4
5
#include "cc/trees/target_property.h"
5
#include "cc/trees/target_property.h"
6
6
7
#include <cstdint>
8
7
namespace cc {
9
namespace cc {
8
10
9
static_assert(TargetProperty::LAST_TARGET_PROPERTY < kMaxTargetPropertyIndex,
11
static_assert(TargetProperty::LAST_TARGET_PROPERTY < kMaxTargetPropertyIndex,
10
-- a/src/3rdparty/chromium/content/public/browser/browsing_data_remover_delegate.h
12
++ b/src/3rdparty/chromium/content/public/browser/browsing_data_remover_delegate.h
Lines 5-10 Link Here
5
#ifndef CONTENT_PUBLIC_BROWSER_BROWSING_DATA_REMOVER_DELEGATE_H_
5
#ifndef CONTENT_PUBLIC_BROWSER_BROWSING_DATA_REMOVER_DELEGATE_H_
6
#define CONTENT_PUBLIC_BROWSER_BROWSING_DATA_REMOVER_DELEGATE_H_
6
#define CONTENT_PUBLIC_BROWSER_BROWSING_DATA_REMOVER_DELEGATE_H_
7
7
8
#include <cstdint>
8
#include <string>
9
#include <string>
9
#include <vector>
10
#include <vector>
10
#include "base/callback_forward.h"
11
#include "base/callback_forward.h"
11
-- a/src/3rdparty/chromium/device/base/synchronization/one_writer_seqlock.cc
12
++ b/src/3rdparty/chromium/device/base/synchronization/one_writer_seqlock.cc
Lines 4-9 Link Here
4
4
5
#include "device/base/synchronization/one_writer_seqlock.h"
5
#include "device/base/synchronization/one_writer_seqlock.h"
6
6
7
#include <cstdint>
8
7
namespace device {
9
namespace device {
8
10
9
OneWriterSeqLock::OneWriterSeqLock() : sequence_(0) {}
11
OneWriterSeqLock::OneWriterSeqLock() : sequence_(0) {}
10
-- a/src/3rdparty/chromium/device/bluetooth/public/cpp/bluetooth_uuid.h
12
++ b/src/3rdparty/chromium/device/bluetooth/public/cpp/bluetooth_uuid.h
Lines 5-10 Link Here
5
#ifndef DEVICE_BLUETOOTH_PUBLIC_CPP_BLUETOOTH_UUID_H_
5
#ifndef DEVICE_BLUETOOTH_PUBLIC_CPP_BLUETOOTH_UUID_H_
6
#define DEVICE_BLUETOOTH_PUBLIC_CPP_BLUETOOTH_UUID_H_
6
#define DEVICE_BLUETOOTH_PUBLIC_CPP_BLUETOOTH_UUID_H_
7
7
8
#include <cstdint>
8
#include <string>
9
#include <string>
9
#include <vector>
10
#include <vector>
10
11
11
-- a/src/3rdparty/chromium/extensions/browser/api/audio/audio_device_id_calculator.h
12
++ b/src/3rdparty/chromium/extensions/browser/api/audio/audio_device_id_calculator.h
Lines 5-10 Link Here
5
#ifndef EXTENSIONS_BROWSER_API_AUDIO_AUDIO_DEVICE_ID_CALCULATOR_H_
5
#ifndef EXTENSIONS_BROWSER_API_AUDIO_AUDIO_DEVICE_ID_CALCULATOR_H_
6
#define EXTENSIONS_BROWSER_API_AUDIO_AUDIO_DEVICE_ID_CALCULATOR_H_
6
#define EXTENSIONS_BROWSER_API_AUDIO_AUDIO_DEVICE_ID_CALCULATOR_H_
7
7
8
#include <cstdint>
8
#include <map>
9
#include <map>
9
#include <string>
10
#include <string>
10
11
11
-- a/src/3rdparty/chromium/extensions/common/constants.h
12
++ b/src/3rdparty/chromium/extensions/common/constants.h
Lines 11-16 Link Here
11
#include "components/version_info/channel.h"
11
#include "components/version_info/channel.h"
12
#include "ui/base/layout.h"
12
#include "ui/base/layout.h"
13
13
14
#include <cstdint>
15
14
namespace extensions {
16
namespace extensions {
15
17
16
// Scheme we serve extension content from.
18
// Scheme we serve extension content from.
17
-- a/src/3rdparty/chromium/gpu/command_buffer/common/webgpu_cmd_enums.h
19
++ b/src/3rdparty/chromium/gpu/command_buffer/common/webgpu_cmd_enums.h
Lines 5-10 Link Here
5
#ifndef GPU_COMMAND_BUFFER_COMMON_WEBGPU_CMD_ENUMS_H_
5
#ifndef GPU_COMMAND_BUFFER_COMMON_WEBGPU_CMD_ENUMS_H_
6
#define GPU_COMMAND_BUFFER_COMMON_WEBGPU_CMD_ENUMS_H_
6
#define GPU_COMMAND_BUFFER_COMMON_WEBGPU_CMD_ENUMS_H_
7
7
8
#include <cstdint>
9
8
namespace gpu {
10
namespace gpu {
9
namespace webgpu {
11
namespace webgpu {
10
12
11
-- a/src/3rdparty/chromium/gpu/command_buffer/common/webgpu_cmd_format.h
13
++ b/src/3rdparty/chromium/gpu/command_buffer/common/webgpu_cmd_format.h
Lines 5-10 Link Here
5
#ifndef GPU_COMMAND_BUFFER_COMMON_WEBGPU_CMD_FORMAT_H_
5
#ifndef GPU_COMMAND_BUFFER_COMMON_WEBGPU_CMD_FORMAT_H_
6
#define GPU_COMMAND_BUFFER_COMMON_WEBGPU_CMD_FORMAT_H_
6
#define GPU_COMMAND_BUFFER_COMMON_WEBGPU_CMD_FORMAT_H_
7
7
8
#include <cstdint>
8
#include <string.h>
9
#include <string.h>
9
10
10
#include "gpu/command_buffer/common/gl2_types.h"
11
#include "gpu/command_buffer/common/gl2_types.h"
11
-- a/src/3rdparty/chromium/gpu/command_buffer/service/shared_context_state.h
12
++ b/src/3rdparty/chromium/gpu/command_buffer/service/shared_context_state.h
Lines 5-10 Link Here
5
#ifndef GPU_COMMAND_BUFFER_SERVICE_SHARED_CONTEXT_STATE_H_
5
#ifndef GPU_COMMAND_BUFFER_SERVICE_SHARED_CONTEXT_STATE_H_
6
#define GPU_COMMAND_BUFFER_SERVICE_SHARED_CONTEXT_STATE_H_
6
#define GPU_COMMAND_BUFFER_SERVICE_SHARED_CONTEXT_STATE_H_
7
7
8
#include <cstdint>
8
#include <memory>
9
#include <memory>
9
#include <vector>
10
#include <vector>
10
11
11
-- a/src/3rdparty/chromium/gpu/config/device_perf_info.h
12
++ b/src/3rdparty/chromium/gpu/config/device_perf_info.h
Lines 5-10 Link Here
5
#ifndef GPU_CONFIG_DEVICE_PERF_INFO_H_
5
#ifndef GPU_CONFIG_DEVICE_PERF_INFO_H_
6
#define GPU_CONFIG_DEVICE_PERF_INFO_H_
6
#define GPU_CONFIG_DEVICE_PERF_INFO_H_
7
7
8
#include <cstdint>
8
#include <string>
9
#include <string>
9
#include <vector>
10
#include <vector>
10
11
11
-- a/src/3rdparty/chromium/gpu/config/gpu_feature_info.h
12
++ b/src/3rdparty/chromium/gpu/config/gpu_feature_info.h
Lines 5-10 Link Here
5
#ifndef GPU_CONFIG_GPU_FEATURE_INFO_H_
5
#ifndef GPU_CONFIG_GPU_FEATURE_INFO_H_
6
#define GPU_CONFIG_GPU_FEATURE_INFO_H_
6
#define GPU_CONFIG_GPU_FEATURE_INFO_H_
7
7
8
#include <cstdint>
8
#include <string>
9
#include <string>
9
#include <vector>
10
#include <vector>
10
11
11
-- a/src/3rdparty/chromium/gpu/config/gpu_preferences.h
12
++ b/src/3rdparty/chromium/gpu/config/gpu_preferences.h
Lines 5-10 Link Here
5
#ifndef GPU_CONFIG_GPU_PREFERENCES_H_
5
#ifndef GPU_CONFIG_GPU_PREFERENCES_H_
6
#define GPU_CONFIG_GPU_PREFERENCES_H_
6
#define GPU_CONFIG_GPU_PREFERENCES_H_
7
7
8
#include <cstdint>
8
#include <stddef.h>
9
#include <stddef.h>
9
#include <string>
10
#include <string>
10
#include <vector>
11
#include <vector>
11
-- a/src/3rdparty/chromium/gpu/config/gpu_util.h
12
++ b/src/3rdparty/chromium/gpu/config/gpu_util.h
Lines 5-10 Link Here
5
#ifndef GPU_CONFIG_GPU_UTIL_H_
5
#ifndef GPU_CONFIG_GPU_UTIL_H_
6
#define GPU_CONFIG_GPU_UTIL_H_
6
#define GPU_CONFIG_GPU_UTIL_H_
7
7
8
#include <cstdint>
9
8
#include "build/build_config.h"
10
#include "build/build_config.h"
9
#include "gpu/config/gpu_feature_info.h"
11
#include "gpu/config/gpu_feature_info.h"
10
#include "gpu/gpu_export.h"
12
#include "gpu/gpu_export.h"
11
-- a/src/3rdparty/chromium/net/base/parse_number.h
13
++ b/src/3rdparty/chromium/net/base/parse_number.h
Lines 9-14 Link Here
9
#include "base/strings/string_piece.h"
9
#include "base/strings/string_piece.h"
10
#include "net/base/net_export.h"
10
#include "net/base/net_export.h"
11
11
12
#include <cstdint>
13
12
// This file contains utility functions for parsing numbers, in the context of
14
// This file contains utility functions for parsing numbers, in the context of
13
// network protocols.
15
// network protocols.
14
//
16
//
15
-- a/src/3rdparty/chromium/net/cookies/cookie_inclusion_status.h
17
++ b/src/3rdparty/chromium/net/cookies/cookie_inclusion_status.h
Lines 5-10 Link Here
5
#ifndef NET_COOKIES_COOKIE_INCLUSION_STATUS_H_
5
#ifndef NET_COOKIES_COOKIE_INCLUSION_STATUS_H_
6
#define NET_COOKIES_COOKIE_INCLUSION_STATUS_H_
6
#define NET_COOKIES_COOKIE_INCLUSION_STATUS_H_
7
7
8
#include <cstdint>
8
#include <string>
9
#include <string>
9
#include <vector>
10
#include <vector>
10
11
11
-- a/src/3rdparty/chromium/pdf/document_attachment_info.h
12
++ b/src/3rdparty/chromium/pdf/document_attachment_info.h
Lines 7-12 Link Here
7
7
8
#include "base/strings/string16.h"
8
#include "base/strings/string16.h"
9
9
10
#include <cstdint>
11
10
namespace chrome_pdf {
12
namespace chrome_pdf {
11
13
12
struct DocumentAttachmentInfo {
14
struct DocumentAttachmentInfo {
13
-- a/src/3rdparty/chromium/ppapi/utility/completion_callback_factory_thread_traits.h
15
++ b/src/3rdparty/chromium/ppapi/utility/completion_callback_factory_thread_traits.h
Lines 38-43 namespace pp { Link Here
38
/// As a further optimization, we can add support for this later.
38
/// As a further optimization, we can add support for this later.
39
class ThreadSafeThreadTraits {
39
class ThreadSafeThreadTraits {
40
 public:
40
 public:
41
42
  typedef pp::Lock Lock;
43
  typedef pp::AutoLock AutoLock;
44
41
  class RefCount {
45
  class RefCount {
42
   public:
46
   public:
43
    /// Default constructor. In debug mode, this checks that the object is being
47
    /// Default constructor. In debug mode, this checks that the object is being
Lines 67-74 class ThreadSafeThreadTraits { Link Here
67
    int32_t ref_;
71
    int32_t ref_;
68
  };
72
  };
69
73
70
  typedef pp::Lock Lock;
71
  typedef pp::AutoLock AutoLock;
72
};
74
};
73
75
74
/// The non-thread-safe version of thread traits. Using this class as the
76
/// The non-thread-safe version of thread traits. Using this class as the
75
-- a/src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h
77
++ b/src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h
Lines 19-24 Link Here
19
#include <limits.h>
19
#include <limits.h>
20
20
21
#include <cstddef>
21
#include <cstddef>
22
#include <cstdint>
22
#include <cstring>
23
#include <cstring>
23
#include <ostream>
24
#include <ostream>
24
25
25
-- a/src/3rdparty/chromium/third_party/angle/include/GLSLANG/ShaderVars.h
26
++ b/src/3rdparty/chromium/third_party/angle/include/GLSLANG/ShaderVars.h
Lines 12-17 Link Here
12
12
13
#include <algorithm>
13
#include <algorithm>
14
#include <array>
14
#include <array>
15
#include <cstdint>
15
#include <string>
16
#include <string>
16
#include <vector>
17
#include <vector>
17
18
18
-- a/src/3rdparty/chromium/third_party/angle/src/common/angleutils.h
19
++ b/src/3rdparty/chromium/third_party/angle/src/common/angleutils.h
Lines 15-20 Link Here
15
#    include "absl/container/flat_hash_map.h"
15
#    include "absl/container/flat_hash_map.h"
16
#endif  // defined(ANGLE_USE_ABSEIL)
16
#endif  // defined(ANGLE_USE_ABSEIL)
17
17
18
#include <cstdint>
18
#include <climits>
19
#include <climits>
19
#include <cstdarg>
20
#include <cstdarg>
20
#include <cstddef>
21
#include <cstddef>
21
-- a/src/3rdparty/chromium/third_party/breakpad/breakpad/src/client/linux/handler/minidump_descriptor.h
22
++ b/src/3rdparty/chromium/third_party/breakpad/breakpad/src/client/linux/handler/minidump_descriptor.h
Lines 33-38 Link Here
33
#include <assert.h>
33
#include <assert.h>
34
#include <sys/types.h>
34
#include <sys/types.h>
35
35
36
#include <cstdint>
36
#include <string>
37
#include <string>
37
38
38
#include "client/linux/handler/microdump_extra_info.h"
39
#include "client/linux/handler/microdump_extra_info.h"
39
-- a/src/3rdparty/chromium/third_party/libgav1/src/src/utils/threadpool.cc
40
++ b/src/3rdparty/chromium/third_party/libgav1/src/src/utils/threadpool.cc
Lines 30-35 Link Here
30
#include <cstddef>
30
#include <cstddef>
31
#include <cstdint>
31
#include <cstdint>
32
#include <cstring>
32
#include <cstring>
33
#include <cstdio>
33
#include <new>
34
#include <new>
34
#include <utility>
35
#include <utility>
35
36
36
-- a/src/3rdparty/chromium/third_party/pdfium/constants/annotation_flags.h
37
++ b/src/3rdparty/chromium/third_party/pdfium/constants/annotation_flags.h
Lines 5-10 Link Here
5
#ifndef CONSTANTS_ANNOTATION_FLAGS_H_
5
#ifndef CONSTANTS_ANNOTATION_FLAGS_H_
6
#define CONSTANTS_ANNOTATION_FLAGS_H_
6
#define CONSTANTS_ANNOTATION_FLAGS_H_
7
7
8
#include <cstdint>
9
8
namespace pdfium {
10
namespace pdfium {
9
namespace annotation_flags {
11
namespace annotation_flags {
10
12
11
-- a/src/3rdparty/chromium/third_party/perfetto/include/perfetto/ext/base/uuid.h
13
++ b/src/3rdparty/chromium/third_party/perfetto/include/perfetto/ext/base/uuid.h
Lines 18-23 Link Here
18
#define INCLUDE_PERFETTO_EXT_BASE_UUID_H_
18
#define INCLUDE_PERFETTO_EXT_BASE_UUID_H_
19
19
20
#include <array>
20
#include <array>
21
#include <cstdint>
21
#include <string>
22
#include <string>
22
23
23
#include "perfetto/ext/base/optional.h"
24
#include "perfetto/ext/base/optional.h"
24
-- a/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/importers/proto/proto_importer_module.h
25
++ b/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/importers/proto/proto_importer_module.h
Lines 21-26 Link Here
21
#include "perfetto/trace_processor/status.h"
21
#include "perfetto/trace_processor/status.h"
22
#include "src/trace_processor/trace_blob_view.h"
22
#include "src/trace_processor/trace_blob_view.h"
23
23
24
#include <cstdint>
25
24
namespace perfetto {
26
namespace perfetto {
25
27
26
namespace protos {
28
namespace protos {
27
-- a/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp
29
++ b/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp
Lines 9-14 Link Here
9
#include "include/utils/SkParse.h"
9
#include "include/utils/SkParse.h"
10
10
11
#include <algorithm> // std::lower_bound
11
#include <algorithm> // std::lower_bound
12
#include <algorithm>
13
#include <cstring>
14
#include <iterator>
12
15
13
static constexpr const char* gColorNames[] = {
16
static constexpr const char* gColorNames[] = {
14
    "aliceblue",
17
    "aliceblue",
15
-- a/src/3rdparty/chromium/third_party/webrtc/call/rtp_demuxer.h
18
++ b/src/3rdparty/chromium/third_party/webrtc/call/rtp_demuxer.h
Lines 11-16 Link Here
11
#ifndef CALL_RTP_DEMUXER_H_
11
#ifndef CALL_RTP_DEMUXER_H_
12
#define CALL_RTP_DEMUXER_H_
12
#define CALL_RTP_DEMUXER_H_
13
13
14
#include <cstdint>
14
#include <map>
15
#include <map>
15
#include <set>
16
#include <set>
16
#include <string>
17
#include <string>
17
-- a/src/3rdparty/chromium/third_party/webrtc/rtc_base/third_party/base64/base64.h
18
++ b/src/3rdparty/chromium/third_party/webrtc/rtc_base/third_party/base64/base64.h
Lines 12-17 Link Here
12
#ifndef RTC_BASE_THIRD_PARTY_BASE64_BASE64_H_
12
#ifndef RTC_BASE_THIRD_PARTY_BASE64_BASE64_H_
13
#define RTC_BASE_THIRD_PARTY_BASE64_BASE64_H_
13
#define RTC_BASE_THIRD_PARTY_BASE64_BASE64_H_
14
14
15
#include <cstdint>
15
#include <string>
16
#include <string>
16
#include <vector>
17
#include <vector>
17
18
18
-- a/src/3rdparty/chromium/third_party/xcbproto/src/src/present.xml
19
++ b/src/3rdparty/chromium/third_party/xcbproto/src/src/present.xml
Lines 89-95 OF THIS SOFTWARE. Link Here
89
    </reply>
89
    </reply>
90
  </request>
90
  </request>
91
91
92
  <request name="Pixmap" opcode="1">
92
  <request name="PresentPixmap" opcode="1">
93
    <required_start_align align="8" />
93
    <required_start_align align="8" />
94
    <field type="WINDOW" name="window" />
94
    <field type="WINDOW" name="window" />
95
    <field type="PIXMAP" name="pixmap" />
95
    <field type="PIXMAP" name="pixmap" />
96
-- a/src/3rdparty/chromium/ui/events/gesture_event_details.h
96
++ b/src/3rdparty/chromium/ui/events/gesture_event_details.h
Lines 5-10 Link Here
5
#ifndef UI_EVENTS_GESTURE_DETECTION_GESTURE_EVENT_DETAILS_H_
5
#ifndef UI_EVENTS_GESTURE_DETECTION_GESTURE_EVENT_DETAILS_H_
6
#define UI_EVENTS_GESTURE_DETECTION_GESTURE_EVENT_DETAILS_H_
6
#define UI_EVENTS_GESTURE_DETECTION_GESTURE_EVENT_DETAILS_H_
7
7
8
#include <cstdint>
8
#include <string.h>
9
#include <string.h>
9
10
10
#include "base/check_op.h"
11
#include "base/check_op.h"
11
-- a/src/3rdparty/chromium/ui/events/types/scroll_types.h
12
++ b/src/3rdparty/chromium/ui/events/types/scroll_types.h
Lines 5-10 Link Here
5
#ifndef UI_EVENTS_TYPES_SCROLL_TYPES_H_
5
#ifndef UI_EVENTS_TYPES_SCROLL_TYPES_H_
6
#define UI_EVENTS_TYPES_SCROLL_TYPES_H_
6
#define UI_EVENTS_TYPES_SCROLL_TYPES_H_
7
7
8
#include <cstdint>
9
8
namespace ui {
10
namespace ui {
9
11
10
enum class ScrollGranularity : uint8_t {
12
enum class ScrollGranularity : uint8_t {
11
-- a/src/3rdparty/chromium/ui/gl/gl_surface_glx.cc
13
++ b/src/3rdparty/chromium/ui/gl/gl_surface_glx.cc
Lines 4-9 Link Here
4
4
5
#include "ui/gl/gl_surface_glx.h"
5
#include "ui/gl/gl_surface_glx.h"
6
6
7
#include <cstdint>
7
#include <utility>
8
#include <utility>
8
9
9
#include "base/bind.h"
10
#include "base/bind.h"
10
-- a/src/3rdparty/chromium/ui/gl/gl_surface_glx.h
11
++ b/src/3rdparty/chromium/ui/gl/gl_surface_glx.h
Lines 5-10 Link Here
5
#ifndef UI_GL_GL_SURFACE_GLX_H_
5
#ifndef UI_GL_GL_SURFACE_GLX_H_
6
#define UI_GL_GL_SURFACE_GLX_H_
6
#define UI_GL_GL_SURFACE_GLX_H_
7
7
8
#include <cstdint>
8
#include <stdint.h>
9
#include <stdint.h>
9
10
10
#include <memory>
11
#include <memory>
11
-- a/src/3rdparty/chromium/v8/src/base/logging.h
12
++ b/src/3rdparty/chromium/v8/src/base/logging.h
Lines 5-10 Link Here
5
#ifndef V8_BASE_LOGGING_H_
5
#ifndef V8_BASE_LOGGING_H_
6
#define V8_BASE_LOGGING_H_
6
#define V8_BASE_LOGGING_H_
7
7
8
#include <cstdint>
8
#include <cstring>
9
#include <cstring>
9
#include <sstream>
10
#include <sstream>
10
#include <string>
11
#include <string>
11
-- a/src/3rdparty/chromium/v8/src/base/macros.h
12
++ b/src/3rdparty/chromium/v8/src/base/macros.h
Lines 5-10 Link Here
5
#ifndef V8_BASE_MACROS_H_
5
#ifndef V8_BASE_MACROS_H_
6
#define V8_BASE_MACROS_H_
6
#define V8_BASE_MACROS_H_
7
7
8
#include <cstdint>
8
#include <limits>
9
#include <limits>
9
#include <type_traits>
10
#include <type_traits>
10
11
11
-- a/src/3rdparty/chromium/v8/src/inspector/v8-string-conversions.h
12
++ b/src/3rdparty/chromium/v8/src/inspector/v8-string-conversions.h
Lines 5-10 Link Here
5
#ifndef V8_INSPECTOR_V8_STRING_CONVERSIONS_H_
5
#ifndef V8_INSPECTOR_V8_STRING_CONVERSIONS_H_
6
#define V8_INSPECTOR_V8_STRING_CONVERSIONS_H_
6
#define V8_INSPECTOR_V8_STRING_CONVERSIONS_H_
7
7
8
#include <cstdint>
8
#include <string>
9
#include <string>
9
10
10
// Conversion routines between UT8 and UTF16, used by string-16.{h,cc}. You may
11
// Conversion routines between UT8 and UTF16, used by string-16.{h,cc}. You may
11
-- a/src/core/browsing_data_remover_delegate_qt.h
12
++ b/src/core/browsing_data_remover_delegate_qt.h
Lines 42-47 Link Here
42
42
43
#include "content/public/browser/browsing_data_remover_delegate.h"
43
#include "content/public/browser/browsing_data_remover_delegate.h"
44
44
45
#include <cstdint>
46
45
namespace QtWebEngineCore {
47
namespace QtWebEngineCore {
46
48
47
class BrowsingDataRemoverDelegateQt : public content::BrowsingDataRemoverDelegate {
49
class BrowsingDataRemoverDelegateQt : public content::BrowsingDataRemoverDelegate {

Return to bug 898902