Ticket #35989: assert.patch
File assert.patch, 492 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
Source/WebCore/platform/Length.cpp
old new 249 249 return isCalculated() && (calculationValue() == o.calculationValue() || *calculationValue() == *o.calculationValue()); 250 250 } 251 251 252 struct SameSizeAsLength {253 int32_t value;254 int32_t metaData;255 };256 COMPILE_ASSERT(sizeof(Length) == sizeof(SameSizeAsLength), length_should_stay_small);257 252 258 253 } // namespace WebCore