GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1158982 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=453
19 lines
530 B
Diff
19 lines
530 B
Diff
diff --git a/Source/WebCore/platform/Timer.cpp b/Source/WebCore/platform/Timer.cpp
|
|
index 4f7c0f5c39ca..0f3734cca247 100644
|
|
--- a/Source/WebCore/platform/Timer.cpp
|
|
+++ b/Source/WebCore/platform/Timer.cpp
|
|
@@ -263,7 +263,11 @@ struct SameSizeAsTimer {
|
|
|
|
WeakPtr<TimerAlignment> timerAlignment;
|
|
double times[2];
|
|
- void* pointers[3];
|
|
+ void* pointers[2];
|
|
+#if CPU(ADDRESS32)
|
|
+ uint8_t bitfields;
|
|
+#endif
|
|
+ void* pointer;
|
|
};
|
|
|
|
static_assert(sizeof(Timer) == sizeof(SameSizeAsTimer), "Timer should stay small");
|
|
|