Changeset 157033 in webkit


Ignore:
Timestamp:
Oct 7, 2013 2:01:24 AM (11 years ago)
Author:
zandobersek@gmail.com
Message:

Unreviewed debug build fix for ports enabling the <template> element support.

  • html/HTMLTagNames.in: Generate type helpers for the <template> element as they're required

by the assertions in the Element type casts for HTMLTemplateElement.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r157032 r157033  
     12013-10-07  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        Unreviewed debug build fix for ports enabling the <template> element support.
     4
     5        * html/HTMLTagNames.in: Generate type helpers for the <template> element as they're required
     6        by the assertions in the Element type casts for HTMLTemplateElement.
     7
    182013-10-07  Ryuan Choi  <ryuan.choi@samsung.com>
    29
  • trunk/Source/WebCore/html/HTMLTagNames.in

    r156381 r157033  
    121121tbody interfaceName=HTMLTableSectionElement
    122122td interfaceName=HTMLTableCellElement
    123 template conditional=TEMPLATE_ELEMENT
     123template conditional=TEMPLATE_ELEMENT, generateTypeHelpers
    124124textarea interfaceName=HTMLTextAreaElement, constructorNeedsFormElement, generateTypeHelpers
    125125tfoot interfaceName=HTMLTableSectionElement
Note: See TracChangeset for help on using the changeset viewer.