Title: [148269] trunk/Source/WebCore
Revision
148269
Author
[email protected]
Date
2013-04-12 01:55:23 -0700 (Fri, 12 Apr 2013)

Log 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.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (148268 => 148269)


--- trunk/Source/WebCore/ChangeLog	2013-04-12 08:17:30 UTC (rev 148268)
+++ trunk/Source/WebCore/ChangeLog	2013-04-12 08:55:23 UTC (rev 148269)
@@ -1,3 +1,11 @@
+2013-04-12  Zan Dobersek  <[email protected]>
+
+        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.
+
 2013-04-11  Alexey Proskuryakov  <[email protected]>
 
         Move CachedRawResourceClient into a separate file

Modified: trunk/Source/WebCore/html/DOMSettableTokenList.idl (148268 => 148269)


--- trunk/Source/WebCore/html/DOMSettableTokenList.idl	2013-04-12 08:17:30 UTC (rev 148268)
+++ trunk/Source/WebCore/html/DOMSettableTokenList.idl	2013-04-12 08:55:23 UTC (rev 148269)
@@ -25,6 +25,7 @@
 [
     IndexedGetter,
     JSGenerateToJSObject,
+    SkipVTableValidation,
 ] interface DOMSettableTokenList : DOMTokenList {
     attribute DOMString value;
 };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to