| Index: Source/core/html/parser/HTMLFormattingElementList.h
|
| diff --git a/Source/core/html/parser/HTMLFormattingElementList.h b/Source/core/html/parser/HTMLFormattingElementList.h
|
| index e3b3326aff1ccde59197e951915975eb2548d7cf..ff3ad687fcb8e94e2a112b1e55534d35d95c5ea3 100644
|
| --- a/Source/core/html/parser/HTMLFormattingElementList.h
|
| +++ b/Source/core/html/parser/HTMLFormattingElementList.h
|
| @@ -136,7 +136,7 @@ private:
|
|
|
| // http://www.whatwg.org/specs/web-apps/current-work/multipage/parsing.html#list-of-active-formatting-elements
|
| // These functions enforce the "Noah's Ark" condition, which removes redundant mis-nested elements.
|
| - void tryToEnsureNoahsArkConditionQuickly(HTMLStackItem*, WillBeHeapVector<RawPtrWillBeMember<HTMLStackItem> >& remainingCandiates);
|
| + void tryToEnsureNoahsArkConditionQuickly(HTMLStackItem*, WillBeHeapVector<RawPtrWillBeMember<HTMLStackItem>>& remainingCandiates);
|
| void ensureNoahsArkCondition(HTMLStackItem*);
|
|
|
| WillBeHeapVector<Entry> m_entries;
|
|
|