Files
chromium-dev/chromium-gcc7.patch
Tomáš Chvátal 0d91434ecc Accepting request 512657 from network:chromium
- Version bump to 60.0.3112.78
- Recommend emoji fonts to make sure major web chats do not show
  questionmarks
- Bump to 60.0.3112.72

- Bump to 60.0.3112.66

- Version update to 60.0.3112.50

- Bump to 60.0.3112.40

- Version bump to 60.0.3112.32

- Bump to 60.0.3112.24
- Update to 60.0.3112.20

- Drop patch chromium-system-icu.patch
  * Use bundled icu as system is unbuildable at the moment

- Bump to 60.0.3112.7
- Add patch for gcc7 chromium-gcc7.patch
- Add patch to build with gcc chromium-override.patch
- Add patch to build with system icu 59 chromium-system-icu.patch

- Update to upstream 60.0.3112.7
  * Refresh patch fix-gn-bootstrap.diff
- Remove upstream merged chromium-system-harfbuzz.patch

- Update 60.0.3107.4
- Refresh patch chromium-last-commit-position-r0.patch

OBS-URL: https://build.opensuse.org/request/show/512657
OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=1030
2017-07-26 13:22:21 +00:00

14 lines
568 B
Diff

Index: chromium-60.0.3112.10/v8/src/objects-body-descriptors.h
===================================================================
--- chromium-60.0.3112.10.orig/v8/src/objects-body-descriptors.h
+++ chromium-60.0.3112.10/v8/src/objects-body-descriptors.h
@@ -99,7 +99,7 @@ class FixedBodyDescriptor final : public
template <typename StaticVisitor>
static inline void IterateBody(HeapObject* obj, int object_size) {
- IterateBody(obj);
+ IterateBody<StaticVisitor>(obj);
}
static inline int SizeOf(Map* map, HeapObject* object) { return kSize; }