Skip to content

Commit

Permalink
main/chromium: try fix another ppc build obstacle
Browse files Browse the repository at this point in the history
  • Loading branch information
q66 committed Oct 29, 2024
1 parent 368e776 commit 53baf78
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions main/chromium/patches/match-result-grow.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
This is bigger on ppc64le, and i don't care

diff --git a/third_party/blink/renderer/core/css/resolver/match_result.h b/third_party/blink/renderer/core/css/resolver/match_result.h
index f0ba59e..a4bfa07 100644
--- a/third_party/blink/renderer/core/css/resolver/match_result.h
+++ b/third_party/blink/renderer/core/css/resolver/match_result.h
@@ -81,7 +81,7 @@ struct CORE_EXPORT MatchedProperties {
Member<CSSPropertyValueSet> properties;
Data data_;
};
-static_assert(sizeof(MatchedProperties) <= 12,
+static_assert(sizeof(MatchedProperties) <= 16,
"MatchedProperties should not grow without thinking");

} // namespace blink

0 comments on commit 53baf78

Please sign in to comment.