|
Lines 1-3
a/Source/WebCore/ChangeLog_sec1
|
|
|
1 |
2012-07-31 Kwang Yul Seo <skyul@company100.net> |
| 2 |
|
| 3 |
Read tag names and attributes from the saved tokens in HTMLFormattingElementList::closestElementInScopeWithName(const AtomicString&) |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=92841 |
| 5 |
|
| 6 |
Reviewed by NOBODY (OOPS!). |
| 7 |
|
| 8 |
This is a follow-up patch for r123577. |
| 9 |
Replaced entry.element()->hasLocalName(targetName) with entry.stackItem()->hasLocalName(targetName). |
| 10 |
|
| 11 |
No new tests, covered by existing tests. |
| 12 |
|
| 13 |
* html/parser/HTMLFormattingElementList.cpp: |
| 14 |
(WebCore::HTMLFormattingElementList::closestElementInScopeWithName): |
| 15 |
|
| 1 |
2012-07-30 Ryosuke Niwa <rniwa@webkit.org> |
16 |
2012-07-30 Ryosuke Niwa <rniwa@webkit.org> |
| 2 |
|
17 |
|
| 3 |
REGRESSION(r120979): Node list returned by getElementsByTagNameNS isn't invalidated when children changes |
18 |
REGRESSION(r120979): Node list returned by getElementsByTagNameNS isn't invalidated when children changes |