Changeset 148269 in webkit


Ignore:
Timestamp:
Apr 12, 2013 1:55:23 AM (11 years ago)
Author:
zandobersek@gmail.com
Message:

Unreviewed functionality fix for ports enabling the MicroData feature.

  • html/DOMSettableTokenList.idl: Add the SkipVTableValidation IDL attribute to the DOMSettableTokenList interface.

This removes crashes in the MicroData layout tests that are occurring on EFL and GTK builders, the two ports being
the only ports that enable this feature.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r148265 r148269  
     12013-04-12  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        Unreviewed functionality fix for ports enabling the MicroData feature.
     4
     5        * html/DOMSettableTokenList.idl: Add the SkipVTableValidation IDL attribute to the DOMSettableTokenList interface.
     6        This removes crashes in the MicroData layout tests that are occurring on EFL and GTK builders, the two ports being
     7        the only ports that enable this feature.
     8
    192013-04-11  Alexey Proskuryakov  <ap@apple.com>
    210
  • trunk/Source/WebCore/html/DOMSettableTokenList.idl

    r147857 r148269  
    2626    IndexedGetter,
    2727    JSGenerateToJSObject,
     28    SkipVTableValidation,
    2829] interface DOMSettableTokenList : DOMTokenList {
    2930    attribute DOMString value;
Note: See TracChangeset for help on using the changeset viewer.