Merge m-c into inbound
This commit is contained in:
@@ -9404,7 +9404,7 @@ nsCSSFrameConstructor::ProcessChildren(nsFrameConstructorState& aState,
|
||||
if (!aFrame->IsGeneratedContentFrame()) {
|
||||
nsIContent *badKid = AnyKidsNeedBlockParent(aFrameItems.FirstChild());
|
||||
nsDependentAtomString parentTag(aContent->Tag()), kidTag(badKid->Tag());
|
||||
const PRUnichar* params[] = { parentTag.get(), kidTag.get() };
|
||||
const char16_t* params[] = { parentTag.get(), kidTag.get() };
|
||||
const nsStyleDisplay *display = frameStyleContext->StyleDisplay();
|
||||
const char *message =
|
||||
(display->mDisplay == NS_STYLE_DISPLAY_INLINE_BOX)
|
||||
@@ -9700,7 +9700,7 @@ FirstLetterCount(const nsTextFragment* aFragment)
|
||||
|
||||
int32_t i, n = aFragment->GetLength();
|
||||
for (i = 0; i < n; i++) {
|
||||
PRUnichar ch = aFragment->CharAt(i);
|
||||
char16_t ch = aFragment->CharAt(i);
|
||||
// FIXME: take content language into account when deciding whitespace.
|
||||
if (dom::IsSpaceCharacter(ch)) {
|
||||
if (firstLetterLength) {
|
||||
|
||||
Reference in New Issue
Block a user